diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-04 17:37:08 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-04 17:37:08 +0000 |
commit | 969f810a5177504464583ac5ab6e4d7bf3790a9c (patch) | |
tree | 882569f2b9ed3c0486a8e20d135d173192ef8c62 /dev-perl/Class-C3-Componentised | |
parent | Fix DESCRIPTION (diff) | |
download | gentoo-2-969f810a5177504464583ac5ab6e4d7bf3790a9c.tar.gz gentoo-2-969f810a5177504464583ac5ab6e4d7bf3790a9c.tar.bz2 gentoo-2-969f810a5177504464583ac5ab6e4d7bf3790a9c.zip |
Fix DESCRIPTION
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Class-C3-Componentised')
-rw-r--r-- | dev-perl/Class-C3-Componentised/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Class-C3-Componentised/ChangeLog b/dev-perl/Class-C3-Componentised/ChangeLog index 0c25da52bce8..601b3a22ad99 100644 --- a/dev-perl/Class-C3-Componentised/ChangeLog +++ b/dev-perl/Class-C3-Componentised/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-C3-Componentised -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog,v 1.15 2012/11/18 11:10:02 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog,v 1.16 2014/08/04 17:37:08 zlogene Exp $ + + 04 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> + Class-C3-Componentised-1.1.0.ebuild: + Fix DESCRIPTION 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild index 057552ee6e86..c6d895828c56 100644 --- a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild +++ b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.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/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild,v 1.2 2012/09/01 11:17:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild,v 1.3 2014/08/04 17:37:08 zlogene Exp $ EAPI=4 @@ -8,7 +8,7 @@ MODULE_AUTHOR=FREW MODULE_VERSION=1.001000 inherit perl-module -DESCRIPTION="Load mix-ins or components to your C3-based class." +DESCRIPTION="Load mix-ins or components to your C3-based class" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris" |