diff options
Diffstat (limited to 'dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild')
-rw-r--r-- | dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild b/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild index 3d0ce2a121af..f8cfd5c69af1 100644 --- a/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild +++ b/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.11 2006/11/17 19:20:18 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild,v 1.12 2007/01/15 17:21:13 mcummings Exp $ inherit perl-module DESCRIPTION="Interactive command shell for the DBI" -HOMEPAGE="http://search.cpan.org/~tlowery/${P}/" +HOMEPAGE="http://search.cpan.org/~tlowery/" SRC_URI="mirror://cpan/authors/id/T/TL/TLOWERY/${P}.tar.gz" LICENSE="Artistic" @@ -18,4 +18,3 @@ SRC_TEST="do" DEPEND="dev-perl/IO-Tee dev-perl/text-reform dev-lang/perl" -RDEPEND="${DEPEND}" |