dev-perl/Encode-Locale: version bump: 1.50.0
[gentoo.git] / dev-perl / Encode-Locale / Encode-Locale-1.50.0.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
6
7 DIST_AUTHOR=GAAS
8 DIST_VERSION=1.05
9 inherit perl-module
10
11 DESCRIPTION="Determine the locale encoding"
12
13 SLOT="0"
14 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15 IUSE="test"
16
17 RDEPEND=">=virtual/perl-Encode-2.0.0"
18 DEPEND="${RDEPEND}
19         virtual/perl-ExtUtils-MakeMaker
20         test? ( virtual/perl-Test-Simple )"