commit: 721d68a097cfd105caaef77d3760e132ef0786c3 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Sun Feb 14 18:28:53 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 18:28:53 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=721d68a0
dev-ruby/stale_fish: fix repoman issues Package-Manager: portage-2.2.26 dev-ruby/stale_fish/stale_fish-1.3.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/stale_fish/stale_fish-1.3.2.ebuild b/dev-ruby/stale_fish/stale_fish-1.3.2.ebuild index 4c924c8..14cc867 100644 --- a/dev-ruby/stale_fish/stale_fish-1.3.2.ebuild +++ b/dev-ruby/stale_fish/stale_fish-1.3.2.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 -# $Header: $ +# $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.rdoc" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="VERSION" inherit ruby-fakegem -DESCRIPTION="keeps fixtures synchronized with sources to prevent outdated fixtures going undetected." +DESCRIPTION="keeps fixtures synchronized with sources to prevent outdated fixtures" HOMEPAGE="https://github.com/jsmestad/stale_fish" LICENSE="MIT"
