summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-04-07 11:36:55 +0000
committerTorsten Veller <tove@gentoo.org>2011-04-07 11:36:55 +0000
commitefef843b0b4ba234d9ba5ce5e23c09e8c3ec775e (patch)
tree49b7f39257f96f24566c9627a09d5858442247b5 /dev-perl/CDB_File
parentFirst release (diff)
downloadhistorical-efef843b0b4ba234d9ba5ce5e23c09e8c3ec775e.tar.gz
historical-efef843b0b4ba234d9ba5ce5e23c09e8c3ec775e.tar.bz2
historical-efef843b0b4ba234d9ba5ce5e23c09e8c3ec775e.zip
[bump] dev-perl/CDB_File-0.970.0
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/CDB_File')
-rw-r--r--dev-perl/CDB_File/CDB_File-0.970.0.ebuild15
-rw-r--r--dev-perl/CDB_File/ChangeLog9
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/CDB_File/CDB_File-0.970.0.ebuild b/dev-perl/CDB_File/CDB_File-0.970.0.ebuild
new file mode 100644
index 000000000000..851deca9dc03
--- /dev/null
+++ b/dev-perl/CDB_File/CDB_File-0.970.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/CDB_File-0.970.0.ebuild,v 1.1 2011/04/07 11:36:55 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=TODDR
+MODULE_VERSION=0.97
+inherit perl-module
+
+DESCRIPTION="Tie to CDB (Bernstein's constant DB) files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/dev-perl/CDB_File/ChangeLog b/dev-perl/CDB_File/ChangeLog
index 92dcbec2b235..c43c06a0ca3b 100644
--- a/dev-perl/CDB_File/ChangeLog
+++ b/dev-perl/CDB_File/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/CDB_File
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/ChangeLog,v 1.2 2010/02/22 09:16:31 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/ChangeLog,v 1.3 2011/04/07 11:36:55 tove Exp $
+
+*CDB_File-0.970.0 (07 Apr 2011)
+
+ 07 Apr 2011; Torsten Veller <tove@gentoo.org> +CDB_File-0.970.0.ebuild:
+ Version bump
22 Feb 2010; Torsten Veller <tove@gentoo.org> CDB_File-0.96.ebuild:
EAPI=2. Fix LICENSE: same terms as Perl