diff options
author | 2007-01-15 19:49:15 +0000 | |
---|---|---|
committer | 2007-01-15 19:49:15 +0000 | |
commit | 60951cf3ce8732a5f0929e1114d0fae51bf65482 (patch) | |
tree | 46784133d0bd775ce9c5bc330900fec372d809f5 /dev-perl/File-NFSLock | |
parent | Add 2.6.20 release candidates, as requested by Michael Hanselmann <hansmi@gen... (diff) | |
download | historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.tar.gz historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.tar.bz2 historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/File-NFSLock')
-rw-r--r-- | dev-perl/File-NFSLock/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/File-NFSLock/ChangeLog b/dev-perl/File-NFSLock/ChangeLog index 56d2b8817e05..705c70b61ff1 100644 --- a/dev-perl/File-NFSLock/ChangeLog +++ b/dev-perl/File-NFSLock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-NFSLock -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NFSLock/ChangeLog,v 1.5 2006/10/20 21:45:24 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NFSLock/ChangeLog,v 1.6 2007/01/15 19:40:37 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + File-NFSLock-1.20.ebuild: + Ebuild maintenance 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> File-NFSLock-1.20.ebuild: diff --git a/dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild b/dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild index 8b2460790252..62d5469aaa62 100644 --- a/dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild +++ b/dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.20.ebuild,v 1.4 2006/10/20 21:45:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild,v 1.5 2007/01/15 19:40:37 mcummings Exp $ inherit perl-module DESCRIPTION="NFS compatible (safe) locking utility" -SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/B/BB/BBB/${P}.tar.gz" -HOMEPAGE="http://cpan.uwinnipeg.ca/dist/File-NFSLock" +SRC_URI="mirror://cpan/authors/id/B/BB/BBB/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~bbb/" SRC_TEST="do" SLOT="0" @@ -16,4 +16,3 @@ IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |