summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-10-06 23:21:05 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-10-06 23:21:05 +0000
commitfee720e3c8c2c844d401c90672961e591e3fc58a (patch)
tree6e8f8334679f32b3a4009ab3eee6478788859fa5 /dev-perl/Encode-compat/Encode-compat-0.07.ebuild
parentdep for plucene (diff)
downloadhistorical-fee720e3c8c2c844d401c90672961e591e3fc58a.tar.gz
historical-fee720e3c8c2c844d401c90672961e591e3fc58a.tar.bz2
historical-fee720e3c8c2c844d401c90672961e591e3fc58a.zip
plucene dep
Diffstat (limited to 'dev-perl/Encode-compat/Encode-compat-0.07.ebuild')
-rw-r--r--dev-perl/Encode-compat/Encode-compat-0.07.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Encode-compat/Encode-compat-0.07.ebuild b/dev-perl/Encode-compat/Encode-compat-0.07.ebuild
new file mode 100644
index 000000000000..ec09e2203c12
--- /dev/null
+++ b/dev-perl/Encode-compat/Encode-compat-0.07.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Encode-compat/Encode-compat-0.07.ebuild,v 1.1 2004/10/06 23:10:27 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Encode.pm emulation layer"
+HOMEPAGE="http://search.cpan.org/~autrijus/${P}/"
+SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/Text-Iconv"