diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-20 19:56:40 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-20 19:56:40 +0000 |
commit | 0b7c71d1a4308d801eebfe8ad971af11bf376308 (patch) | |
tree | bb3698dd0d1b66b4ccfc2448efdc3960403af60a /app-admin/realpath | |
parent | added configure logic for hardened-gcc (diff) | |
download | historical-0b7c71d1a4308d801eebfe8ad971af11bf376308.tar.gz historical-0b7c71d1a4308d801eebfe8ad971af11bf376308.tar.bz2 historical-0b7c71d1a4308d801eebfe8ad971af11bf376308.zip |
SRC_URI updates and patch to epatch conversions
Diffstat (limited to 'app-admin/realpath')
-rw-r--r-- | app-admin/realpath/Manifest | 2 | ||||
-rw-r--r-- | app-admin/realpath/realpath-1.9.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/realpath/Manifest b/app-admin/realpath/Manifest index 6cfd9f4474f4..cb4736dbdb32 100644 --- a/app-admin/realpath/Manifest +++ b/app-admin/realpath/Manifest @@ -1,3 +1,3 @@ MD5 64951163d803a96fea514af4810b2f20 ChangeLog 467 -MD5 74fe901156f461f14322c2b3adc971c2 realpath-1.9.3.ebuild 664 +MD5 652fb757d47e3bb5d9b827576c1deda4 realpath-1.9.3.ebuild 650 MD5 ad4ce8882c1d563642c89dcd344e6b4d files/digest-realpath-1.9.3 61 diff --git a/app-admin/realpath/realpath-1.9.3.ebuild b/app-admin/realpath/realpath-1.9.3.ebuild index acd20e0135c2..e11cbf1f5f42 100644 --- a/app-admin/realpath/realpath-1.9.3.ebuild +++ b/app-admin/realpath/realpath-1.9.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.3.ebuild,v 1.3 2003/08/23 01:06:23 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.3.ebuild,v 1.4 2003/09/20 19:56:29 aliz Exp $ DESCRIPTION="Return the canonicalized absolute pathname" HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/d/dwww/dwww_${PV}.tar.gz" +SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" |