diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/SGMLSpm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog index 717570c6b940..4edad22b8d1d 100644 --- a/dev-perl/SGMLSpm/ChangeLog +++ b/dev-perl/SGMLSpm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SGMLSpm -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.15 2003/12/20 07:51:53 rac Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.16 2004/03/09 05:27:21 geoman Exp $ + + 09 Mar 2004; Stephen P. Becker <geoman@gentoo.org> SGMLSpm-1.03-r5.ebuild: + Added ~mips keyword. *SGMLSpm-1.03-r5 (19 Dec 2003) diff --git a/dev-perl/SGMLSpm/Manifest b/dev-perl/SGMLSpm/Manifest index 4ce1dbd538db..b7422c421a40 100644 --- a/dev-perl/SGMLSpm/Manifest +++ b/dev-perl/SGMLSpm/Manifest @@ -1,6 +1,6 @@ -MD5 6c300c1449f588fa2aba53643c287b3e SGMLSpm-1.03-r5.ebuild 1371 +MD5 7fe01b4e11c8b06bf44c1e2427edf923 SGMLSpm-1.03-r5.ebuild 1380 MD5 b481e0b796766cc7aa86708a7387352b SGMLSpm-1.03-r4.ebuild 1245 -MD5 5d9e984489e8a08be0beb149553a72b7 ChangeLog 2089 +MD5 b7e4d0f95fe5dce506978b9d5df6af37 ChangeLog 2193 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 5fdebdb471abfc7d0e923c98efab5174 SGMLSpm-1.03-r3.ebuild 1231 MD5 157321827c6fbc1c79c60e3d0b458ee0 files/SGMLSpm-1.03-Makefile 2409 diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild index 1d380b4e53ab..ce0d91851e0e 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-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-r5.ebuild,v 1.1 2003/12/20 07:51:53 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild,v 1.2 2004/03/09 05:27:21 geoman 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" +KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc ~hppa ~ia64 ~mips" newdepend ">=dev-lang/perl-5.8.0-r12 >=sys-apps/sed-4" src_unpack() { |