summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 13:29:52 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 13:29:52 +0000
commitf1b4012352fac0950810f888054cef66ff2785eb (patch)
tree773a04a9e21094fc02a6524b256b80864bac0929 /dev-perl/DB_File-Lock
parentChange version scheme (diff)
downloadgentoo-2-f1b4012352fac0950810f888054cef66ff2785eb.tar.gz
gentoo-2-f1b4012352fac0950810f888054cef66ff2785eb.tar.bz2
gentoo-2-f1b4012352fac0950810f888054cef66ff2785eb.zip
Change version scheme
(Portage version: 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