diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 16:23:08 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 16:23:08 +0000 |
commit | 00ee895648312c20c242b1f00d3771f56b752587 (patch) | |
tree | a055a92edf2fd7c8bf23647c6e508539b580db3a /dev-perl/inline-files | |
parent | Fixing BUG #52389. (diff) | |
download | historical-00ee895648312c20c242b1f00d3771f56b752587.tar.gz historical-00ee895648312c20c242b1f00d3771f56b752587.tar.bz2 historical-00ee895648312c20c242b1f00d3771f56b752587.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/inline-files')
-rw-r--r-- | dev-perl/inline-files/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/inline-files/inline-files-0.62.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/inline-files/ChangeLog b/dev-perl/inline-files/ChangeLog index 3b6c1170223a..eadb68a2fcac 100644 --- a/dev-perl/inline-files/ChangeLog +++ b/dev-perl/inline-files/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/inline-files -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/inline-files/ChangeLog,v 1.1 2003/07/06 01:05:17 mcummings Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/inline-files/ChangeLog,v 1.2 2004/05/30 16:04:16 kloeri Exp $ + + 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> inline-files-0.62.ebuild: + Stable on alpha. *inline-files-0.62 (05 Jul 2003) diff --git a/dev-perl/inline-files/inline-files-0.62.ebuild b/dev-perl/inline-files/inline-files-0.62.ebuild index 5cae176d5d68..27a82c5ae9c3 100644 --- a/dev-perl/inline-files/inline-files-0.62.ebuild +++ b/dev-perl/inline-files/inline-files-0.62.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/inline-files/inline-files-0.62.ebuild,v 1.2 2003/09/08 07:35:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/inline-files/inline-files-0.62.ebuild,v 1.3 2004/05/30 16:04:16 kloeri Exp $ inherit perl-module @@ -12,4 +12,4 @@ HOMEPAGE="http://search.cpan.org/author/DCONWAY/${MY_P}" LICENSE="Artistic | GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~alpha ~ppc" +KEYWORDS="x86 ~sparc alpha ~ppc" |