diff options
Diffstat (limited to 'dev-perl/File-NFSLock')
-rw-r--r-- | dev-perl/File-NFSLock/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/File-NFSLock/File-NFSLock-1.210.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/File-NFSLock/ChangeLog b/dev-perl/File-NFSLock/ChangeLog index ac73bc4638e0..c91f352442f1 100644 --- a/dev-perl/File-NFSLock/ChangeLog +++ b/dev-perl/File-NFSLock/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-NFSLock -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NFSLock/ChangeLog,v 1.8 2007/12/27 13:04:21 ticho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NFSLock/ChangeLog,v 1.9 2011/07/14 13:53:45 tove Exp $ + +*File-NFSLock-1.210.0 (14 Jul 2011) + + 14 Jul 2011; Torsten Veller <tove@gentoo.org> +File-NFSLock-1.210.0.ebuild: + Version bump 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> File-NFSLock-1.20.ebuild: Stable on x86. diff --git a/dev-perl/File-NFSLock/File-NFSLock-1.210.0.ebuild b/dev-perl/File-NFSLock/File-NFSLock-1.210.0.ebuild new file mode 100644 index 000000000000..265b2bc93988 --- /dev/null +++ b/dev-perl/File-NFSLock/File-NFSLock-1.210.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NFSLock/File-NFSLock-1.210.0.ebuild,v 1.1 2011/07/14 13:53:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BBB +MODULE_VERSION=1.21 +inherit perl-module + +DESCRIPTION="NFS compatible (safe) locking utility" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" |