diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-17 08:15:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-17 08:15:16 +0000 |
commit | 77dc1ee373dd041427dd0cb45adfaa2669482235 (patch) | |
tree | 97702343aec0b61f1269dfef57c9a3a73dbc180e /perl-core/Pod-Simple | |
parent | Cleanup (diff) | |
download | historical-77dc1ee373dd041427dd0cb45adfaa2669482235.tar.gz historical-77dc1ee373dd041427dd0cb45adfaa2669482235.tar.bz2 historical-77dc1ee373dd041427dd0cb45adfaa2669482235.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'perl-core/Pod-Simple')
-rw-r--r-- | perl-core/Pod-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Pod-Simple/Pod-Simple-3.07.ebuild | 18 | ||||
-rw-r--r-- | perl-core/Pod-Simple/Pod-Simple-3.13.ebuild | 19 |
3 files changed, 6 insertions, 39 deletions
diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog index c611496a9ecb..73f46f978505 100644 --- a/perl-core/Pod-Simple/ChangeLog +++ b/perl-core/Pod-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Pod-Simple -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.24 2010/11/15 10:19:31 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.25 2011/01/17 07:48:45 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Pod-Simple-3.07.ebuild, + -Pod-Simple-3.13.ebuild: + Cleanup 15 Nov 2010; Fabian Groffen <grobian@gentoo.org> Pod-Simple-3.15.ebuild: Marked ~ppc-macos and ~x86-solaris, bug #345435 diff --git a/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild deleted file mode 100644 index faccf23aabf9..000000000000 --- a/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild,v 1.9 2010/01/05 19:15:50 nixnut Exp $ - -MODULE_AUTHOR=ARANDAL -inherit perl-module - -DESCRIPTION="framework for parsing Pod" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND=">=virtual/perl-Pod-Escapes-1.04 - dev-lang/perl" - -SRC_TEST="do" diff --git a/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild deleted file mode 100644 index 3ab407d7c27b..000000000000 --- a/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild +++ /dev/null @@ -1,19 +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/Pod-Simple/Pod-Simple-3.13.ebuild,v 1.1 2009/12/18 11:54:30 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DWHEELER -inherit perl-module - -DESCRIPTION="Framework for parsing Pod" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND=">=virtual/perl-Pod-Escapes-1.04" -RDEPEND="${DEPEND}" - -SRC_TEST="do" |