diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-11-08 06:55:04 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-11-08 06:55:04 +0000 |
commit | 8a035f723a17aff31fce66dfbdbc139ccf3f2a29 (patch) | |
tree | 9940c2cb00a07119fa5a2640e2270ead2ee4e0af | |
parent | Version bump. (diff) | |
download | gentoo-2-8a035f723a17aff31fce66dfbdbc139ccf3f2a29.tar.gz gentoo-2-8a035f723a17aff31fce66dfbdbc139ccf3f2a29.tar.bz2 gentoo-2-8a035f723a17aff31fce66dfbdbc139ccf3f2a29.zip |
Remove old version.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/slop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/slop/slop-2.0.0.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog index 1a1a542408f1..750c467f294a 100644 --- a/dev-ruby/slop/ChangeLog +++ b/dev-ruby/slop/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2011/08/06 06:29:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.3 2011/11/08 06:55:04 graaff Exp $ + + 08 Nov 2011; Hans de Graaff <graaff@gentoo.org> -slop-2.0.0.ebuild: + Remove old version. *slop-2.1.0 (06 Aug 2011) diff --git a/dev-ruby/slop/slop-2.0.0.ebuild b/dev-ruby/slop/slop-2.0.0.ebuild deleted file mode 100644 index 0ffde9df32d8..000000000000 --- a/dev-ruby/slop/slop-2.0.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.0.0.ebuild,v 1.1 2011/07/16 07:28:39 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 )" |