commit: 38454797f74fcc6c5fec7a1648e4e695da724fab Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Mar 6 19:25:03 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Mar 6 19:25:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38454797
dev-ruby/semantic_puppet: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild | 6 +++--- 1 file 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 a2468e8..3e66fbe 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"
