diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 21:23:38 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 21:23:38 +0000 |
commit | a75dc816e71511aeaaaac9db001a09580d21d69c (patch) | |
tree | 4ad09dcf238f53f59fae96d71b529a374e2f4fc9 /perl-core/PodParser | |
parent | Cleanup (diff) | |
download | gentoo-2-a75dc816e71511aeaaaac9db001a09580d21d69c.tar.gz gentoo-2-a75dc816e71511aeaaaac9db001a09580d21d69c.tar.bz2 gentoo-2-a75dc816e71511aeaaaac9db001a09580d21d69c.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'perl-core/PodParser')
-rw-r--r-- | perl-core/PodParser/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.32.ebuild | 20 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.34.ebuild | 20 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.36.ebuild | 22 |
4 files changed, 5 insertions, 63 deletions
diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index a77949b3a3b2..9098363cf679 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/PodParser # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.40 2009/02/10 13:30:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.41 2009/03/13 21:23:38 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -PodParser-1.32.ebuild, + -PodParser-1.34.ebuild, -PodParser-1.36.ebuild: + Cleanup *PodParser-1.38 (10 Feb 2009) diff --git a/perl-core/PodParser/PodParser-1.32.ebuild b/perl-core/PodParser/PodParser-1.32.ebuild deleted file mode 100644 index 46e6a18c8d59..000000000000 --- a/perl-core/PodParser/PodParser-1.32.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.32.ebuild,v 1.11 2007/01/19 18:03:19 mcummings Exp $ - -inherit perl-module -MY_P=Pod-Parser-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Base class for creating POD filters and translators" -HOMEPAGE="http://search.cpan.org/~marekr/" -SRC_URI="mirror://cpan/authors/id/M/MA/MAREKR/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/perl-core/PodParser/PodParser-1.34.ebuild b/perl-core/PodParser/PodParser-1.34.ebuild deleted file mode 100644 index ff79d119d0dc..000000000000 --- a/perl-core/PodParser/PodParser-1.34.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.34.ebuild,v 1.12 2007/01/19 18:03:19 mcummings Exp $ - -inherit perl-module -MY_P=Pod-Parser-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Base class for creating POD filters and translators" -HOMEPAGE="http://search.cpan.org/~marekr/" -SRC_URI="mirror://cpan/authors/id/M/MA/MAREKR/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/perl-core/PodParser/PodParser-1.36.ebuild b/perl-core/PodParser/PodParser-1.36.ebuild deleted file mode 100644 index af726c089223..000000000000 --- a/perl-core/PodParser/PodParser-1.36.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.36.ebuild,v 1.1 2009/01/23 09:04:16 tove Exp $ - -MODULE_AUTHOR=MAREKR -MY_PN=Pod-Parser -MY_P=${MY_PN}-${PV} - -inherit perl-module - -DESCRIPTION="Base class for creating POD filters and translators" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-lang/perl" - -S=${WORKDIR}/${MY_P} - -SRC_TEST="do" |