summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-07-01 22:21:19 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-07-01 22:21:19 +0000
commit605ca2a4d88716d0ceae9e64bbbad3c57e8fc50f (patch)
tree1c9fd269f6a8324c17bb5506198d7bab2f3ee4e8 /sys-apps
parentremove virtual/x11 dep (diff)
downloadgentoo-2-605ca2a4d88716d0ceae9e64bbbad3c57e8fc50f.tar.gz
gentoo-2-605ca2a4d88716d0ceae9e64bbbad3c57e8fc50f.tar.bz2
gentoo-2-605ca2a4d88716d0ceae9e64bbbad3c57e8fc50f.zip
(QA) RESTRICT=multilib-pkg-force -> EMULTILIB_PKG=true
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/sandbox/ChangeLog8
-rw-r--r--sys-apps/sandbox/sandbox-1.2.12.ebuild7
-rw-r--r--sys-apps/sandbox/sandbox-1.2.16.ebuild7
-rw-r--r--sys-apps/sandbox/sandbox-1.2.17.ebuild7
-rw-r--r--sys-apps/sandbox/sandbox-1.2.18.1.ebuild7
-rw-r--r--sys-apps/sandbox/sandbox-1.2.18.ebuild5
-rw-r--r--sys-apps/sandbox/sandbox-1.2.20_alpha1-r2.ebuild7
-rw-r--r--sys-apps/sandbox/sandbox-1.2.20_alpha2.ebuild5
8 files changed, 33 insertions, 20 deletions
diff --git a/sys-apps/sandbox/ChangeLog b/sys-apps/sandbox/ChangeLog
index eb3208e59903..2ec830477b8f 100644
--- a/sys-apps/sandbox/ChangeLog
+++ b/sys-apps/sandbox/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/sandbox
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.73 2007/06/24 18:07:40 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.74 2007/07/01 22:21:19 peper Exp $
+
+ 01 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> sandbox-1.2.12.ebuild,
+ sandbox-1.2.16.ebuild, sandbox-1.2.17.ebuild, sandbox-1.2.18.ebuild,
+ sandbox-1.2.18.1.ebuild, sandbox-1.2.20_alpha1-r2.ebuild,
+ sandbox-1.2.20_alpha2.ebuild:
+ (QA) RESTRICT="multilib-pkg-force" -> EMULTILIB_PKG="true"
24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> sandbox-1.2.18.ebuild:
(QA) Don't use KEYWORDS="-*". bug #160519.
diff --git a/sys-apps/sandbox/sandbox-1.2.12.ebuild b/sys-apps/sandbox/sandbox-1.2.12.ebuild
index bf6649471058..475b67bb40a5 100644
--- a/sys-apps/sandbox/sandbox-1.2.12.ebuild
+++ b/sys-apps/sandbox/sandbox-1.2.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.12.ebuild,v 1.15 2007/03/10 14:32:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.12.ebuild,v 1.16 2007/07/01 22:21:19 peper Exp $
#
# don't monkey with this ebuild unless contacting portage devs.
@@ -19,10 +19,11 @@ SLOT="0"
#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-RESTRICT="multilib-pkg-force"
DEPEND=""
+EMULTILIB_PKG="true"
+
setup_multilib() {
if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then
export DEFAULT_ABI="amd64"
diff --git a/sys-apps/sandbox/sandbox-1.2.16.ebuild b/sys-apps/sandbox/sandbox-1.2.16.ebuild
index ce25d460a3b1..4cf67f9113a6 100644
--- a/sys-apps/sandbox/sandbox-1.2.16.ebuild
+++ b/sys-apps/sandbox/sandbox-1.2.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.16.ebuild,v 1.5 2007/03/10 14:32:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.16.ebuild,v 1.6 2007/07/01 22:21:19 peper Exp $
#
# don't monkey with this ebuild unless contacting portage devs.
@@ -19,10 +19,11 @@ SLOT="0"
#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
-RESTRICT="multilib-pkg-force"
DEPEND=""
+EMULTILIB_PKG="true"
+
setup_multilib() {
if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then
export DEFAULT_ABI="amd64"
diff --git a/sys-apps/sandbox/sandbox-1.2.17.ebuild b/sys-apps/sandbox/sandbox-1.2.17.ebuild
index b687e39e031b..63904dbce46a 100644
--- a/sys-apps/sandbox/sandbox-1.2.17.ebuild
+++ b/sys-apps/sandbox/sandbox-1.2.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.17.ebuild,v 1.15 2007/03/10 14:32:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.17.ebuild,v 1.16 2007/07/01 22:21:19 peper Exp $
#
# don't monkey with this ebuild unless contacting portage devs.
@@ -19,10 +19,11 @@ SLOT="0"
#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-RESTRICT="multilib-pkg-force"
DEPEND=""
+EMULTILIB_PKG="true"
+
setup_multilib() {
if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then
export DEFAULT_ABI="amd64"
diff --git a/sys-apps/sandbox/sandbox-1.2.18.1.ebuild b/sys-apps/sandbox/sandbox-1.2.18.1.ebuild
index 2b7435e3426a..3fd631d6dfbc 100644
--- a/sys-apps/sandbox/sandbox-1.2.18.1.ebuild
+++ b/sys-apps/sandbox/sandbox-1.2.18.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.1.ebuild,v 1.2 2007/03/10 14:32:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.1.ebuild,v 1.3 2007/07/01 22:21:19 peper Exp $
#
# don't monkey with this ebuild unless contacting portage devs.
@@ -18,10 +18,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
-RESTRICT="multilib-pkg-force"
DEPEND=""
+EMULTILIB_PKG="true"
+
setup_multilib() {
if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then
export DEFAULT_ABI="amd64"
diff --git a/sys-apps/sandbox/sandbox-1.2.18.ebuild b/sys-apps/sandbox/sandbox-1.2.18.ebuild
index 5ea0efcb84cf..4529896829fe 100644
--- a/sys-apps/sandbox/sandbox-1.2.18.ebuild
+++ b/sys-apps/sandbox/sandbox-1.2.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.ebuild,v 1.4 2007/06/24 18:07:40 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.ebuild,v 1.5 2007/07/01 22:21:19 peper Exp $
#
# don't monkey with this ebuild unless contacting portage devs.
@@ -19,10 +19,11 @@ SLOT="0"
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS=""
IUSE=""
-RESTRICT="multilib-pkg-force"
DEPEND=""
+EMULTILIB_PKG="true"
+
setup_multilib() {
if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then
export DEFAULT_ABI="amd64"
diff --git a/sys-apps/sandbox/sandbox-1.2.20_alpha1-r2.ebuild b/sys-apps/sandbox/sandbox-1.2.20_alpha1-r2.ebuild
index 57b70fcdea85..ab4d9d93a696 100644
--- a/sys-apps/sandbox/sandbox-1.2.20_alpha1-r2.ebuild
+++ b/sys-apps/sandbox/sandbox-1.2.20_alpha1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.20_alpha1-r2.ebuild,v 1.2 2007/03/10 14:32:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.20_alpha1-r2.ebuild,v 1.3 2007/07/01 22:21:19 peper Exp $
#
# don't monkey with this ebuild unless contacting portage devs.
@@ -24,10 +24,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
-RESTRICT="multilib-pkg-force"
DEPEND=""
+EMULTILIB_PKG="true"
+
setup_multilib() {
if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then
export DEFAULT_ABI="amd64"
diff --git a/sys-apps/sandbox/sandbox-1.2.20_alpha2.ebuild b/sys-apps/sandbox/sandbox-1.2.20_alpha2.ebuild
index 89f9ec53a3d3..4a0f31cf3d8a 100644
--- a/sys-apps/sandbox/sandbox-1.2.20_alpha2.ebuild
+++ b/sys-apps/sandbox/sandbox-1.2.20_alpha2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.20_alpha2.ebuild,v 1.4 2007/01/09 19:52:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.20_alpha2.ebuild,v 1.5 2007/07/01 22:21:19 peper Exp $
#
# don't monkey with this ebuild unless contacting portage devs.
@@ -27,10 +27,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
-RESTRICT="multilib-pkg-force"
DEPEND=""
+EMULTILIB_PKG="true"
+
setup_multilib() {
if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then
export DEFAULT_ABI="amd64"