diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-10-08 08:27:14 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-10-08 08:27:14 +0000 |
commit | 3a1ba854d0f49e7d7526add40d23546040077c35 (patch) | |
tree | 2f808f313edd1e19a00c7a25fd4c6764f2d1156c /dev-ruby | |
parent | Drop unused local desc. (diff) | |
download | gentoo-2-3a1ba854d0f49e7d7526add40d23546040077c35.tar.gz gentoo-2-3a1ba854d0f49e7d7526add40d23546040077c35.tar.bz2 gentoo-2-3a1ba854d0f49e7d7526add40d23546040077c35.zip |
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/narray/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/narray/narray-0.5.9_p7.ebuild | 56 | ||||
-rw-r--r-- | dev-ruby/narray/narray-0.5.9_p9.ebuild | 56 |
3 files changed, 5 insertions, 113 deletions
diff --git a/dev-ruby/narray/ChangeLog b/dev-ruby/narray/ChangeLog index 2da852d35bdf..c5e57b2c05f8 100644 --- a/dev-ruby/narray/ChangeLog +++ b/dev-ruby/narray/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/narray # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.43 2011/09/14 07:42:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.44 2011/10/08 08:27:14 graaff Exp $ + + 08 Oct 2011; Hans de Graaff <graaff@gentoo.org> -narray-0.5.9_p7.ebuild, + -narray-0.5.9_p9.ebuild: + Remove old versions. *narray-0.6.0.1 (14 Sep 2011) diff --git a/dev-ruby/narray/narray-0.5.9_p7.ebuild b/dev-ruby/narray/narray-0.5.9_p7.ebuild deleted file mode 100644 index 86e74f8f84ad..000000000000 --- a/dev-ruby/narray/narray-0.5.9_p7.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p7.ebuild,v 1.2 2010/05/18 12:47:59 flameeyes Exp $ - -EAPI=2 - -# jruby → native extension -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.en README.ja SPEC.en SPEC.ja" - -RUBY_FAKEGEM_VERSION="${PV/_p/.}" - -inherit ruby-fakegem - -DESCRIPTION="Numerical N-dimensional Array class" -HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html" -SRC_URI="mirror://rubyforge/${PN}/${P/_/}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -IUSE="" - -S="${WORKDIR}/${P/_/}" - -all_ruby_prepare() { - # the tests aren't really written to be a testsuite, so the - # failure cases will literally fail; ignore all of those ad - # instead expect that the rest won't fail. - sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \ - "${S}"/test/*.rb || die "sed failed" -} - -each_ruby_configure() { - ${RUBY} extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "emake failed" - cp -l ${PN}.so lib || die "copy of ${PN}.so failed" -} - -each_ruby_test() { - for unit in test/*; do - # Skip over the FFTW test because it needs a package we don't - # have in tree. - [[ ${unit} == test/testfftw.rb ]] && continue - - ${RUBY} -Ilib ${unit} || die "test ${unit} failed" - done -} diff --git a/dev-ruby/narray/narray-0.5.9_p9.ebuild b/dev-ruby/narray/narray-0.5.9_p9.ebuild deleted file mode 100644 index 3a0f6817750e..000000000000 --- a/dev-ruby/narray/narray-0.5.9_p9.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p9.ebuild,v 1.1 2011/06/16 09:13:40 graaff Exp $ - -EAPI=2 - -# jruby → native extension -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.en README.ja SPEC.en SPEC.ja" - -RUBY_FAKEGEM_VERSION="${PV/_p/.}" - -inherit ruby-fakegem - -DESCRIPTION="Numerical N-dimensional Array class" -HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html" -SRC_URI="mirror://rubyforge/${PN}/${P/_/}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -IUSE="" - -S="${WORKDIR}/${P/_/}" - -all_ruby_prepare() { - # the tests aren't really written to be a testsuite, so the - # failure cases will literally fail; ignore all of those ad - # instead expect that the rest won't fail. - sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \ - "${S}"/test/*.rb || die "sed failed" -} - -each_ruby_configure() { - ${RUBY} extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "emake failed" - cp -l ${PN}.so lib || die "copy of ${PN}.so failed" -} - -each_ruby_test() { - for unit in test/*; do - # Skip over the FFTW test because it needs a package we don't - # have in tree. - [[ ${unit} == test/testfftw.rb ]] && continue - - ${RUBY} -Ilib ${unit} || die "test ${unit} failed" - done -} |