diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-10-10 07:18:26 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-10-10 07:18:26 +0200 |
commit | a12b44551c5c476025c6fcd696d6533bf7de540b (patch) | |
tree | 0c1d87b3cde9a26663dca0769e3e654383d51b1b /dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild | |
parent | dev-ruby/arel: add 7.1.4 (diff) | |
download | gentoo-a12b44551c5c476025c6fcd696d6533bf7de540b.tar.gz gentoo-a12b44551c5c476025c6fcd696d6533bf7de540b.tar.bz2 gentoo-a12b44551c5c476025c6fcd696d6533bf7de540b.zip |
dev-ruby/ruby_dep: add 1.5.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild')
-rw-r--r-- | dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild b/dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild new file mode 100644 index 000000000000..fc8d8ff0bda0 --- /dev/null +++ b/dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Creates a version constraint of supported Rubies,suitable for a gemspec file" +HOMEPAGE="https://github.com/e2/ruby_dep" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm" +IUSE="" |