ChangeLog

# ChangeLog for app-arch/pax
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/ChangeLog,v 1.12 2008/05/12 11:27:42 drac Exp $

12 May 2008; Samuli Suominen pax-3.3.4.ebuild:
Set empty RDEPEND wrt #220213.

20 Mar 2007; Raúl Porcel pax-3.3.4.ebuild:
x86 stable

30 Jul 2006; Rene Nussbaumer pax-3.3.4.ebuild:
Stable on ppc.

21 Apr 2005; Simon Stelling pax-3.3.4.ebuild:
stable on amd64

31 Mar 2005; Aron Griffis pax-3.3.4.ebuild:
stable on ia64

28 Dec 2004; Ciaran McCreesh :
Change encoding to UTF-8 for GLEP 31 compliance

04 May 2004; Bryan Østergaard pax-3.3.4.ebuild:
Stable on alpha.

05 Apr 2004; Chris Aniszczyk pax-3.3.4.ebuild:
Marking stable on hppa

21 Feb 2004; Michael Sterrett pax-3.3.4.ebuild:
header fix; inherit eutils for epatch; arm needs deps first

*pax-3.3.4 (03 Dec 2003)

03 Dec 2003; Seemant Kulleen pax-3.3.4.ebuild:
pax is a POSIX standard archive tool. The ebuild was requested by: Matt
Thompson , and created by: Minati jean michel
in bug #26341

Manifest

DIST pax-3.3-4ras.src.rpm 165161 RMD160 05abbc281368c4eccb6bd7fffb98d3816c500905 SHA1 8cbf8edbd30a0eb262208ea73d433a9b69b74dd3 SHA256 751e528b9d1a6fc5d91bbfcad324975c5ff93de33eb6e4848c1e0d8b3e91f6fd
EBUILD pax-3.3.4.ebuild 959 RMD160 53086de2693feea5620beb2308581ebd84314e40 SHA1 06fe8b8094c35c31428250999857754149850a5b SHA256 99c21a4bd704a31dd88a51eff0a75b555c8d7bf0df93c82bc5b7e665a535580a
MISC ChangeLog 1343 RMD160 35d595ecb59030fa3a624011d729409dfe6a7f90 SHA1 94652d9d5e804864bbc6604ec104e9ed83bc3248 SHA256 08d7e1d22686dca05dc8dcdcd86150fe091f3d784e27f90740675fd368ee6f22
MISC metadata.xml 336 RMD160 1be8d357f25e89c98940155d53138576f01a821a SHA1 fa0876f414476bf8f500a6d805379e2020ec90d1 SHA256 bdac58e7c2226e6269b493410ba21197e47883d0b37511d867398752239b614a

metadata.xml




no-herd

magnet@suidzer0.org
Magnet
He's the third party maintainer through
seemant@gentoo.org


pax-3.3.4.ebuild

# Copyright 1999-2008 Gentoo Foundation
# 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.17 2008/05/12 11:27:42 drac Exp $

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"
HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/"
SRC_URI="ftp://rpmfind.net/linux/contrib/libc6/SRPMS/${MY_PS}.src.rpm"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh ~sparc x86"
IUSE=""

DEPEND="app-arch/rpm2targz"
RDEPEND=""

src_unpack() {
rpm_src_unpack
cd ${MY_P}
epatch "${WORKDIR}"/pax-3.3-gcc.patch
epatch "${WORKDIR}"/pax-3.3-modifyWarn.patch
epatch "${WORKDIR}"/pax-3.3-doc.patch
epatch "${WORKDIR}"/pax-3.3-bzip2.patch
}

src_install() {
dobin src/pax || die
doman src/pax.1
dodoc AUTHORS ChangeLog NEWS README THANKS
}