summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 16:57:57 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 16:57:57 +0000
commit5a6f24f36d7acd47f48b89360fd61f8df76cc486 (patch)
tree31d29b4efec6bac5a8cb97a9d5029ceca5823147 /dev-perl/Text-Iconv
parentEbuild maintenance (diff)
downloadgentoo-2-5a6f24f36d7acd47f48b89360fd61f8df76cc486.tar.gz
gentoo-2-5a6f24f36d7acd47f48b89360fd61f8df76cc486.tar.bz2
gentoo-2-5a6f24f36d7acd47f48b89360fd61f8df76cc486.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Text-Iconv')
-rw-r--r--dev-perl/Text-Iconv/ChangeLog8
-rw-r--r--dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Text-Iconv/ChangeLog b/dev-perl/Text-Iconv/ChangeLog
index d8aa6e826034..b2b0cd77f2d3 100644
--- a/dev-perl/Text-Iconv/ChangeLog
+++ b/dev-perl/Text-Iconv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-Iconv
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.25 2006/09/04 00:34:19 kumba Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.26 2007/01/19 16:57:57 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ Text-Iconv-1.4.ebuild:
+ Ebuild maintenance
04 Sep 2006; Joshua Kinard <kumba@gentoo.org> Text-Iconv-1.4.ebuild:
Marked stable on mips.
diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild
index 2196cfeca57b..734a5bc57916 100644
--- a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild
+++ b/dev-perl/Text-Iconv/Text-Iconv-1.4.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/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.15 2006/11/12 05:33:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.16 2007/01/19 16:57:57 mcummings Exp $
inherit perl-module
DESCRIPTION="A Perl interface to the iconv() codeset conversion function"
-HOMEPAGE="http://cpan.org/modules/by-module/Text/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~mpiotr"
SRC_URI="mirror://cpan/authors/id/M/MP/MPIOTR/${P}.tar.gz"
LICENSE="Artistic"
@@ -14,4 +14,3 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"