diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-05 18:04:16 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-05 18:06:28 +1300 |
commit | 995d9db73e2381ea5329b8e7b27f1be4f8035320 (patch) | |
tree | 3cc5137b8f0cb4e706f440e4bfeb4bb6ea12ab05 /dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild | |
parent | dev-perl/Config-IniFiles: Bump to version 2.940.0 (diff) | |
download | gentoo-995d9db73e2381ea5329b8e7b27f1be4f8035320.tar.gz gentoo-995d9db73e2381ea5329b8e7b27f1be4f8035320.tar.bz2 gentoo-995d9db73e2381ea5329b8e7b27f1be4f8035320.zip |
dev-perl/Cookie-Baker-XS: Bump to version 0.80.0
Upstream:
- Disallow , as delimter
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild')
-rw-r--r-- | dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild b/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild new file mode 100644 index 000000000000..263b09363a72 --- /dev/null +++ b/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=KAZEBURO +DIST_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Accelerate Cookie::Baker's crush_cookie" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Exporter +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + >=virtual/perl-Test-Simple-0.980.0 + ) +" |