diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:49:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:49:15 +0000 |
commit | 60951cf3ce8732a5f0929e1114d0fae51bf65482 (patch) | |
tree | 46784133d0bd775ce9c5bc330900fec372d809f5 /dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild | |
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/File-NFSLock-1.20.ebuild')
-rw-r--r-- | dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
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}" |