summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-12-27 15:34:28 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-12-27 15:34:28 +0000
commit98fbb36803bdd11918ee111a7fc23f5373201183 (patch)
treebc7df50ceb45a0759602ad239e0b55c06c09d1b7 /dev-ruby/rb-gsl
parentVersion bump by Andreas Sturmlechner, bug 533478 (diff)
downloadgentoo-2-98fbb36803bdd11918ee111a7fc23f5373201183.tar.gz
gentoo-2-98fbb36803bdd11918ee111a7fc23f5373201183.tar.bz2
gentoo-2-98fbb36803bdd11918ee111a7fc23f5373201183.zip
Version bump. Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/rb-gsl')
-rw-r--r--dev-ruby/rb-gsl/ChangeLog8
-rw-r--r--dev-ruby/rb-gsl/rb-gsl-1.16.0.1.ebuild42
-rw-r--r--dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild (renamed from dev-ruby/rb-gsl/rb-gsl-1.16.0.2.ebuild)2
3 files changed, 8 insertions, 44 deletions
diff --git a/dev-ruby/rb-gsl/ChangeLog b/dev-ruby/rb-gsl/ChangeLog
index c4b5dc5cf77d..a6e6af85a4ae 100644
--- a/dev-ruby/rb-gsl/ChangeLog
+++ b/dev-ruby/rb-gsl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/rb-gsl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.7 2014/10/22 13:02:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.8 2014/12/27 15:34:28 mrueg Exp $
+
+*rb-gsl-1.16.0.4 (27 Dec 2014)
+
+ 27 Dec 2014; Manuel Rüger <mrueg@gentoo.org> +rb-gsl-1.16.0.4.ebuild,
+ -rb-gsl-1.16.0.1.ebuild, -rb-gsl-1.16.0.2.ebuild:
+ Version bump. Remove old.
*rb-gsl-1.16.0.3 (22 Oct 2014)
diff --git a/dev-ruby/rb-gsl/rb-gsl-1.16.0.1.ebuild b/dev-ruby/rb-gsl/rb-gsl-1.16.0.1.ebuild
deleted file mode 100644
index 521bdb8b8496..000000000000
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.1.ebuild,v 1.1 2014/05/03 23:28:01 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-inherit ruby-fakegem multilib
-
-RUBY_FAKEGEM_TASK_TEST="test:libs"
-DESCRIPTION="Ruby interface to GNU Scientific Library"
-HOMEPAGE="http://rb-gsl.rubyforge.org/ https://github.com/david-macmahon/rb-gsl"
-#SRC_URI="https://github.com/david-macmahon/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND+=" sci-libs/gsl"
-RDEPEND+=" sci-libs/gsl"
-
-RUBY_S="${PN}-${P}"
-
-ruby_add_rdepend "dev-ruby/narray"
-
-each_ruby_prepare() {
- sed -i -e '/$CPPFLAGS =/a \$LDFLAGS = " -L#{narray_config} -l:narray.so "+$LDFLAGS' -e 's/src/lib/' ext/gsl/extconf.rb || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext/gsl extconf.rb || die
-}
-
-each_ruby_compile() {
- emake -Cext/gsl V=1
- cp ext/gsl/*$(get_modname) lib/gsl || die
-}
-
-each_ruby_test() {
- ${RUBY} -S testrb -Ilib -Itest test/*.rb test/*/*.rb || die
-}
diff --git a/dev-ruby/rb-gsl/rb-gsl-1.16.0.2.ebuild b/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild
index d7a95cf37ca6..ebda39b55a23 100644
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.2.ebuild
+++ b/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.2.ebuild,v 1.1 2014/07/13 07:11:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild,v 1.1 2014/12/27 15:34:28 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"