diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 16:37:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 16:37:50 +0000 |
commit | 396665047c787f074d33c1a7f65f5f362dd8ba2a (patch) | |
tree | e7c4da8094fd99a2713bc9cac350bf9b348390a2 /dev-perl/SQL-Abstract | |
parent | Cleanup (diff) | |
download | gentoo-2-396665047c787f074d33c1a7f65f5f362dd8ba2a.tar.gz gentoo-2-396665047c787f074d33c1a7f65f5f362dd8ba2a.tar.bz2 gentoo-2-396665047c787f074d33c1a7f65f5f362dd8ba2a.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.68.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.71.ebuild | 30 |
4 files changed, 5 insertions, 84 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 7f22c0ebe611..3684cc69e371 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.48 2011/01/13 18:49:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.49 2011/01/14 16:37:50 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.67.ebuild, + -SQL-Abstract-1.68.ebuild, -SQL-Abstract-1.71.ebuild: + Cleanup *SQL-Abstract-1.720 (13 Jan 2011) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild deleted file mode 100644 index 679f6e510394..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild,v 1.1 2010/06/03 08:12:14 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="FREW" -#MODULE_AUTHOR="RIBASUSHI" -#MODULE_AUTHOR="MSTROUT" -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/Test-Deep" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Exception - dev-perl/Test-Pod - dev-perl/Test-Warn - >=dev-perl/Clone-0.31 )" -# dev-perl/Test-Pod-Coverage -SRC_TEST="do" diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.68.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.68.ebuild deleted file mode 100644 index 36cc50600a53..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.68.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.68.ebuild,v 1.3 2010/10/14 19:27:18 ranger Exp $ - -EAPI=3 - -MODULE_AUTHOR="FREW" -#MODULE_AUTHOR="RIBASUSHI" -#MODULE_AUTHOR="MSTROUT" -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/Class-Accessor-Grouped - dev-perl/Hash-Merge" -DEPEND="${RDEPEND} - test? ( >=dev-perl/Test-Deep-0.106 - dev-perl/Test-Exception - dev-perl/Test-Pod - >=virtual/perl-Test-Simple-0.92 - dev-perl/Test-Warn - >=dev-perl/Clone-0.31 )" -# dev-perl/Test-Pod-Coverage -SRC_TEST="do" diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.71.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.71.ebuild deleted file mode 100644 index 221a466d487a..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.71.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.71.ebuild,v 1.1 2010/11/14 19:38:58 tove Exp $ - -EAPI=3 - -#MODULE_AUTHOR="FREW" -#MODULE_AUTHOR="MSTROUT" -MODULE_AUTHOR="RIBASUSHI" -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/Class-Accessor-Grouped - >=dev-perl/Getopt-Long-Descriptive-0.086 - dev-perl/Hash-Merge" -DEPEND="${RDEPEND} - test? ( >=dev-perl/Test-Deep-0.106 - dev-perl/Test-Exception - dev-perl/Test-Pod - >=virtual/perl-Test-Simple-0.92 - dev-perl/Test-Warn - >=dev-perl/Clone-0.31 )" -# dev-perl/Test-Pod-Coverage - -SRC_TEST="do" |