diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 17:22:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 17:22:34 +0000 |
commit | f82702f69497a22ad2e2736fc3606fc9205554c8 (patch) | |
tree | 609b1f520ae6e2a6fba48562299fa71aa869e38f /dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.28.ebuild | |
parent | Stable on sparc wrt #159306 (diff) | |
download | gentoo-2-f82702f69497a22ad2e2736fc3606fc9205554c8.tar.gz gentoo-2-f82702f69497a22ad2e2736fc3606fc9205554c8.tar.bz2 gentoo-2-f82702f69497a22ad2e2736fc3606fc9205554c8.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.28.ebuild')
-rw-r--r-- | dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.28.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.28.ebuild b/dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.28.ebuild index 7f07342fc39a..b864c65c4a39 100644 --- a/dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.28.ebuild +++ b/dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.28.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/DBIx-DBSchema/DBIx-DBSchema-0.28.ebuild,v 1.11 2006/08/05 02:24:25 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.28.ebuild,v 1.12 2007/01/15 17:22:34 mcummings Exp $ inherit perl-module DESCRIPTION="Database-independent schema objects" -HOMEPAGE="http://search.cpan.org/~ivan/${P}/" +HOMEPAGE="http://search.cpan.org/~ivan/" SRC_URI="mirror://cpan/authors/id/I/IV/IVAN/${P}.tar.gz" LICENSE="Artistic" @@ -18,4 +18,3 @@ SRC_TEST="do" DEPEND="dev-perl/DBI dev-perl/FreezeThaw dev-lang/perl" -RDEPEND="${DEPEND}" |