diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-07-16 07:28:39 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-07-16 07:28:39 +0000 |
commit | dadc1eea0398a3b10b88181de8fcd72da210de02 (patch) | |
tree | 12cdbcf052ccbfedc8da8655d1425c4ec5e837ef /dev-ruby/slop | |
parent | Version bump. (diff) | |
download | gentoo-2-dadc1eea0398a3b10b88181de8fcd72da210de02.tar.gz gentoo-2-dadc1eea0398a3b10b88181de8fcd72da210de02.tar.bz2 gentoo-2-dadc1eea0398a3b10b88181de8fcd72da210de02.zip |
Initial import. Dependency of forthcoming dev-ruby/pry.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/slop')
-rw-r--r-- | dev-ruby/slop/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/slop/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/slop/slop-2.0.0.ebuild | 24 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog new file mode 100644 index 000000000000..1918c1086abc --- /dev/null +++ b/dev-ruby/slop/ChangeLog @@ -0,0 +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.1 2011/07/16 07:28:39 graaff Exp $ + +*slop-2.0.0 (16 Jul 2011) + + 16 Jul 2011; Hans de Graaff <graaff@gentoo.org> +slop-2.0.0.ebuild, + +metadata.xml: + Initial import. Dependency of forthcoming dev-ruby/pry. + diff --git a/dev-ruby/slop/metadata.xml b/dev-ruby/slop/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/slop/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/slop/slop-2.0.0.ebuild b/dev-ruby/slop/slop-2.0.0.ebuild new file mode 100644 index 000000000000..0ffde9df32d8 --- /dev/null +++ b/dev-ruby/slop/slop-2.0.0.ebuild @@ -0,0 +1,24 @@ +# 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 )" |