diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-13 11:30:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-13 11:30:39 +0000 |
commit | 5f33c32aec6cbccaf0c5a71b74ec5a59971ab202 (patch) | |
tree | 9bade72c1cf0eab2eefe5681b15c85ea024c35be /dev-perl/Text-Format | |
parent | Stable for x86, wrt bug #447168 (diff) | |
download | gentoo-2-5f33c32aec6cbccaf0c5a71b74ec5a59971ab202.tar.gz gentoo-2-5f33c32aec6cbccaf0c5a71b74ec5a59971ab202.tar.bz2 gentoo-2-5f33c32aec6cbccaf0c5a71b74ec5a59971ab202.zip |
Stable for x86, wrt bug #450720
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Text-Format')
-rw-r--r-- | dev-perl/Text-Format/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Format/Text-Format-0.580.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-perl/Text-Format/ChangeLog b/dev-perl/Text-Format/ChangeLog index a3f158b8131d..7fd66c601880 100644 --- a/dev-perl/Text-Format/ChangeLog +++ b/dev-perl/Text-Format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Format # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Format/ChangeLog,v 1.2 2013/01/07 20:56:13 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Format/ChangeLog,v 1.3 2013/01/13 11:30:39 ago Exp $ + + 13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> Text-Format-0.580.0.ebuild: + Stable for x86, wrt bug #450720 07 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> Text-Format-0.580.0.ebuild: Stable on amd64, wrt bug #450720 @@ -11,4 +14,3 @@ +metadata.xml: Initial commit, wrt bug #444974. Ebuild by Matthew Schultz and Mikle Kolyada. The latter will maintain this package through proxy maintainers - diff --git a/dev-perl/Text-Format/Text-Format-0.580.0.ebuild b/dev-perl/Text-Format/Text-Format-0.580.0.ebuild index a1892a869f71..dc29a2eaf286 100644 --- a/dev-perl/Text-Format/Text-Format-0.580.0.ebuild +++ b/dev-perl/Text-Format/Text-Format-0.580.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Format/Text-Format-0.580.0.ebuild,v 1.2 2013/01/07 20:56:13 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Format/Text-Format-0.580.0.ebuild,v 1.3 2013/01/13 11:30:39 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Various subroutines to format text" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" |