public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/boost-build: boost-build-1.40.0.ebuild boost-build-1.36.0.ebuild ChangeLog boost-build-1.35.0-r2.ebuild boost-build-1.37.0.ebuild boost-build-1.39.0.ebuild
@ 2009-10-24  9:20 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-10-24  9:20 UTC (permalink / raw
  To: gentoo-commits

vapier      09/10/24 09:20:58

  Modified:             boost-build-1.40.0.ebuild boost-build-1.36.0.ebuild
                        ChangeLog boost-build-1.35.0-r2.ebuild
                        boost-build-1.37.0.ebuild boost-build-1.39.0.ebuild
  Log:
  Add missing `die` check to tarball unpack.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/boost-build/boost-build-1.40.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.40.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.40.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.40.0.ebuild?r1=1.1&r2=1.2

Index: boost-build-1.40.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.40.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-build-1.40.0.ebuild	21 Oct 2009 12:47:47 -0000	1.1
+++ boost-build-1.40.0.ebuild	24 Oct 2009 09:20:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.40.0.ebuild,v 1.1 2009/10/21 12:47:47 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.40.0.ebuild,v 1.2 2009/10/24 09:20:57 vapier Exp $
 
 EAPI="2"
 
@@ -25,7 +25,7 @@
 S="${WORKDIR}/boost_${MY_PV}/tools"
 
 src_unpack() {
-	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2}
+	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2} || die
 }
 
 src_prepare() {



1.3                  dev-util/boost-build/boost-build-1.36.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.36.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.36.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.36.0.ebuild?r1=1.2&r2=1.3

Index: boost-build-1.36.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.36.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boost-build-1.36.0.ebuild	24 Mar 2009 04:34:42 -0000	1.2
+++ boost-build-1.36.0.ebuild	24 Oct 2009 09:20:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.36.0.ebuild,v 1.2 2009/03/24 04:34:42 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.36.0.ebuild,v 1.3 2009/10/24 09:20:57 vapier Exp $
 
 EAPI="2"
 
@@ -25,7 +25,7 @@
 S="${WORKDIR}/boost_${MY_PV}/tools"
 
 src_unpack() {
-	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2}
+	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2} || die
 }
 
 src_prepare() {



1.41                 dev-util/boost-build/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	23 Oct 2009 13:19:31 -0000	1.40
+++ ChangeLog	24 Oct 2009 09:20:57 -0000	1.41
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/boost-build
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.40 2009/10/23 13:19:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.41 2009/10/24 09:20:57 vapier Exp $
+
+  24 Oct 2009; Mike Frysinger <vapier@gentoo.org>
+  boost-build-1.35.0-r2.ebuild, boost-build-1.36.0.ebuild,
+  boost-build-1.37.0.ebuild, boost-build-1.39.0.ebuild,
+  boost-build-1.40.0.ebuild:
+  Add missing `die` check to tarball unpack.
 
   23 Oct 2009; Jeroen Roovers <jer@gentoo.org> boost-build-1.35.0-r2.ebuild:
   Stable for HPPA (bug #288723).



1.6                  dev-util/boost-build/boost-build-1.35.0-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild?r1=1.5&r2=1.6

Index: boost-build-1.35.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boost-build-1.35.0-r2.ebuild	23 Oct 2009 13:19:31 -0000	1.5
+++ boost-build-1.35.0-r2.ebuild	24 Oct 2009 09:20:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild,v 1.5 2009/10/23 13:19:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild,v 1.6 2009/10/24 09:20:57 vapier Exp $
 
 EAPI="2"
 
@@ -24,7 +24,7 @@
 S="${WORKDIR}/boost_${MY_PV}/tools"
 
 src_unpack() {
-	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2}
+	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2} || die
 }
 
 src_prepare() {



1.3                  dev-util/boost-build/boost-build-1.37.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.37.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.37.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.37.0.ebuild?r1=1.2&r2=1.3

Index: boost-build-1.37.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.37.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boost-build-1.37.0.ebuild	24 Mar 2009 04:34:42 -0000	1.2
+++ boost-build-1.37.0.ebuild	24 Oct 2009 09:20:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.37.0.ebuild,v 1.2 2009/03/24 04:34:42 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.37.0.ebuild,v 1.3 2009/10/24 09:20:57 vapier Exp $
 
 EAPI="2"
 
@@ -25,7 +25,7 @@
 S="${WORKDIR}/boost_${MY_PV}/tools"
 
 src_unpack() {
-	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2}
+	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2} || die
 }
 
 src_prepare() {



1.2                  dev-util/boost-build/boost-build-1.39.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.39.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.39.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.39.0.ebuild?r1=1.1&r2=1.2

Index: boost-build-1.39.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.39.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-build-1.39.0.ebuild	16 Jul 2009 09:33:38 -0000	1.1
+++ boost-build-1.39.0.ebuild	24 Oct 2009 09:20:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.39.0.ebuild,v 1.1 2009/07/16 09:33:38 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.39.0.ebuild,v 1.2 2009/10/24 09:20:57 vapier Exp $
 
 EAPI="2"
 
@@ -25,7 +25,7 @@
 S="${WORKDIR}/boost_${MY_PV}/tools"
 
 src_unpack() {
-	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2}
+	tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/{jam,build/v2} || die
 }
 
 src_prepare() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-24  9:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-24  9:20 [gentoo-commits] gentoo-x86 commit in dev-util/boost-build: boost-build-1.40.0.ebuild boost-build-1.36.0.ebuild ChangeLog boost-build-1.35.0-r2.ebuild boost-build-1.37.0.ebuild boost-build-1.39.0.ebuild Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox