diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:25:03 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:25:03 +0100 |
commit | 38454797f74fcc6c5fec7a1648e4e695da724fab (patch) | |
tree | e329d976c893c4530abc5dad5d21e93e9e55f78f /dev-ruby | |
parent | dev-ruby/simplecov-html: Fix desc (diff) | |
download | gentoo-38454797f74fcc6c5fec7a1648e4e695da724fab.tar.gz gentoo-38454797f74fcc6c5fec7a1648e4e695da724fab.tar.bz2 gentoo-38454797f74fcc6c5fec7a1648e4e695da724fab.zip |
dev-ruby/semantic_puppet: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild index a2468e811285..3e66fbe68330 100644 --- a/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild +++ b/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" inherit ruby-fakegem -DESCRIPTION="Library of useful tools for working with Semantic Versions and module dependencies." +DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies" HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" LICENSE="Apache-2.0" |