diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 04:50:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 04:50:08 +0000 |
commit | eb5902adc0feec275d13e4aa87ac3b723de7e3a6 (patch) | |
tree | f4199a3c5778171d2f0613c498cf94ce6d2be68b /sys-apps | |
parent | initial unpacker eclass (diff) | |
download | gentoo-2-eb5902adc0feec275d13e4aa87ac3b723de7e3a6.tar.gz gentoo-2-eb5902adc0feec275d13e4aa87ac3b723de7e3a6.tar.bz2 gentoo-2-eb5902adc0feec275d13e4aa87ac3b723de7e3a6.zip |
Move to new unpacker eclass.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sandbox/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.6-r2.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-2.3-r1.ebuild | 14 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-2.4.ebuild | 14 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-2.5.ebuild | 12 |
5 files changed, 17 insertions, 41 deletions
diff --git a/sys-apps/sandbox/ChangeLog b/sys-apps/sandbox/ChangeLog index c4dae54cb21a..1452b4a2ca8b 100644 --- a/sys-apps/sandbox/ChangeLog +++ b/sys-apps/sandbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/sandbox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.160 2012/02/02 15:12:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.161 2012/02/05 04:50:08 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> sandbox-1.6-r2.ebuild, + sandbox-2.3-r1.ebuild, sandbox-2.4.ebuild, sandbox-2.5.ebuild: + Move to new unpacker eclass. 02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> sandbox-2.5.ebuild: ppc/ppc64 stable wrt #389981 diff --git a/sys-apps/sandbox/sandbox-1.6-r2.ebuild b/sys-apps/sandbox/sandbox-1.6-r2.ebuild index 007a7c16fac3..866cf5a13a55 100644 --- a/sys-apps/sandbox/sandbox-1.6-r2.ebuild +++ b/sys-apps/sandbox/sandbox-1.6-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.15 2010/08/15 05:22:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.16 2012/02/05 04:50:08 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. # period. # -inherit eutils flag-o-matic toolchain-funcs multilib +inherit eutils flag-o-matic toolchain-funcs multilib unpacker DESCRIPTION="sandbox'd LD_PRELOAD hack" HOMEPAGE="http://www.gentoo.org/" @@ -32,11 +32,7 @@ sandbox_death_notice() { } src_unpack() { - unpack ${A} - if [[ ! -d ${S} ]] ; then - # When upgrading from older version, lzma unpack may not work #271543 - lzma -dc "${DISTDIR}/${A}" | tar xf - || die - fi + unpacker_src_unpack cd "${S}" epatch "${FILESDIR}"/${P}-disable-qa-static.patch epatch "${FILESDIR}"/${P}-disable-pthread.patch diff --git a/sys-apps/sandbox/sandbox-2.3-r1.ebuild b/sys-apps/sandbox/sandbox-2.3-r1.ebuild index 29bced571513..ede162c916d8 100644 --- a/sys-apps/sandbox/sandbox-2.3-r1.ebuild +++ b/sys-apps/sandbox/sandbox-2.3-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild,v 1.9 2010/11/30 16:27:28 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild,v 1.10 2012/02/05 04:50:08 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. # period. # -inherit eutils flag-o-matic toolchain-funcs multilib +inherit eutils flag-o-matic toolchain-funcs multilib unpacker DESCRIPTION="sandbox'd LD_PRELOAD hack" HOMEPAGE="http://www.gentoo.org/" @@ -33,14 +33,6 @@ sandbox_death_notice() { sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } -src_unpack() { - unpack ${A} - if [[ ! -d ${S} ]] ; then - # When upgrading from older version, xz unpack may not work #271543 - xz -dc "${DISTDIR}/${A}" | tar xf - || die - fi -} - src_compile() { filter-lfs-flags #90228 diff --git a/sys-apps/sandbox/sandbox-2.4.ebuild b/sys-apps/sandbox/sandbox-2.4.ebuild index 1dc39a7fa685..b008ab347725 100644 --- a/sys-apps/sandbox/sandbox-2.4.ebuild +++ b/sys-apps/sandbox/sandbox-2.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild,v 1.10 2011/05/10 16:00:47 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild,v 1.11 2012/02/05 04:50:08 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. # period. # -inherit eutils flag-o-matic toolchain-funcs multilib +inherit eutils flag-o-matic toolchain-funcs multilib unpacker DESCRIPTION="sandbox'd LD_PRELOAD hack" HOMEPAGE="http://www.gentoo.org/" @@ -33,14 +33,6 @@ sandbox_death_notice() { sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } -src_unpack() { - unpack ${A} - if [[ ! -d ${S} ]] ; then - # When upgrading from older version, xz unpack may not work #271543 - xz -dc "${DISTDIR}/${A}" | tar xof - || die - fi -} - src_compile() { filter-lfs-flags #90228 diff --git a/sys-apps/sandbox/sandbox-2.5.ebuild b/sys-apps/sandbox/sandbox-2.5.ebuild index 553185d66c33..be4fe93547f4 100644 --- a/sys-apps/sandbox/sandbox-2.5.ebuild +++ b/sys-apps/sandbox/sandbox-2.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild,v 1.8 2012/02/02 15:12:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild,v 1.9 2012/02/05 04:50:08 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. # period. # -inherit eutils flag-o-matic toolchain-funcs multilib +inherit eutils flag-o-matic toolchain-funcs multilib unpacker DESCRIPTION="sandbox'd LD_PRELOAD hack" HOMEPAGE="http://www.gentoo.org/" @@ -33,14 +33,6 @@ sandbox_death_notice() { sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } -src_unpack() { - unpack ${A} - if [[ ! -d ${S} ]] ; then - # When upgrading from older version, xz unpack may not work #271543 - xz -dc "${DISTDIR}/${A}" | tar xof - || die - fi -} - src_compile() { filter-lfs-flags #90228 |