diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-09-21 17:37:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-09-21 17:37:49 +0000 |
commit | 77f4f495f00af79bf6ec7074cd2a9e35c6e1035e (patch) | |
tree | 8b0a1fb37a3d1d471a219f2c0cb0ed2d367aeea7 /dev-perl | |
parent | Fixing * expansion in check_license and closing bug #63803. (diff) | |
download | historical-77f4f495f00af79bf6ec7074cd2a9e35c6e1035e.tar.gz historical-77f4f495f00af79bf6ec7074cd2a9e35c6e1035e.tar.bz2 historical-77f4f495f00af79bf6ec7074cd2a9e35c6e1035e.zip |
closes bug 64861 (
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/SGMLSpm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/Manifest | 6 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog index cc664004e5ca..1772fab3888b 100644 --- a/dev-perl/SGMLSpm/ChangeLog +++ b/dev-perl/SGMLSpm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SGMLSpm # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.24 2004/08/08 00:46:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.25 2004/09/21 17:37:49 mcummings Exp $ + + 21 Sep 2004; Michael Cummings <mcummings@gentoo.org> SGMLSpm-1.03-r5.ebuild: + Fixes in -r5 fix more bugs than -r4 is worth. Marking stable on x86. See bug + 64861 for an example. 07 Aug 2004; Travis Tilley <lv@gentoo.org> SGMLSpm-1.03-r5.ebuild: stable on amd64 diff --git a/dev-perl/SGMLSpm/Manifest b/dev-perl/SGMLSpm/Manifest index 044808be875d..f8e31313e4c6 100644 --- a/dev-perl/SGMLSpm/Manifest +++ b/dev-perl/SGMLSpm/Manifest @@ -1,8 +1,8 @@ -MD5 f5e9776f75825e44eebe57ad5a7b891c SGMLSpm-1.03-r5.ebuild 1456 +MD5 431c1993c8426303bda1f435488c4958 ChangeLog 3256 +MD5 0849c18f373b6a08a29eff83e1c69c92 SGMLSpm-1.03-r3.ebuild 1230 MD5 4450ad52538c29a0bcb9a6b06346c0cd SGMLSpm-1.03-r4.ebuild 1244 -MD5 65e6949b668161f4eef884c1dff92574 ChangeLog 3066 +MD5 37533e5722b3451a7b2fa684a6054cc9 SGMLSpm-1.03-r5.ebuild 1462 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 0849c18f373b6a08a29eff83e1c69c92 SGMLSpm-1.03-r3.ebuild 1230 MD5 157321827c6fbc1c79c60e3d0b458ee0 files/SGMLSpm-1.03-Makefile 2409 MD5 32951392eea7b5f2c93d42fc6f2434b5 files/digest-SGMLSpm-1.03-r3 65 MD5 32951392eea7b5f2c93d42fc6f2434b5 files/digest-SGMLSpm-1.03-r4 65 diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild index 6fe3f10442e0..78b0757d8301 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 Foundation # 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.10 2004/08/08 00:46:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild,v 1.11 2004/09/21 17:37:49 mcummings 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 ppc64" +KEYWORDS="x86 amd64 ~sparc alpha ~ppc ~hppa ia64 mips ppc64" DEPEND=">=dev-lang/perl-5.8.0-r12 >=sys-apps/sed-4" |