diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:51:53 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:51:53 +0000 |
commit | f2d89d3dc7b920b3d512c235ee7dcade5093b04a (patch) | |
tree | 4522734e0e905e5577164b9e310edfc4a9033409 /dev-perl/PodParser | |
parent | Stopped setting ESSID in predown functions in iwconfig and wpa_supplicant (diff) | |
download | gentoo-2-f2d89d3dc7b920b3d512c235ee7dcade5093b04a.tar.gz gentoo-2-f2d89d3dc7b920b3d512c235ee7dcade5093b04a.tar.bz2 gentoo-2-f2d89d3dc7b920b3d512c235ee7dcade5093b04a.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/PodParser')
-rw-r--r-- | dev-perl/PodParser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/PodParser/PodParser-1.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/PodParser/ChangeLog b/dev-perl/PodParser/ChangeLog index 1f452d7a8d1b..5bacc01253fa 100644 --- a/dev-perl/PodParser/ChangeLog +++ b/dev-perl/PodParser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PodParser # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodParser/ChangeLog,v 1.13 2005/03/27 14:26:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodParser/ChangeLog,v 1.14 2005/04/01 17:51:04 blubb Exp $ + + 01 Apr 2005; Simon Stelling <blubb@gentoo.org> PodParser-1.28.ebuild: + stable on amd64 27 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> PodParser-1.28.ebuild: Stable on alpha. diff --git a/dev-perl/PodParser/PodParser-1.28.ebuild b/dev-perl/PodParser/PodParser-1.28.ebuild index fa14164ee3fd..809afec3ebea 100644 --- a/dev-perl/PodParser/PodParser-1.28.ebuild +++ b/dev-perl/PodParser/PodParser-1.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodParser/PodParser-1.28.ebuild,v 1.9 2005/03/27 14:26:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodParser/PodParser-1.28.ebuild,v 1.10 2005/04/01 17:51:04 blubb Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MA/MAREKR/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |