blob: a1af0942f1a72b76986087a098ee10017e76d01f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.11.ebuild,v 1.18 2007/03/21 14:15:03 mcummings Exp $
inherit perl-module
DESCRIPTION="Conversions to and from arbitrary character sets and UTF8"
HOMEPAGE="http://www.cpan.org/modules/by-module/Unicode/${P}.readme"
SRC_URI="mirror://cpan/authors/id/S/SN/SNOWHARE/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc ~x86"
IUSE=""
DEPEND=">=dev-perl/module-build-0.28
dev-perl/Unicode-Map
dev-perl/Unicode-Map8
dev-perl/Unicode-String
dev-perl/Jcode
dev-lang/perl"
RDEPEND="${DEPEND}"
|