summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-01-19 14:53:40 +0000
committerHans de Graaff <graaff@gentoo.org>2013-01-19 14:53:40 +0000
commite71c6b35e462d94544b7b4696bdfe4fad16349e9 (patch)
treeacf271b313e82434b14ca4f1d20c462cd4ca80c6 /dev-ruby/slop
parentamd64 stable wrt #452556 (diff)
downloadgentoo-2-e71c6b35e462d94544b7b4696bdfe4fad16349e9.tar.gz
gentoo-2-e71c6b35e462d94544b7b4696bdfe4fad16349e9.tar.bz2
gentoo-2-e71c6b35e462d94544b7b4696bdfe4fad16349e9.zip
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/slop')
-rw-r--r--dev-ruby/slop/ChangeLog7
-rw-r--r--dev-ruby/slop/slop-3.3.2.ebuild24
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog
index 450280c11ddc..8808296bfcdc 100644
--- a/dev-ruby/slop/ChangeLog
+++ b/dev-ruby/slop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/slop
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.15 2012/09/23 07:10:40 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.16 2013/01/19 14:53:40 graaff Exp $
+
+ 19 Jan 2013; Hans de Graaff <graaff@gentoo.org> -slop-3.3.2.ebuild:
+ Cleanup.
*slop-3.3.3 (23 Sep 2012)
diff --git a/dev-ruby/slop/slop-3.3.2.ebuild b/dev-ruby/slop/slop-3.3.2.ebuild
deleted file mode 100644
index 4bc58db31d42..000000000000
--- a/dev-ruby/slop/slop-3.3.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.3.2.ebuild,v 1.1 2012/07/05 22:39:03 flameeyes 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="3"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"