public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-gsl/
Date: Tue, 16 Feb 2016 19:36:39 +0000 (UTC)	[thread overview]
Message-ID: <1455651387.73ed2ce65c434b0b80fa23cea7f28f50028ee6c0.graaff@gentoo> (raw)

commit:     73ed2ce65c434b0b80fa23cea7f28f50028ee6c0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 18:34:11 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 19:36:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ed2ce6

dev-ruby/rb-gsl: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/rb-gsl/Manifest               |  3 ---
 dev-ruby/rb-gsl/rb-gsl-1.16.0.3.ebuild | 45 ---------------------------------
 dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild | 45 ---------------------------------
 dev-ruby/rb-gsl/rb-gsl-1.16.0.5.ebuild | 46 ----------------------------------
 4 files changed, 139 deletions(-)

diff --git a/dev-ruby/rb-gsl/Manifest b/dev-ruby/rb-gsl/Manifest
index b168378..fbeac69 100644
--- a/dev-ruby/rb-gsl/Manifest
+++ b/dev-ruby/rb-gsl/Manifest
@@ -1,4 +1 @@
 DIST gsl-1.16.0.6.gem 594944 SHA256 3fa354277d68a729e239a8c9eb3408f2978a444b7da3708cff120a9cb69cdcff SHA512 99610ef7e9b57c29f1972c4cb2853642157660b885a0a9761876c649badeb02dace7f0191453ce63d1a7f59bc3ee89fb61a73ae71522b5430f7916a60c4d1490 WHIRLPOOL e2b0c71e5262242586e02ffba632978057a0a467171974a0acab9e43e0f268741815b93a43a573dbffa56fe8448b95d909622207dba2f52ecb231d92abc648b2
-DIST rb-gsl-1.16.0.3.gem 587776 SHA256 fb88cab2be18c422fa9cdabc3e43952d3ae9af72fc4be5109b76c1b6ae2c7f45 SHA512 e1640d616069c90d9e3929dd2d8649a463bb720d318ff6d5aaf263d3be216387f1eb5137aca58a40b5cfd7a5c5796e3c68d94f298ef10a309dfe923507dfe8c3 WHIRLPOOL 3bae2beaaf91ac09e2b0f8e5e1d14accc5ef393ab85f3885c889e99c99ffe035f24515f1ba45a68de2974415c0d5c46dc3f930988dc8323215f94cd60c29a58e
-DIST rb-gsl-1.16.0.4.gem 588288 SHA256 bc6573cc36410d2ec88672d4b12e2c908684796b276a8743c19345bbb44bef94 SHA512 93d9064b3a268b81c4cd2bdc9c6a22871ec31daa327a254cbc3c7b715eb9fa20da3b3ebc370413675045cf9fbf9ae843e7aa4b6c53469b4f46ecbab27c560deb WHIRLPOOL 44cea9a3571005aeef993b81d56350f76006c05b8887ec3cb6e49b33b101e6a566c39d637ba36d4084af0bb32a406dcce782a6091aebe24098dfa9564718d367
-DIST rb-gsl-1.16.0.5.gem 594944 SHA256 00e35dd3b23a3b37e7e2e52887bcbd130ef3949289284fc05e40397da18b8e37 SHA512 39ebdd04efa7995fe3a601af62246a4baaf92aceddf975a93693db199277e9c84e36c4dbc8d08c5cd66ca4e9cb2300c6d0fb1ee8f226c32a78e7ae1c453211d6 WHIRLPOOL 2e496d46965f57c2e0b9bd4dfe7a7bd6f792778c3c0af6688ff8eff2ead48b5853cc2eaa4f5690a120ed8647c2948c247a57629899cf5fd22c8ea2b4a4f13cf1

diff --git a/dev-ruby/rb-gsl/rb-gsl-1.16.0.3.ebuild b/dev-ruby/rb-gsl/rb-gsl-1.16.0.3.ebuild
deleted file mode 100644
index 690566c..0000000
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-inherit ruby-fakegem multilib
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README"
-
-RUBY_FAKEGEM_TASK_TEST="test:libs"
-DESCRIPTION="Ruby interface to GNU Scientific Library"
-HOMEPAGE="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.4.ebuild b/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild
deleted file mode 100644
index 6e02280..0000000
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-inherit ruby-fakegem multilib
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README"
-
-RUBY_FAKEGEM_TASK_TEST="test:libs"
-DESCRIPTION="Ruby interface to GNU Scientific Library"
-HOMEPAGE="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.5.ebuild b/dev-ruby/rb-gsl/rb-gsl-1.16.0.5.ebuild
deleted file mode 100644
index 10c07b5..0000000
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-inherit ruby-fakegem multilib
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
-
-RUBY_FAKEGEM_TASK_TEST="test:libs"
-DESCRIPTION="Ruby interface to GNU Scientific Library"
-HOMEPAGE="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-1.15"
-RDEPEND+=" >=sci-libs/gsl-1.15"
-
-RUBY_S="${PN}-${P}"
-
-ruby_add_bdepend "dev-ruby/narray"
-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_native/extconf.rb || die
-}
-
-each_ruby_configure() {
-	${RUBY} -Cext/gsl_native extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake -Cext/gsl_native V=1
-	cp ext/gsl_native/*$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die
-}


             reply	other threads:[~2016-02-16 19:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16 19:36 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-16 19:36 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-gsl/ Hans de Graaff
2016-02-16 19:36 Hans de Graaff
2016-02-16 19:36 Hans de Graaff
2017-12-15  7:04 Hans de Graaff
2017-12-15  7:04 Hans de Graaff
2018-02-08 18:30 Hans de Graaff
2018-02-08 18:30 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2020-05-09  9:20 Hans de Graaff
2020-07-27  2:09 Sam James
2021-10-30  5:16 Hans de Graaff
2021-10-31 11:35 Hans de Graaff
2023-03-25  7:12 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455651387.73ed2ce65c434b0b80fa23cea7f28f50028ee6c0.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox