diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-05 16:02:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-05 16:02:54 +0000 |
commit | 90089aed7640e0e9a4932871354d88bb5890f1ac (patch) | |
tree | 4ece5d6cbb6076c92131a2291b690ee2e929052d /dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild | |
parent | version bump, fix bash-completion installation (bug 518902) (diff) | |
download | historical-90089aed7640e0e9a4932871354d88bb5890f1ac.tar.gz historical-90089aed7640e0e9a4932871354d88bb5890f1ac.tar.bz2 historical-90089aed7640e0e9a4932871354d88bb5890f1ac.zip |
Remove trailing '.' from DESCRIPTION.
Package-Manager: portage-2.2.11-r1/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild')
-rw-r--r-- | dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild b/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild index 6853cbbf09a6..04ef0c2b5551 100644 --- a/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild +++ b/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild,v 1.18 2014/04/05 14:56:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild,v 1.19 2014/08/05 16:00:29 mrueg Exp $ EAPI=5 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem -DESCRIPTION="RR adapter for Test::Unit." +DESCRIPTION="RR adapter for Test::Unit" HOMEPAGE="http://rubyforge.org/projects/test-unit/" LICENSE="LGPL-2.1+" |