diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-27 22:14:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-27 22:14:33 +0000 |
commit | d635a80ff8f235e6f5b5d3e1c5943d2f15feaacd (patch) | |
tree | d33f28cc16dff3bc6a5e2d21732bef20e88f0929 /sys-apps | |
parent | merge syslog fixes from uclibc / #69204 by Robert Connolly (diff) | |
download | gentoo-2-d635a80ff8f235e6f5b5d3e1c5943d2f15feaacd.tar.gz gentoo-2-d635a80ff8f235e6f5b5d3e1c5943d2f15feaacd.tar.bz2 gentoo-2-d635a80ff8f235e6f5b5d3e1c5943d2f15feaacd.zip |
m68k love
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.2.ebuild | 13 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.3.ebuild | 9 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.4.ebuild | 9 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.5-r1.ebuild | 11 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.5-r2.ebuild | 11 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.5.ebuild | 9 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.6.ebuild | 11 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.7.ebuild | 11 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.8.ebuild | 11 |
9 files changed, 52 insertions, 43 deletions
diff --git a/sys-apps/sandbox/sandbox-1.2.2.ebuild b/sys-apps/sandbox/sandbox-1.2.2.ebuild index 95effde059d2..5ee9c40e6e38 100644 --- a/sys-apps/sandbox/sandbox-1.2.2.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.2.ebuild @@ -1,26 +1,27 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.2.ebuild,v 1.1 2005/04/28 16:34:28 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.2.ebuild,v 1.2 2005/05/27 22:14:33 vapier Exp $ -inherit eutils flag-o-matic eutils toolchain-funcs multilib # # don't monkey with this ebuild unless contacting portage devs. # period. # +inherit eutils flag-o-matic eutils toolchain-funcs multilib + DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" - -DEPEND="virtual/libc" +DEPEND="" check_multilib() { has_m32 diff --git a/sys-apps/sandbox/sandbox-1.2.3.ebuild b/sys-apps/sandbox/sandbox-1.2.3.ebuild index 96223f6de95a..1d7450f0d672 100644 --- a/sys-apps/sandbox/sandbox-1.2.3.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.3.ebuild,v 1.2 2005/04/29 22:17:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.3.ebuild,v 1.3 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,17 +10,18 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" check_multilib() { has_m32 diff --git a/sys-apps/sandbox/sandbox-1.2.4.ebuild b/sys-apps/sandbox/sandbox-1.2.4.ebuild index 6aff8b52261f..18cb96f163a5 100644 --- a/sys-apps/sandbox/sandbox-1.2.4.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.4.ebuild,v 1.1 2005/05/03 11:21:04 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.4.ebuild,v 1.2 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,17 +10,18 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" check_multilib() { has_m32 diff --git a/sys-apps/sandbox/sandbox-1.2.5-r1.ebuild b/sys-apps/sandbox/sandbox-1.2.5-r1.ebuild index 8acd17da1108..3eff0090e7ab 100644 --- a/sys-apps/sandbox/sandbox-1.2.5-r1.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.5-r1.ebuild,v 1.1 2005/05/06 09:48:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.5-r1.ebuild,v 1.2 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,17 +10,18 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" + http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" pkg_setup() { if ! has_multilib_profile && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]] && use amd64; then diff --git a/sys-apps/sandbox/sandbox-1.2.5-r2.ebuild b/sys-apps/sandbox/sandbox-1.2.5-r2.ebuild index de94ba6c1157..16df5534e61f 100644 --- a/sys-apps/sandbox/sandbox-1.2.5-r2.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.5-r2.ebuild,v 1.1 2005/05/09 19:36:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.5-r2.ebuild,v 1.2 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,18 +10,19 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" + http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" KEYWORDS="~amd64" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" setup_multilib() { if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then diff --git a/sys-apps/sandbox/sandbox-1.2.5.ebuild b/sys-apps/sandbox/sandbox-1.2.5.ebuild index e79778654a19..2570231a3951 100644 --- a/sys-apps/sandbox/sandbox-1.2.5.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.5.ebuild,v 1.4 2005/05/04 23:25:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.5.ebuild,v 1.5 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,17 +10,18 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" has_old_amd64_multilib() { if has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]] ; then diff --git a/sys-apps/sandbox/sandbox-1.2.6.ebuild b/sys-apps/sandbox/sandbox-1.2.6.ebuild index 3d0b8c2b5ddf..3a07ecd94d6d 100644 --- a/sys-apps/sandbox/sandbox-1.2.6.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.6.ebuild,v 1.1 2005/05/10 07:20:07 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.6.ebuild,v 1.2 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,17 +10,18 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" + http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" setup_multilib() { if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then diff --git a/sys-apps/sandbox/sandbox-1.2.7.ebuild b/sys-apps/sandbox/sandbox-1.2.7.ebuild index d7c831076a70..8d1dd45aa92d 100644 --- a/sys-apps/sandbox/sandbox-1.2.7.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.7.ebuild,v 1.1 2005/05/12 08:48:12 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.7.ebuild,v 1.2 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,17 +10,18 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" + http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" setup_multilib() { if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then diff --git a/sys-apps/sandbox/sandbox-1.2.8.ebuild b/sys-apps/sandbox/sandbox-1.2.8.ebuild index d7a6411b45bb..f8319727acdf 100644 --- a/sys-apps/sandbox/sandbox-1.2.8.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.8.ebuild,v 1.1 2005/05/13 15:50:15 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.8.ebuild,v 1.2 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,17 +10,18 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" + http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" setup_multilib() { if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then |