diff options
author | Nick Dimiduk <ndimiduk@gentoo.org> | 2005-01-29 16:44:42 +0000 |
---|---|---|
committer | Nick Dimiduk <ndimiduk@gentoo.org> | 2005-01-29 16:44:42 +0000 |
commit | 4b561555ae4a28f9dea5532585dee808a43e8465 (patch) | |
tree | 76cfcf54406a76a1443c8b6ca8108d40e400dfa3 /app-admin/realpath | |
parent | version bump, clean up (diff) | |
download | gentoo-2-4b561555ae4a28f9dea5532585dee808a43e8465.tar.gz gentoo-2-4b561555ae4a28f9dea5532585dee808a43e8465.tar.bz2 gentoo-2-4b561555ae4a28f9dea5532585dee808a43e8465.zip |
stable on ppc-macos
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-admin/realpath')
-rw-r--r-- | app-admin/realpath/Manifest | 6 | ||||
-rw-r--r-- | app-admin/realpath/realpath-1.9.16.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/realpath/Manifest b/app-admin/realpath/Manifest index 6c7316c639b6..1baddf705253 100644 --- a/app-admin/realpath/Manifest +++ b/app-admin/realpath/Manifest @@ -1,8 +1,8 @@ -MD5 019d0e74e41a8cdf398b8791800119f4 ChangeLog 1892 MD5 77b3658d53fbecfa53158666209a50cb realpath-1.9.10.ebuild 964 MD5 87286ca1bb4f094eb738192d8b79a956 realpath-1.9.3.ebuild 654 +MD5 da73fce6cb5147c1caf0a2bb97f66c83 realpath-1.9.16.ebuild 969 +MD5 019d0e74e41a8cdf398b8791800119f4 ChangeLog 1892 MD5 90010f08b98a059b92949aa3dddda38a metadata.xml 426 -MD5 f18c2f61c7259160e773e91bebde111c realpath-1.9.16.ebuild 970 -MD5 71c6c08064dca9cfc27fb3f8c9292789 files/digest-realpath-1.9.10 62 MD5 ad4ce8882c1d563642c89dcd344e6b4d files/digest-realpath-1.9.3 61 +MD5 71c6c08064dca9cfc27fb3f8c9292789 files/digest-realpath-1.9.10 62 MD5 afa5ce8cb15a102949a793cac1934ab0 files/digest-realpath-1.9.16 62 diff --git a/app-admin/realpath/realpath-1.9.16.ebuild b/app-admin/realpath/realpath-1.9.16.ebuild index d46b9aa02b6f..4c470441d6aa 100644 --- a/app-admin/realpath/realpath-1.9.16.ebuild +++ b/app-admin/realpath/realpath-1.9.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v 1.4 2005/01/17 20:24:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v 1.5 2005/01/29 16:44:42 ndimiduk Exp $ DESCRIPTION="Return the canonicalized absolute pathname" HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc mips amd64 ~ppc64 ~ppc-macos ~hppa" +KEYWORDS="x86 ~ppc sparc mips amd64 ~ppc64 ppc-macos ~hppa" IUSE="" S=${WORKDIR}/dwww-${PV} |