diff options
Diffstat (limited to 'dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild')
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild b/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild index b899b9ba08f8..d147122194d2 100644 --- a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild +++ b/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild @@ -1,6 +1,6 @@ -# 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/Text-Quoted/Text-Quoted-1.8.ebuild,v 1.8 2006/08/18 01:54:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild,v 1.9 2007/01/19 17:00:20 mcummings Exp $ # this is an RT dependency @@ -8,7 +8,7 @@ inherit perl-module DESCRIPTION="Extract the structure of a quoted mail message" SRC_URI="mirror://cpan/authors/id/J/JE/JESSE/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JE/JESSE/${P}.readme" +HOMEPAGE="http://search.cpan.org/~jesse/" SRC_TEST="do" SLOT="0" @@ -18,6 +18,4 @@ KEYWORDS="amd64 ia64 ~ppc sparc x86" DEPEND="dev-perl/text-autoformat dev-perl/Text-Tabs+Wrap dev-lang/perl" -RDEPEND="${DEPEND}" IUSE="" - |