diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 16:48:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 16:48:43 +0000 |
commit | 820ecb15b645261503b30ce6e7d78b2fc9e7e002 (patch) | |
tree | f3fa0cde51b5200b881a3a8f03949fce2148ee30 /dev-perl/text-autoformat | |
parent | Fixing BUG #52389. (Manifest recommit) (diff) | |
download | gentoo-2-820ecb15b645261503b30ce6e7d78b2fc9e7e002.tar.gz gentoo-2-820ecb15b645261503b30ce6e7d78b2fc9e7e002.tar.bz2 gentoo-2-820ecb15b645261503b30ce6e7d78b2fc9e7e002.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/text-autoformat')
-rw-r--r-- | dev-perl/text-autoformat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.12.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog index b8045d61dcb5..d0b50763e449 100644 --- a/dev-perl/text-autoformat/ChangeLog +++ b/dev-perl/text-autoformat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/text-autoformat -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.1 2003/08/22 09:31:45 mcummings Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.2 2004/05/30 16:46:59 kloeri Exp $ + + 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> + text-autoformat-1.12.ebuild: + Stable on alpha. *text-autoformat-1.12 (22 Aug 2003) diff --git a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild b/dev-perl/text-autoformat/text-autoformat-1.12.ebuild index 683949b7f0e0..eef5f1008277 100644 --- a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild +++ b/dev-perl/text-autoformat/text-autoformat-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.12.ebuild,v 1.1 2003/08/22 09:31:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.12.ebuild,v 1.2 2004/05/30 16:46:59 kloeri Exp $ inherit perl-module @@ -13,7 +13,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Text/${MY_P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 ~amd64 ~ppc ~sparc alpha ~hppa" DEPEND="${DEPEND} dev-perl/text-reform" |