diff options
author | 2014-08-05 17:46:53 +0000 | |
---|---|---|
committer | 2014-08-05 17:46:53 +0000 | |
commit | d4534bc8b0b2d8b10d0f1f58e1816991d007bd13 (patch) | |
tree | 26bf00a851d449f1f51277a4156a97cef3cdcfd5 /dev-perl/Test-LongString | |
parent | Fix DESCRIPTION (diff) | |
download | gentoo-2-d4534bc8b0b2d8b10d0f1f58e1816991d007bd13.tar.gz gentoo-2-d4534bc8b0b2d8b10d0f1f58e1816991d007bd13.tar.bz2 gentoo-2-d4534bc8b0b2d8b10d0f1f58e1816991d007bd13.zip |
Fix DESCRIPTION
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Test-LongString')
-rw-r--r-- | dev-perl/Test-LongString/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Test-LongString/ChangeLog b/dev-perl/Test-LongString/ChangeLog index 80cd4c5c0483..ff2563f70da0 100644 --- a/dev-perl/Test-LongString/ChangeLog +++ b/dev-perl/Test-LongString/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-LongString -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.42 2012/11/23 13:13:51 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.43 2014/08/05 17:46:53 zlogene Exp $ + + 05 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> + Test-LongString-0.150.0.ebuild: + Fix DESCRIPTION 23 Nov 2012; Anthony G. Basile <blueness@gentoo.org> Test-LongString-0.150.0.ebuild: diff --git a/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild b/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild index 6c3c64a369dc..8f121c8ef51b 100644 --- a/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild +++ b/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild,v 1.6 2012/11/23 13:13:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild,v 1.7 2014/08/05 17:46:53 zlogene Exp $ EAPI=4 @@ -8,7 +8,7 @@ MODULE_AUTHOR=RGARCIA MODULE_VERSION=0.15 inherit perl-module -DESCRIPTION="A library to test long strings." +DESCRIPTION="A library to test long strings" SLOT="0" KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" |