diff options
Diffstat (limited to 'dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild')
-rw-r--r-- | dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild b/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild index 05182ca3b588..06424ab649c5 100644 --- a/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild +++ b/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild @@ -1,12 +1,12 @@ -# 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/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild,v 1.11 2006/08/05 02:40:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild,v 1.12 2007/01/15 17:17:56 mcummings Exp $ inherit perl-module DESCRIPTION="routines to display tabular data in several formats" SRC_URI="mirror://cpan/authors/id/A/AK/AKSTE/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/Data/${P}.readme" +HOMEPAGE="http://search.cpan.org/~akste/" SLOT="0" LICENSE="GPL-2" @@ -23,4 +23,3 @@ src_install () { DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |