blob: a91d93e24ef4c3c5714edc24d4a1ab55b3befaf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unidecode/Text-Unidecode-0.04.ebuild,v 1.3 2011/04/24 16:05:26 grobian Exp $
EAPI=2
MODULE_AUTHOR=SBURKE
inherit perl-module
DESCRIPTION="US-ASCII transliterations of Unicode text"
SLOT="0"
KEYWORDS="amd64 x86 ~x86-solaris"
IUSE=""
SRC_TEST=do
|