diff options
author | 2009-11-19 11:31:45 +0000 | |
---|---|---|
committer | 2009-11-19 11:31:45 +0000 | |
commit | a37c863fb9d8c8367050ad7991f775e7d88bef72 (patch) | |
tree | 85a179c2c6ab3922182847abf43b855977a99028 /dev-perl/DBI | |
parent | Fix SRC_URI (diff) | |
download | gentoo-2-a37c863fb9d8c8367050ad7991f775e7d88bef72.tar.gz gentoo-2-a37c863fb9d8c8367050ad7991f775e7d88bef72.tar.bz2 gentoo-2-a37c863fb9d8c8367050ad7991f775e7d88bef72.zip |
Cleanup
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DBI')
-rw-r--r-- | dev-perl/DBI/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DBI/DBI-1.50.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/DBI/DBI-1.54.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/DBI/DBI-1.601.ebuild | 21 |
4 files changed, 5 insertions, 62 deletions
diff --git a/dev-perl/DBI/ChangeLog b/dev-perl/DBI/ChangeLog index 253de69f23fe..9d6e9374be95 100644 --- a/dev-perl/DBI/ChangeLog +++ b/dev-perl/DBI/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DBI # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.124 2009/11/14 15:47:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.125 2009/11/19 11:31:45 tove Exp $ + + 19 Nov 2009; Torsten Veller <tove@gentoo.org> -DBI-1.50.ebuild, + -DBI-1.54.ebuild, -DBI-1.601.ebuild: + Cleanup 14 Nov 2009; Raúl Porcel <armin76@gentoo.org> DBI-1.609.ebuild: ia64/s390/sh/sparc/x86 stable wrt #289461 diff --git a/dev-perl/DBI/DBI-1.50.ebuild b/dev-perl/DBI/DBI-1.50.ebuild deleted file mode 100644 index 3e42caaff740..000000000000 --- a/dev-perl/DBI/DBI-1.50.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.50.ebuild,v 1.14 2006/08/19 17:19:23 mcummings Exp $ - -inherit perl-module eutils - -DESCRIPTION="The Perl DBI Module" -HOMEPAGE="http://search.cpan.org/~timb/${P}/" -SRC_URI="mirror://cpan/authors/id/T/TI/TIMB/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-perl/PlRPC-0.2 - dev-lang/perl" - -mydoc="ToDo" diff --git a/dev-perl/DBI/DBI-1.54.ebuild b/dev-perl/DBI/DBI-1.54.ebuild deleted file mode 100644 index 5272be437bca..000000000000 --- a/dev-perl/DBI/DBI-1.54.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.54.ebuild,v 1.6 2007/06/09 16:16:21 dertobi123 Exp $ - -inherit perl-module eutils - -DESCRIPTION="The Perl DBI Module" -HOMEPAGE="http://search.cpan.org/~timb/${P}/" -SRC_URI="mirror://cpan/authors/id/T/TI/TIMB/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 mips ppc ~ppc64 sparc ~sparc-fbsd x86" -IUSE="" -SRC_TEST="do" - -DEPEND=">=dev-perl/PlRPC-0.2 - >=virtual/perl-Sys-Syslog-0.17 - dev-lang/perl" - -mydoc="ToDo" diff --git a/dev-perl/DBI/DBI-1.601.ebuild b/dev-perl/DBI/DBI-1.601.ebuild deleted file mode 100644 index ba32c307c4a2..000000000000 --- a/dev-perl/DBI/DBI-1.601.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.601.ebuild,v 1.6 2008/06/07 10:01:00 aballier Exp $ - -inherit perl-module eutils - -DESCRIPTION="The Perl DBI Module" -HOMEPAGE="http://search.cpan.org/~timb/${P}/" -SRC_URI="mirror://cpan/authors/id/T/TI/TIMB/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" -SRC_TEST="do" - -DEPEND=">=dev-perl/PlRPC-0.2 - >=virtual/perl-Sys-Syslog-0.17 - dev-lang/perl" - -mydoc="ToDo" |