diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-12-30 17:20:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-12-30 17:20:46 +0000 |
commit | 39e25550a7d082aa738665099f430660d3cce329 (patch) | |
tree | ef039d45da2c1913368634de3d694902f17ba464 /dev-perl/locale-maketext-fuzzy | |
parent | Maintaining this ebuild now. (diff) | |
download | historical-39e25550a7d082aa738665099f430660d3cce329.tar.gz historical-39e25550a7d082aa738665099f430660d3cce329.tar.bz2 historical-39e25550a7d082aa738665099f430660d3cce329.zip |
5 months, no bugs. Tested pod example on sparc and x86
Diffstat (limited to 'dev-perl/locale-maketext-fuzzy')
-rw-r--r-- | dev-perl/locale-maketext-fuzzy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/locale-maketext-fuzzy/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/locale-maketext-fuzzy/ChangeLog b/dev-perl/locale-maketext-fuzzy/ChangeLog index c2dc2d13db50..8c1f367e970a 100644 --- a/dev-perl/locale-maketext-fuzzy/ChangeLog +++ b/dev-perl/locale-maketext-fuzzy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/locale-maketext-fuzzy # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-fuzzy/ChangeLog,v 1.1 2003/07/29 15:42:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-fuzzy/ChangeLog,v 1.2 2003/12/30 17:20:37 mcummings Exp $ + + 30 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org> + locale-maketext-fuzzy-0.02.ebuild: + 5 months, no bugs. Tested pod example on sparc and x86 *locale-maketext-fuzzy-0.02 (29 Jul 2003) diff --git a/dev-perl/locale-maketext-fuzzy/Manifest b/dev-perl/locale-maketext-fuzzy/Manifest index 2086a8b9d3ae..930bab6ceae6 100644 --- a/dev-perl/locale-maketext-fuzzy/Manifest +++ b/dev-perl/locale-maketext-fuzzy/Manifest @@ -1,4 +1,4 @@ -MD5 b8bd6085620c51e219527fd8b5d11461 locale-maketext-fuzzy-0.02.ebuild 623 -MD5 4ea58e61fa3b8e6bbaac15b16c7cb28b ChangeLog 471 +MD5 6873b2843e34ca69be325221f381bac8 locale-maketext-fuzzy-0.02.ebuild 621 +MD5 1ae32c416ee69ef14e14b23d8950ed28 ChangeLog 624 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 e8b3425808acd39d27d458b937ec0192 files/digest-locale-maketext-fuzzy-0.02 76 diff --git a/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild b/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild index c08dec078bbf..b9a3803a273d 100644 --- a/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild +++ b/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild,v 1.1 2003/07/29 15:42:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild,v 1.2 2003/12/30 17:20:37 mcummings Exp $ inherit perl-module @@ -12,6 +12,6 @@ SRC_URI="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/${MY_P}.tar.gz" HOMEPAGE="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~hppa" DEPEND="${DEPEND}" |