diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:00:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:00:20 +0000 |
commit | 528f0956170cae25b70468e2eb93ad76da08da11 (patch) | |
tree | 6b8e74de13d9a9c262b9c9f9893557c47f8f5567 /dev-perl/Text-Quoted | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-528f0956170cae25b70468e2eb93ad76da08da11.tar.gz gentoo-2-528f0956170cae25b70468e2eb93ad76da08da11.tar.bz2 gentoo-2-528f0956170cae25b70468e2eb93ad76da08da11.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Text-Quoted')
-rw-r--r-- | dev-perl/Text-Quoted/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog index 7bd40eafba12..a249be24494e 100644 --- a/dev-perl/Text-Quoted/ChangeLog +++ b/dev-perl/Text-Quoted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Quoted -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.12 2006/08/18 01:54:22 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.13 2007/01/19 17:00:20 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Text-Quoted-1.7.ebuild, Text-Quoted-1.8.ebuild: + Ebuild maintenance 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> Text-Quoted-1.8.ebuild: 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="" - |