diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-26 20:18:24 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-26 20:18:24 +0000 |
commit | a12db952f458ed42501f0bd04bb39fec53a1a08e (patch) | |
tree | 07472e6006ca3c1caf976542b58e57d3647c8ced /dev-perl/SGMLSpm | |
parent | Version bumped. Cleaned out old files. (diff) | |
download | historical-a12db952f458ed42501f0bd04bb39fec53a1a08e.tar.gz historical-a12db952f458ed42501f0bd04bb39fec53a1a08e.tar.bz2 historical-a12db952f458ed42501f0bd04bb39fec53a1a08e.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog index 159f2dd67f97..0892db217232 100644 --- a/dev-perl/SGMLSpm/ChangeLog +++ b/dev-perl/SGMLSpm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SGMLSpm # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.18 2004/04/16 11:33:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.19 2004/05/26 20:12:39 kloeri Exp $ + + 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> SGMLSpm-1.03-r5.ebuild: + Stable on alpha. 16 Apr 2004; Michael Cummings <mcummings@gentoo.org> SGMLSpm-1.03-r5.ebuild: Syntax fix for newdepend, bug 29064 diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild index 494f5fce0478..74d5b7afaa56 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.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/SGMLSpm/SGMLSpm-1.03-r3.ebuild,v 1.10 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild,v 1.11 2004/05/26 20:12:39 kloeri Exp $ MY_P="${P}ii" S=${WORKDIR}/${PN} diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild index feff9ac21cde..32d5634da6d8 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.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/SGMLSpm/SGMLSpm-1.03-r4.ebuild,v 1.10 2003/11/15 03:09:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild,v 1.11 2004/05/26 20:12:39 kloeri Exp $ MY_P="${P}ii" S=${WORKDIR}/${PN} diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild index 99117cfbc8f6..6b3b4a06e9de 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild,v 1.4 2004/04/16 11:33:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild,v 1.5 2004/05/26 20:12:39 kloeri Exp $ MY_P="${P}ii" S=${WORKDIR}/${PN} @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/" IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc ~hppa ~ia64 mips" +KEYWORDS="~x86 ~amd64 ~sparc alpha ~ppc ~hppa ~ia64 mips" DEPEND=">=dev-lang/perl-5.8.0-r12 >=sys-apps/sed-4" |