Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/sandbox: sandbox-1.6-r2.ebuild sandbox-2.1.ebuild
Date: Tue, 08 Sep 2009 17:49:24
Message-Id: E1Ml4oX-0000a9-3T@stork.gentoo.org
1 vapier 09/09/08 17:49:09
2
3 Modified: sandbox-1.6-r2.ebuild sandbox-2.1.ebuild
4 Log:
5 allow xz-utils and lzma-utils #279871
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.14 sys-apps/sandbox/sandbox-1.6-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild?r1=1.13&r2=1.14
14
15 Index: sandbox-1.6-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- sandbox-1.6-r2.ebuild 13 Aug 2009 10:49:15 -0000 1.13
22 +++ sandbox-1.6-r2.ebuild 8 Sep 2009 17:49:08 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.13 2009/08/13 10:49:15 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.14 2009/09/08 17:49:08 vapier Exp $
28
29 #
30 # don't monkey with this ebuild unless contacting portage devs.
31 @@ -19,7 +19,7 @@
32 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
33 IUSE=""
34
35 -DEPEND="app-arch/lzma-utils
36 +DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )
37 >=app-misc/pax-utils-0.1.19" #265376
38 RDEPEND=""
39
40
41
42
43 1.2 sys-apps/sandbox/sandbox-2.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild?r1=1.1&r2=1.2
48
49 Index: sandbox-2.1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- sandbox-2.1.ebuild 25 Aug 2009 12:37:15 -0000 1.1
56 +++ sandbox-2.1.ebuild 8 Sep 2009 17:49:08 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild,v 1.1 2009/08/25 12:37:15 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild,v 1.2 2009/09/08 17:49:08 vapier Exp $
62
63 #
64 # don't monkey with this ebuild unless contacting portage devs.
65 @@ -19,7 +19,7 @@
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd -x86-fbsd"
67 IUSE=""
68
69 -DEPEND="app-arch/lzma-utils
70 +DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )
71 >=app-misc/pax-utils-0.1.19" #265376
72 RDEPEND=""