diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 02:49:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 02:49:45 +0000 |
commit | 7d2c7fa4f82e2de8ef3225413ccdcded109fc68c (patch) | |
tree | 7e86c15dc42495c3f7f2b560d19a49a59b07add8 /sys-process | |
parent | default gcc2 to static-dev since udev wont compile (diff) | |
download | gentoo-2-7d2c7fa4f82e2de8ef3225413ccdcded109fc68c.tar.gz gentoo-2-7d2c7fa4f82e2de8ef3225413ccdcded109fc68c.tar.bz2 gentoo-2-7d2c7fa4f82e2de8ef3225413ccdcded109fc68c.zip |
update HOMEPAGE
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/lsof/lsof-4.77.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-process/lsof/lsof-4.77.ebuild b/sys-process/lsof/lsof-4.77.ebuild index b0fddf40f199..8a185f56d60b 100644 --- a/sys-process/lsof/lsof-4.77.ebuild +++ b/sys-process/lsof/lsof-4.77.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.77.ebuild,v 1.1 2006/05/13 20:41:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.77.ebuild,v 1.2 2006/08/24 02:49:45 vapier Exp $ inherit eutils flag-o-matic fixheadtails toolchain-funcs MY_P=${P/-/_} DESCRIPTION="Lists open files for running Unix processes" -HOMEPAGE="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/README" -SRC_URI="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2 +HOMEPAGE="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/" +SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2 + ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2 ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/${MY_P}.tar.bz2" LICENSE="GPL-2" |