diff options
-rw-r--r-- | dev-ruby/slop/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/slop/slop-3.4.3.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/slop/slop-3.4.4.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/slop/slop-3.4.5.ebuild | 27 |
4 files changed, 5 insertions, 83 deletions
diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog index 316e2d6b3309..806f0a95a83c 100644 --- a/dev-ruby/slop/ChangeLog +++ b/dev-ruby/slop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/slop # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.20 2013/07/29 02:31:06 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.21 2013/09/10 16:25:00 mrueg Exp $ + + 10 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -slop-3.4.3.ebuild, + -slop-3.4.4.ebuild, -slop-3.4.5.ebuild: + Cleanup old. *slop-3.4.6 (29 Jul 2013) diff --git a/dev-ruby/slop/slop-3.4.3.ebuild b/dev-ruby/slop/slop-3.4.3.ebuild deleted file mode 100644 index c39086e6c063..000000000000 --- a/dev-ruby/slop/slop-3.4.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.4.3.ebuild,v 1.1 2013/01/19 14:55:55 graaff Exp $ - -EAPI=5 -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="3" -KEYWORDS="~amd64 ~ppc64 ~x86" - -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - sed -i -e '/git ls-files/d' slop.gemspec -} diff --git a/dev-ruby/slop/slop-3.4.4.ebuild b/dev-ruby/slop/slop-3.4.4.ebuild deleted file mode 100644 index 1241f7168adc..000000000000 --- a/dev-ruby/slop/slop-3.4.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.4.4.ebuild,v 1.1 2013/04/20 06:39:43 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 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/archive/v${PV}.tar.gz -> ${P}.tgz" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64 ~ppc64 ~x86" - -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - sed -i -e '/git ls-files/d' slop.gemspec -} diff --git a/dev-ruby/slop/slop-3.4.5.ebuild b/dev-ruby/slop/slop-3.4.5.ebuild deleted file mode 100644 index 347c8128ac25..000000000000 --- a/dev-ruby/slop/slop-3.4.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.4.5.ebuild,v 1.1 2013/07/22 14:01:43 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 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/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64 ~ppc64 ~x86" - -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - sed -i -e '/git ls-files/d' slop.gemspec || die -} |