diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-04 09:16:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-04 09:16:36 +0000 |
commit | 14e2ad272f6e88ea496af7d3904915ff850341cb (patch) | |
tree | 4ebddfcb99b9d4ab228a6804cab6f82f2777b74c /app-arch | |
parent | bad header (diff) | |
download | historical-14e2ad272f6e88ea496af7d3904915ff850341cb.tar.gz historical-14e2ad272f6e88ea496af7d3904915ff850341cb.tar.bz2 historical-14e2ad272f6e88ea496af7d3904915ff850341cb.zip |
thanks spyderous :P
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pax/Manifest | 2 | ||||
-rw-r--r-- | app-arch/pax/pax-3.3.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest index 1885e6a3ca4c..13f1719f3dd6 100644 --- a/app-arch/pax/Manifest +++ b/app-arch/pax/Manifest @@ -1,4 +1,4 @@ -MD5 93d4bb6744ef7661e5afa7e37647d9f9 pax-3.3.4.ebuild 1022 +MD5 292b51b5f6fde68e93b6f7cc446ac905 pax-3.3.4.ebuild 1023 MD5 7da01de01ed79e680e0c8d31f9fce3ad ChangeLog 487 MD5 b2e198f230feedff40fe35c8ebd65f64 metadata.xml 336 MD5 08e1b586a48fbbf71b01ebbfba9d8de8 files/digest-pax-3.3.4 65 diff --git a/app-arch/pax/pax-3.3.4.ebuild b/app-arch/pax/pax-3.3.4.ebuild index 7299164665a0..60488d87f26d 100644 --- a/app-arch/pax/pax-3.3.4.ebuild +++ b/app-arch/pax/pax-3.3.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.2 2003/12/04 09:15:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.3 2003/12/04 09:16:34 seemant Exp $ inherit rpm MY_PS=${P%.*}-${PV##*.}ras MY_P=${P%.*} S=${WORKDIR}/${MY_P} -DESCRIPTION="pax (Portable Archive eXchange is the POSIX standard archive tool." +DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive tool." HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/" SRC_URI="ftp://rpmfind.net/linux/contrib/libc6/SRPMS/${MY_PS}.src.rpm" |