diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-08 19:30:09 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-08 19:30:09 +0000 |
commit | bbd4bbed808bbbb4956473e2900ee7752f78a4f7 (patch) | |
tree | 545f1a467f6425d4aeb48822ea30f5aa79d840fa /dev-perl/PodParser | |
parent | Fixed headers. Added patches to address the security vulnerabilities in bugs ... (diff) | |
download | gentoo-2-bbd4bbed808bbbb4956473e2900ee7752f78a4f7.tar.gz gentoo-2-bbd4bbed808bbbb4956473e2900ee7752f78a4f7.tar.bz2 gentoo-2-bbd4bbed808bbbb4956473e2900ee7752f78a4f7.zip |
stable on sparc and hppa
Diffstat (limited to 'dev-perl/PodParser')
-rw-r--r-- | dev-perl/PodParser/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PodParser/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/PodParser/PodParser-1.22.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/PodParser/ChangeLog b/dev-perl/PodParser/ChangeLog index 94436211fa18..77b39c1103ef 100644 --- a/dev-perl/PodParser/ChangeLog +++ b/dev-perl/PodParser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PodParser -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodParser/ChangeLog,v 1.1 2003/06/16 13:40:15 mcummings Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodParser/ChangeLog,v 1.2 2004/01/08 19:29:59 gustavoz Exp $ + + 08 Jan 2004; <gustavoz@gentoo.org> PodParser-1.22.ebuild: + stable on sparc and hppa *PodParser-1.22 (16 Jun 2003) diff --git a/dev-perl/PodParser/Manifest b/dev-perl/PodParser/Manifest index 8be16e684634..f536810c7ba2 100644 --- a/dev-perl/PodParser/Manifest +++ b/dev-perl/PodParser/Manifest @@ -1,4 +1,4 @@ -MD5 519b6407e049429c141ae90d2db816fe PodParser-1.22.ebuild 589 -MD5 5ff38d6bf02a15cd5758cd919d592bda ChangeLog 356 +MD5 0e0303d3aa2ce5a0c11ab6cf16465b9c PodParser-1.22.ebuild 593 +MD5 e383eb57707de42f0d80774f97f6b1d0 ChangeLog 443 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 11798fabe2c2ae2b71b2a08275105144 files/digest-PodParser-1.22 65 diff --git a/dev-perl/PodParser/PodParser-1.22.ebuild b/dev-perl/PodParser/PodParser-1.22.ebuild index 256b468641fa..612577cea278 100644 --- a/dev-perl/PodParser/PodParser-1.22.ebuild +++ b/dev-perl/PodParser/PodParser-1.22.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/PodParser/PodParser-1.22.ebuild,v 1.2 2003/06/21 21:36:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodParser/PodParser-1.22.ebuild,v 1.3 2004/01/08 19:29:59 gustavoz Exp $ inherit perl-module @@ -11,6 +11,6 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MA/MAREKR/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 ~alpha ~ppc ~sparc" +KEYWORDS="x86 amd64 ~alpha ~ppc sparc hppa" DEPEND="dev-perl/File-Spec" |