diff options
Diffstat (limited to 'perl-core/PodParser')
-rw-r--r-- | perl-core/PodParser/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.380.0.ebuild (renamed from perl-core/PodParser/PodParser-1.38.ebuild) | 7 |
2 files changed, 11 insertions, 6 deletions
diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index 74bc5ec29d7d..ee6f6e89632c 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/PodParser -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.50 2010/01/17 14:23:08 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.51 2011/04/25 06:12:23 tove Exp $ + +*PodParser-1.380.0 (25 Apr 2011) + + 25 Apr 2011; Torsten Veller <tove@gentoo.org> -PodParser-1.38.ebuild, + +PodParser-1.380.0.ebuild: + Change version scheme 17 Jan 2010; Torsten Veller <tove@gentoo.org> -PodParser-1.35.ebuild: Cleanup diff --git a/perl-core/PodParser/PodParser-1.38.ebuild b/perl-core/PodParser/PodParser-1.380.0.ebuild index ddfc9176567f..aa364a012cb6 100644 --- a/perl-core/PodParser/PodParser-1.38.ebuild +++ b/perl-core/PodParser/PodParser-1.380.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.38.ebuild,v 1.9 2010/01/05 19:17:00 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.380.0.ebuild,v 1.1 2011/04/25 06:12:23 tove Exp $ MODULE_AUTHOR=MAREKR +MODULE_VERSION=1.38 MY_PN=Pod-Parser -MY_P=${MY_PN}-${PV} - inherit perl-module DESCRIPTION="Base class for creating POD filters and translators" |