diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-01-28 09:37:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-01-28 09:37:47 +0000 |
commit | 97ee68c83419f1a16dbcbc5dd4a7967cbede97b0 (patch) | |
tree | 602b28839843a4fe0e51cb1e973cd0b100b79aae /dev-ruby/slop | |
parent | Version bump. (diff) | |
download | gentoo-2-97ee68c83419f1a16dbcbc5dd4a7967cbede97b0.tar.gz gentoo-2-97ee68c83419f1a16dbcbc5dd4a7967cbede97b0.tar.bz2 gentoo-2-97ee68c83419f1a16dbcbc5dd4a7967cbede97b0.zip |
Remove old versions.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/slop')
-rw-r--r-- | dev-ruby/slop/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/slop/slop-2.1.0.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/slop/slop-2.4.0.ebuild | 24 |
3 files changed, 6 insertions, 50 deletions
diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog index 2b05cf290b8b..8bcc25b7b50c 100644 --- a/dev-ruby/slop/ChangeLog +++ b/dev-ruby/slop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/slop -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.5 2011/12/25 07:53:25 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.6 2012/01/28 09:37:47 graaff Exp $ + + 28 Jan 2012; Hans de Graaff <graaff@gentoo.org> -slop-2.1.0.ebuild, + -slop-2.4.0.ebuild: + Remove old versions. *slop-2.4.2 (25 Dec 2011) diff --git a/dev-ruby/slop/slop-2.1.0.ebuild b/dev-ruby/slop/slop-2.1.0.ebuild deleted file mode 100644 index 019d2c78a6c6..000000000000 --- a/dev-ruby/slop/slop-2.1.0.ebuild +++ /dev/null @@ -1,24 +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/slop/slop-2.1.0.ebuild,v 1.1 2011/08/06 06:29:34 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API." -HOMEPAGE="https://github.com/injekt/slop" -SRC_URI="https://github.com/injekt/slop/tarball/v${PV} -> ${P}.tgz" -RUBY_S="injekt-slop-*" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" diff --git a/dev-ruby/slop/slop-2.4.0.ebuild b/dev-ruby/slop/slop-2.4.0.ebuild deleted file mode 100644 index 87c063f07f6b..000000000000 --- a/dev-ruby/slop/slop-2.4.0.ebuild +++ /dev/null @@ -1,24 +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/slop/slop-2.4.0.ebuild,v 1.1 2011/12/07 17:30:05 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API." -HOMEPAGE="https://github.com/injekt/slop" -SRC_URI="https://github.com/injekt/slop/tarball/v${PV} -> ${P}.tgz" -RUBY_S="injekt-slop-*" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" |