diff options
author | 2011-07-29 17:52:10 +0000 | |
---|---|---|
committer | 2011-07-29 17:52:10 +0000 | |
commit | 56905a22926ae5ddcc4d0143dd2d202e974a70c3 (patch) | |
tree | 714430afdb0cf7927cf3a24a77b9787409704d54 /dev-perl/SQL-Abstract | |
parent | Mask dev-lang/path64[assembler] as it currently fails to build (diff) | |
download | historical-56905a22926ae5ddcc4d0143dd2d202e974a70c3.tar.gz historical-56905a22926ae5ddcc4d0143dd2d202e974a70c3.tar.bz2 historical-56905a22926ae5ddcc4d0143dd2d202e974a70c3.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.69.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 4bb9747bf4b5..2f7152964517 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,9 @@ # 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.50 2011/02/19 18:45:42 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.51 2011/07/29 17:07:02 tove Exp $ + + 29 Jul 2011; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.69.ebuild: + Cleanup 19 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> SQL-Abstract-1.720.ebuild: diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.69.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.69.ebuild deleted file mode 100644 index 42127bb1435d..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.69.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.69.ebuild,v 1.1 2010/10/29 02:14:11 robbat2 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" |