diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-05-22 06:10:32 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-05-22 06:10:32 +0000 |
commit | 3b957f56d06245457ff3633de32265fabf41f836 (patch) | |
tree | 9d3c141f638e1f29371c61eee1ba79b2454d3ad6 /dev-ruby/storable | |
parent | Version bump. (diff) | |
download | gentoo-2-3b957f56d06245457ff3633de32265fabf41f836.tar.gz gentoo-2-3b957f56d06245457ff3633de32265fabf41f836.tar.bz2 gentoo-2-3b957f56d06245457ff3633de32265fabf41f836.zip |
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/storable')
-rw-r--r-- | dev-ruby/storable/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/storable/storable-0.8.2.ebuild | 52 | ||||
-rw-r--r-- | dev-ruby/storable/storable-0.8.6.ebuild | 52 |
3 files changed, 5 insertions, 105 deletions
diff --git a/dev-ruby/storable/ChangeLog b/dev-ruby/storable/ChangeLog index 24afaa1354c0..3d68e8c022e5 100644 --- a/dev-ruby/storable/ChangeLog +++ b/dev-ruby/storable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/storable # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.18 2011/05/22 06:10:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.19 2011/05/22 06:10:32 graaff Exp $ + + 22 May 2011; Hans de Graaff <graaff@gentoo.org> -storable-0.8.2.ebuild, + -storable-0.8.6.ebuild: + Remove old versions. *storable-0.8.9 (22 May 2011) diff --git a/dev-ruby/storable/storable-0.8.2.ebuild b/dev-ruby/storable/storable-0.8.2.ebuild deleted file mode 100644 index d76d4a10351e..000000000000 --- a/dev-ruby/storable/storable-0.8.2.ebuild +++ /dev/null @@ -1,52 +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/storable/storable-0.8.2.ebuild,v 1.1 2010/09/09 13:12:42 flameeyes Exp $ - -EAPI=2 - -# jruby → yajl-ruby won't work, as it's compiled extension -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Marshal Ruby classes into and out of multiple formats" -HOMEPAGE="http://solutious.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_URI="http://github.com/delano/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz" -S="${WORKDIR}/delano-${PN}-*" - -# technically, it could work without either; on the other hand, it -# would break a bit of stuff. -#ruby_add_rdepend "|| ( dev-ruby/json dev-ruby/yajl-ruby )" - -# Somehow it infinite-recurse if JSON is used, see issue #1, so use -# yajl directly. -ruby_add_rdepend dev-ruby/yajl-ruby - -ruby_add_bdepend "test? ( dev-ruby/tryouts:2 )" - -all_ruby_prepare() { - mv bin examples || die -} - -each_ruby_test() { - ${RUBY} -S try || die "tests failed" -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -} diff --git a/dev-ruby/storable/storable-0.8.6.ebuild b/dev-ruby/storable/storable-0.8.6.ebuild deleted file mode 100644 index d13f21e7eecd..000000000000 --- a/dev-ruby/storable/storable-0.8.6.ebuild +++ /dev/null @@ -1,52 +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/storable/storable-0.8.6.ebuild,v 1.1 2011/02/18 07:14:33 graaff Exp $ - -EAPI=2 - -# jruby → yajl-ruby won't work, as it's compiled extension -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Marshal Ruby classes into and out of multiple formats" -HOMEPAGE="http://solutious.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_URI="http://github.com/delano/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz" -S="${WORKDIR}/delano-${PN}-*" - -# technically, it could work without either; on the other hand, it -# would break a bit of stuff. -#ruby_add_rdepend "|| ( dev-ruby/json dev-ruby/yajl-ruby )" - -# Somehow it infinite-recurse if JSON is used, see issue #1, so use -# yajl directly. -ruby_add_rdepend dev-ruby/yajl-ruby - -ruby_add_bdepend "test? ( dev-ruby/tryouts:2 )" - -all_ruby_prepare() { - mv bin examples || die -} - -each_ruby_test() { - ${RUBY} -S try || die "tests failed" -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -} |