summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-22 06:08:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-22 06:08:32 +0000
commitf63d669d473ca5eb0a01cae5cf408067b2316cad (patch)
tree33917f6927f0b35e9212b9fefa16cb1f5706afe8 /app-arch/pax
parentheader fix; tidy; arm needs deps first (diff)
downloadhistorical-f63d669d473ca5eb0a01cae5cf408067b2316cad.tar.gz
historical-f63d669d473ca5eb0a01cae5cf408067b2316cad.tar.bz2
historical-f63d669d473ca5eb0a01cae5cf408067b2316cad.zip
header fix; inherit eutils for epatch; arm needs deps first
Diffstat (limited to 'app-arch/pax')
-rw-r--r--app-arch/pax/ChangeLog7
-rw-r--r--app-arch/pax/Manifest4
-rw-r--r--app-arch/pax/pax-3.3.4.ebuild11
3 files changed, 13 insertions, 9 deletions
diff --git a/app-arch/pax/ChangeLog b/app-arch/pax/ChangeLog
index 9a5524f4aca1..19abf1c6e8e0 100644
--- a/app-arch/pax/ChangeLog
+++ b/app-arch/pax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/pax
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/ChangeLog,v 1.1 2003/12/04 06:07:14 seemant Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/ChangeLog,v 1.2 2004/02/22 06:08:32 mr_bones_ Exp $
+
+ 21 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> pax-3.3.4.ebuild:
+ header fix; inherit eutils for epatch; arm needs deps first
*pax-3.3.4 (03 Dec 2003)
diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index 13f1719f3dd6..97104be64b6c 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1,4 +1,4 @@
-MD5 292b51b5f6fde68e93b6f7cc446ac905 pax-3.3.4.ebuild 1023
-MD5 7da01de01ed79e680e0c8d31f9fce3ad ChangeLog 487
+MD5 9aa60620f750e23649979ee0a62f7b35 ChangeLog 625
MD5 b2e198f230feedff40fe35c8ebd65f64 metadata.xml 336
+MD5 c4450de752cea92056d92651b5f4d9db pax-3.3.4.ebuild 1034
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 60488d87f26d..71591d3372be 100644
--- a/app-arch/pax/pax-3.3.4.ebuild
+++ b/app-arch/pax/pax-3.3.4.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.3 2003/12/04 09:16:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.4 2004/02/22 06:08:32 mr_bones_ Exp $
-inherit rpm
+inherit eutils 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"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64"
+IUSE=""
DEPEND="virtual/glibc
app-arch/rpm2targz"