diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 20:13:38 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 20:13:38 +0000 |
commit | a59cbd94971582cb212f20b0bde5f3d803abde47 (patch) | |
tree | 13a65cc7bdd580c06b782344e8042a8c929db3f0 /virtual/perl-DB_File | |
parent | Marking texlive-langtibetan-2008 ppc64 for bug 235551 (diff) | |
download | gentoo-2-a59cbd94971582cb212f20b0bde5f3d803abde47.tar.gz gentoo-2-a59cbd94971582cb212f20b0bde5f3d803abde47.tar.bz2 gentoo-2-a59cbd94971582cb212f20b0bde5f3d803abde47.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'virtual/perl-DB_File')
-rw-r--r-- | virtual/perl-DB_File/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-DB_File/perl-DB_File-1.813.ebuild | 15 | ||||
-rw-r--r-- | virtual/perl-DB_File/perl-DB_File-1.814.ebuild | 23 | ||||
-rw-r--r-- | virtual/perl-DB_File/perl-DB_File-1.817.ebuild | 23 | ||||
-rw-r--r-- | virtual/perl-DB_File/perl-DB_File-1.818.ebuild | 23 |
5 files changed, 6 insertions, 85 deletions
diff --git a/virtual/perl-DB_File/ChangeLog b/virtual/perl-DB_File/ChangeLog index ee9a4f010b36..48df67c6593a 100644 --- a/virtual/perl-DB_File/ChangeLog +++ b/virtual/perl-DB_File/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-DB_File # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.22 2009/02/20 06:44:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.23 2009/03/13 20:13:38 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -perl-DB_File-1.813.ebuild, + -perl-DB_File-1.814.ebuild, -perl-DB_File-1.817.ebuild, + -perl-DB_File-1.818.ebuild: + Cleanup *perl-DB_File-1.819 (20 Feb 2009) diff --git a/virtual/perl-DB_File/perl-DB_File-1.813.ebuild b/virtual/perl-DB_File/perl-DB_File-1.813.ebuild deleted file mode 100644 index fb1f3ff50b74..000000000000 --- a/virtual/perl-DB_File/perl-DB_File-1.813.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.813.ebuild,v 1.6 2007/07/11 05:04:22 mr_bones_ Exp $ - -DESCRIPTION="Virtual for DB_File" -HOMEPAGE="http://www.gentoo.org/proj/en/perl/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86" - -IUSE="" -DEPEND="" -RDEPEND="~perl-core/DB_File-${PV}" diff --git a/virtual/perl-DB_File/perl-DB_File-1.814.ebuild b/virtual/perl-DB_File/perl-DB_File-1.814.ebuild deleted file mode 100644 index edc336782c11..000000000000 --- a/virtual/perl-DB_File/perl-DB_File-1.814.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.814.ebuild,v 1.8 2006/12/01 16:03:11 chainsaw Exp $ - -inherit eutils - -DESCRIPTION="Virtual for DB_File" -HOMEPAGE="http://www.gentoo.org/proj/en/perl/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" - -IUSE="" -DEPEND="" -RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/DB_File-${PV} )" - -pkg_setup() { - if ! has_version "~perl-core/DB_File-${PV}" && ! built_with_use dev-lang/perl berkdb ; then - die "You must build perl with USE=\"berkdb\" or install perl-core/DB_File-${PV}" - fi -} diff --git a/virtual/perl-DB_File/perl-DB_File-1.817.ebuild b/virtual/perl-DB_File/perl-DB_File-1.817.ebuild deleted file mode 100644 index 1ba6b75b969e..000000000000 --- a/virtual/perl-DB_File/perl-DB_File-1.817.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.817.ebuild,v 1.1 2008/12/08 03:32:38 robbat2 Exp $ - -inherit eutils - -DESCRIPTION="Virtual for DB_File" -HOMEPAGE="http://www.gentoo.org/proj/en/perl/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -IUSE="" -DEPEND="" -RDEPEND="~perl-core/DB_File-${PV}" - -pkg_setup() { - if ! has_version "~perl-core/DB_File-${PV}" && ! built_with_use dev-lang/perl berkdb ; then - die "You must build perl with USE=\"berkdb\" or install perl-core/DB_File-${PV}" - fi -} diff --git a/virtual/perl-DB_File/perl-DB_File-1.818.ebuild b/virtual/perl-DB_File/perl-DB_File-1.818.ebuild deleted file mode 100644 index 34412ac3de2b..000000000000 --- a/virtual/perl-DB_File/perl-DB_File-1.818.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.818.ebuild,v 1.1 2009/02/01 14:44:32 tove Exp $ - -inherit eutils - -DESCRIPTION="Virtual for DB_File" -HOMEPAGE="http://www.gentoo.org/proj/en/perl/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -IUSE="" -DEPEND="" -RDEPEND="~perl-core/DB_File-${PV}" - -pkg_setup() { - if ! has_version "~perl-core/DB_File-${PV}" && ! built_with_use dev-lang/perl berkdb ; then - die "You must build perl with USE=\"berkdb\" or install perl-core/DB_File-${PV}" - fi -} |