summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-02-06 13:01:20 +0000
committerTorsten Veller <tove@gentoo.org>2010-02-06 13:01:20 +0000
commit224c22060094d2c5e0d639fbb293a307eb42c51f (patch)
tree0ea86e64fb78b1671c9078a141955d3061130831 /dev-perl/Text-Iconv
parentFix LICENSE (#301969). Maintenance (diff)
downloadgentoo-2-224c22060094d2c5e0d639fbb293a307eb42c51f.tar.gz
gentoo-2-224c22060094d2c5e0d639fbb293a307eb42c51f.tar.bz2
gentoo-2-224c22060094d2c5e0d639fbb293a307eb42c51f.zip
Fix LICENSE (#301969). Maintenance
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Iconv')
-rw-r--r--dev-perl/Text-Iconv/ChangeLog5
-rw-r--r--dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-perl/Text-Iconv/ChangeLog b/dev-perl/Text-Iconv/ChangeLog
index 8b770b85af09..00bc35137840 100644
--- a/dev-perl/Text-Iconv/ChangeLog
+++ b/dev-perl/Text-Iconv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-Iconv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.34 2010/01/21 13:28:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.35 2010/02/06 13:01:20 tove Exp $
+
+ 06 Feb 2010; Torsten Veller <tove@gentoo.org> Text-Iconv-1.7.ebuild:
+ Fix LICENSE (#301969). Maintenance
21 Jan 2010; Torsten Veller <tove@gentoo.org> -Text-Iconv-1.4.ebuild:
Cleanup
diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild
index ca17df94909e..54bde73056da 100644
--- a/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild
+++ b/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild
@@ -1,16 +1,14 @@
# Copyright 1999-2010 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.7.ebuild,v 1.8 2010/01/14 15:33:52 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild,v 1.9 2010/02/06 13:01:20 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=MPIOTR
inherit perl-module
DESCRIPTION="A Perl interface to the iconv() codeset conversion function"
-HOMEPAGE="http://search.cpan.org/~mpiotr"
-SRC_URI="mirror://cpan/authors/id/M/MP/MPIOTR/${P}.tar.gz"
-LICENSE="Artistic"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
-
-DEPEND="dev-lang/perl"