diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-05 13:21:20 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-05 13:21:20 +0000 |
commit | 63bce3bbd4d25afd0887ebc92c2e4ce88bde3b89 (patch) | |
tree | 4e559dfcb0dd8ca5a09f29c3698410dd229da282 /dev-perl/Text-Diff | |
parent | Fix DESCRIPTION (diff) | |
download | gentoo-2-63bce3bbd4d25afd0887ebc92c2e4ce88bde3b89.tar.gz gentoo-2-63bce3bbd4d25afd0887ebc92c2e4ce88bde3b89.tar.bz2 gentoo-2-63bce3bbd4d25afd0887ebc92c2e4ce88bde3b89.zip |
Fix DESCRIPTION
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Text-Diff')
-rw-r--r-- | dev-perl/Text-Diff/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog index fa0a8c5e54d4..ff2e361c7be9 100644 --- a/dev-perl/Text-Diff/ChangeLog +++ b/dev-perl/Text-Diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Diff -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.30 2012/11/23 13:15:01 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.31 2014/08/05 13:21:20 zlogene Exp $ + + 05 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> Text-Diff-1.410.0.ebuild: + Fix DESCRIPTION 23 Nov 2012; Anthony G. Basile <blueness@gentoo.org> Text-Diff-1.410.0.ebuild: keyword ~arm, bug #442816 diff --git a/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild b/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild index de5f3b117ba7..2a7a370aa388 100644 --- a/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild +++ b/dev-perl/Text-Diff/Text-Diff-1.410.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/Text-Diff/Text-Diff-1.410.0.ebuild,v 1.9 2012/11/23 13:15:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild,v 1.10 2014/08/05 13:21:20 zlogene Exp $ EAPI=4 @@ -8,7 +8,7 @@ MODULE_AUTHOR=OVID MODULE_VERSION=1.41 inherit perl-module -DESCRIPTION="Easily create test classes in an xUnit style." +DESCRIPTION="Easily create test classes in an xUnit style" SLOT="0" KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" |