diff options
author | 2016-07-10 15:20:40 +0200 | |
---|---|---|
committer | 2016-07-10 15:36:27 +0200 | |
commit | 713148da24c01762e604bd893b595187e340fe28 (patch) | |
tree | 2a211912d9ab6091ef237478bb2d05971e997db7 /dev-perl/URI-Encode/URI-Encode-1.1.1.ebuild | |
parent | dev-perl/URI-Encode: Remove old (diff) | |
download | gentoo-713148da24c01762e604bd893b595187e340fe28.tar.gz gentoo-713148da24c01762e604bd893b595187e340fe28.tar.bz2 gentoo-713148da24c01762e604bd893b595187e340fe28.zip |
dev-perl/URI-Encode: Version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/URI-Encode/URI-Encode-1.1.1.ebuild')
-rw-r--r-- | dev-perl/URI-Encode/URI-Encode-1.1.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/URI-Encode/URI-Encode-1.1.1.ebuild b/dev-perl/URI-Encode/URI-Encode-1.1.1.ebuild new file mode 100644 index 000000000000..44aa3d21d167 --- /dev/null +++ b/dev-perl/URI-Encode/URI-Encode-1.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MITHUN +DIST_VERSION=v1.1.1 +inherit perl-module + +DESCRIPTION="Simple percent Encoding/Decoding" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Encode-2.120.0 +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + virtual/perl-version + test? ( virtual/perl-Test-Simple ) +" |