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
commit4d71499a0361f1ac3ee459cb51e3eb67d8354396 (patch)
tree82bcd165f249902ebdcda7c1d49055c188c2f5e2 /app-arch
parentheader fix; tidy; arm needs deps first (Manifest recommit) (diff)
downloadgentoo-2-4d71499a0361f1ac3ee459cb51e3eb67d8354396.tar.gz
gentoo-2-4d71499a0361f1ac3ee459cb51e3eb67d8354396.tar.bz2
gentoo-2-4d71499a0361f1ac3ee459cb51e3eb67d8354396.zip
header fix; inherit eutils for epatch; arm needs deps first
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/pax/ChangeLog7
-rw-r--r--app-arch/pax/pax-3.3.4.ebuild11
2 files changed, 11 insertions, 7 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/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"