diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-07-19 13:22:18 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-07-19 13:22:18 +1200 |
commit | 821395055e48714f6ed2986ebe8b3d9b9f323ab9 (patch) | |
tree | ceb508d0e4506aef92a8ef2abb398d52223c029b /dev-perl/CDB_File | |
parent | dev-perl/Carp-Clan: Bump to version 6.60.0 (diff) | |
download | gentoo-821395055e48714f6ed2986ebe8b3d9b9f323ab9.tar.gz gentoo-821395055e48714f6ed2986ebe8b3d9b9f323ab9.tar.bz2 gentoo-821395055e48714f6ed2986ebe8b3d9b9f323ab9.zip |
dev-perl/CDB_File: Bump to version 0.990.0
- EAP6
- bun-x.pl now only installed as an example when under USE=examples
Upstream:
- Add "fetch_all" method on object to return a copy of the database
as a hash, which is faster for iterating than a tied hash.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/CDB_File')
-rw-r--r-- | dev-perl/CDB_File/CDB_File-0.990.0.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/CDB_File/Manifest | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/CDB_File/CDB_File-0.990.0.ebuild b/dev-perl/CDB_File/CDB_File-0.990.0.ebuild new file mode 100644 index 000000000000..c38cc4809ba8 --- /dev/null +++ b/dev-perl/CDB_File/CDB_File-0.990.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=TODDR +DIST_VERSION=0.99 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Tie to CDB (Bernstein's constant DB) files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +src_prepare() { + mkdir "${S}/examples" + einfo "Moving bun-x.pl to examples/" + cp "${S}/bun-x.pl" "${S}/examples/" + perl_rm_files bun-x.pl + perl-module_src_prepare +} diff --git a/dev-perl/CDB_File/Manifest b/dev-perl/CDB_File/Manifest index 0013a525dbb8..e1b5d219ccdd 100644 --- a/dev-perl/CDB_File/Manifest +++ b/dev-perl/CDB_File/Manifest @@ -1 +1,2 @@ DIST CDB_File-0.98.tar.gz 59965 SHA256 576a5617040f39d26ace6693d921d7b31e91212f718ab4e852694c7bc6d1b990 SHA512 ae49e97c2bf6ef5d9eba04490f473c88d6ccfe13081b4cb6bb588c0b6eb0019eca7cadf5db324f8846ef6cba6ac039d4afc885571e7eaa8e48888058bf48b6e9 WHIRLPOOL 769d595f82ace72dbe3fd6c13f9c5e200faa3096a00d0c8e418e8ed3ef2675c3cfc863f22cce8ef2a9f57a3b2bd3b324c1637942791edd04e782f0d304bf6ce9 +DIST CDB_File-0.99.tar.gz 60141 SHA256 1c32b30131871e8a7b23f47d8f65d9cdeb87069fa4c221781a03416496f91f16 SHA512 eb0cc238af51b7768486dd096141cba527f5d36f28c5c79b7188c4d9c5f9cc3162647725a6dcb1d51f323e95d3a7e88a2c875cd8e671aba424addec5b748294c WHIRLPOOL fa40244ef9d72460e63251cff87d29cdc43406c67f629753f4e054f81c36817500b7c55e8e6daf34c0ef91efd132247efc0513ae948b5ad5529b1b8be0cc1e97 |