summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 13:57:43 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 13:57:43 +0000
commit4e3416a16e1a7727019d58ffa0e87c9a40f62511 (patch)
treed061c81ae32070330e3a261d6e632377e38bd556 /dev-perl/DB_File-Lock
parentVersion bumped. (diff)
downloadhistorical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.tar.gz
historical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.tar.bz2
historical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DB_File-Lock')
-rw-r--r--dev-perl/DB_File-Lock/ChangeLog9
-rw-r--r--dev-perl/DB_File-Lock/DB_File-Lock-0.50.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/DB_File-Lock/ChangeLog b/dev-perl/DB_File-Lock/ChangeLog
index 040cd11fdd82..0be506fe16e4 100644
--- a/dev-perl/DB_File-Lock/ChangeLog
+++ b/dev-perl/DB_File-Lock/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/DB_File-Lock
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DB_File-Lock/ChangeLog,v 1.2 2010/02/05 17:24:07 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DB_File-Lock/ChangeLog,v 1.3 2011/08/31 13:29:52 tove Exp $
+
+*DB_File-Lock-0.50.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +DB_File-Lock-0.50.0.ebuild:
+ Change version scheme
05 Feb 2010; Torsten Veller <tove@gentoo.org> DB_File-Lock-0.05.ebuild:
Run the tests and depend on the virtual
diff --git a/dev-perl/DB_File-Lock/DB_File-Lock-0.50.0.ebuild b/dev-perl/DB_File-Lock/DB_File-Lock-0.50.0.ebuild
new file mode 100644
index 000000000000..104e5806885b
--- /dev/null
+++ b/dev-perl/DB_File-Lock/DB_File-Lock-0.50.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DB_File-Lock/DB_File-Lock-0.50.0.ebuild,v 1.1 2011/08/31 13:29:52 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DHARRIS
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Locking with flock wrapper for DB_File"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-DB_File"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do