diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-11-21 00:01:56 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-11-21 00:01:56 +0000 |
commit | 1e426a1fffdeab3ca4c762f97c9c002759516644 (patch) | |
tree | 3580453762a76131051e1fcb83f234c302550ca2 /dev-ruby/mixlib-cli/mixlib-cli-1.3.0-r1.ebuild | |
parent | Version bump to 3.4.70, 3.10.20, 3.11.9 and 3.12.1. (diff) | |
download | gentoo-2-1e426a1fffdeab3ca4c762f97c9c002759516644.tar.gz gentoo-2-1e426a1fffdeab3ca4c762f97c9c002759516644.tar.bz2 gentoo-2-1e426a1fffdeab3ca4c762f97c9c002759516644.zip |
Add ruby20 target. Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/mixlib-cli/mixlib-cli-1.3.0-r1.ebuild')
-rw-r--r-- | dev-ruby/mixlib-cli/mixlib-cli-1.3.0-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/mixlib-cli/mixlib-cli-1.3.0-r1.ebuild b/dev-ruby/mixlib-cli/mixlib-cli-1.3.0-r1.ebuild new file mode 100644 index 000000000000..e7d0b4afa2fb --- /dev/null +++ b/dev-ruby/mixlib-cli/mixlib-cli-1.3.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-cli/mixlib-cli-1.3.0-r1.ebuild,v 1.1 2013/11/21 00:01:55 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 jruby" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Mixin for creating command line applications" +HOMEPAGE="http://github.com/opscode/mixlib-cli" +SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tgz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" |