| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.320.0.ebuild,v 1.3 2012/07/05 11:08:17 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.320.0.ebuild,v 1.4 2012/07/31 21:54:54 johu Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | MODULE_AUTHOR=AUDREYT |
7 | MODULE_AUTHOR=AUDREYT |
| 8 | MODULE_VERSION=1.32 |
8 | MODULE_VERSION=1.32 |
| … | |
… | |
| 10 | |
10 | |
| 11 | DESCRIPTION="East Asian Width properties" |
11 | DESCRIPTION="East Asian Width properties" |
| 12 | |
12 | |
| 13 | LICENSE="CC0-1.0-Universal" |
13 | LICENSE="CC0-1.0-Universal" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
15 | KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
| 16 | IUSE="" |
16 | IUSE="" |
| 17 | |
17 | |
| 18 | RDEPEND="virtual/perl-File-Spec" |
18 | RDEPEND="virtual/perl-File-Spec" |
| 19 | DEPEND="${RDEPEND} |
19 | DEPEND="${RDEPEND} |
| 20 | virtual/perl-ExtUtils-MakeMaker" |
20 | virtual/perl-ExtUtils-MakeMaker" |