diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:43:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:43:24 +0000 |
commit | f2f41121bde927585b39258199a21282828bf859 (patch) | |
tree | 135606d9823ef45e9a66dfff320c35d0e5cbd1a0 /dev-perl/DBI-Shell | |
parent | Drop useless sed for unused SCons buildsystem (diff) | |
download | historical-f2f41121bde927585b39258199a21282828bf859.tar.gz historical-f2f41121bde927585b39258199a21282828bf859.tar.bz2 historical-f2f41121bde927585b39258199a21282828bf859.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha96/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DBI-Shell')
-rw-r--r-- | dev-perl/DBI-Shell/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-perl/DBI-Shell/ChangeLog b/dev-perl/DBI-Shell/ChangeLog index d36affe74691..d61b37c5207b 100644 --- a/dev-perl/DBI-Shell/ChangeLog +++ b/dev-perl/DBI-Shell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBI-Shell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/ChangeLog,v 1.20 2012/03/19 19:35:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/ChangeLog,v 1.21 2012/03/31 07:29:12 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -DBI-Shell-11.93.ebuild: + Cleanup 19 Mar 2012; Raúl Porcel <armin76@gentoo.org> DBI-Shell-11.93.ebuild, DBI-Shell-11.950.0.ebuild: diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild b/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild deleted file mode 100644 index cff644aebffa..000000000000 --- a/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild,v 1.13 2012/03/19 19:35:45 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Interactive command shell for the DBI" -HOMEPAGE="http://search.cpan.org/~tlowery/" -SRC_URI="mirror://cpan/authors/id/T/TL/TLOWERY/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/IO-Tee - dev-perl/text-reform - dev-lang/perl" |