summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-04-29 14:00:22 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-04-29 14:00:22 +0000
commit5337e03b25d55bfd30ea68dd8ab61886f0477a08 (patch)
treee360b6b846f2a4d0ffc569aabc94f68eec280189 /sys-apps
parentMinor updates (diff)
downloadgentoo-2-5337e03b25d55bfd30ea68dd8ab61886f0477a08.tar.gz
gentoo-2-5337e03b25d55bfd30ea68dd8ab61886f0477a08.tar.bz2
gentoo-2-5337e03b25d55bfd30ea68dd8ab61886f0477a08.zip
Cleanup.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/sandbox/files/digest-sandbox-1.21
-rw-r--r--sys-apps/sandbox/files/digest-sandbox-1.2.11
-rw-r--r--sys-apps/sandbox/files/digest-sandbox-1.2.1-r11
-rw-r--r--sys-apps/sandbox/files/digest-sandbox-1.2.1-r21
-rw-r--r--sys-apps/sandbox/files/digest-sandbox-1.2.1-r31
-rw-r--r--sys-apps/sandbox/sandbox-1.2.1-r1.ebuild88
-rw-r--r--sys-apps/sandbox/sandbox-1.2.1-r2.ebuild88
-rw-r--r--sys-apps/sandbox/sandbox-1.2.1-r3.ebuild95
-rw-r--r--sys-apps/sandbox/sandbox-1.2.1.ebuild73
-rw-r--r--sys-apps/sandbox/sandbox-1.2.ebuild72
10 files changed, 0 insertions, 421 deletions
diff --git a/sys-apps/sandbox/files/digest-sandbox-1.2 b/sys-apps/sandbox/files/digest-sandbox-1.2
deleted file mode 100644
index 3c8b53374039..000000000000
--- a/sys-apps/sandbox/files/digest-sandbox-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 262ae0d6e24f6e37a4c3053b7e9c3315 sandbox-1.2.tar.bz2 234810
diff --git a/sys-apps/sandbox/files/digest-sandbox-1.2.1 b/sys-apps/sandbox/files/digest-sandbox-1.2.1
deleted file mode 100644
index 6cdf0c26f8f5..000000000000
--- a/sys-apps/sandbox/files/digest-sandbox-1.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 233586e779d83a260cb747c982acdaa2 sandbox-1.2.1.tar.bz2 220410
diff --git a/sys-apps/sandbox/files/digest-sandbox-1.2.1-r1 b/sys-apps/sandbox/files/digest-sandbox-1.2.1-r1
deleted file mode 100644
index 6cdf0c26f8f5..000000000000
--- a/sys-apps/sandbox/files/digest-sandbox-1.2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 233586e779d83a260cb747c982acdaa2 sandbox-1.2.1.tar.bz2 220410
diff --git a/sys-apps/sandbox/files/digest-sandbox-1.2.1-r2 b/sys-apps/sandbox/files/digest-sandbox-1.2.1-r2
deleted file mode 100644
index 6cdf0c26f8f5..000000000000
--- a/sys-apps/sandbox/files/digest-sandbox-1.2.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 233586e779d83a260cb747c982acdaa2 sandbox-1.2.1.tar.bz2 220410
diff --git a/sys-apps/sandbox/files/digest-sandbox-1.2.1-r3 b/sys-apps/sandbox/files/digest-sandbox-1.2.1-r3
deleted file mode 100644
index 6cdf0c26f8f5..000000000000
--- a/sys-apps/sandbox/files/digest-sandbox-1.2.1-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 233586e779d83a260cb747c982acdaa2 sandbox-1.2.1.tar.bz2 220410
diff --git a/sys-apps/sandbox/sandbox-1.2.1-r1.ebuild b/sys-apps/sandbox/sandbox-1.2.1-r1.ebuild
deleted file mode 100644
index 07539fcc42f8..000000000000
--- a/sys-apps/sandbox/sandbox-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# 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.1-r1.ebuild,v 1.1 2005/04/24 03:34:21 jstubbs Exp $
-
-inherit eutils flag-o-matic eutils toolchain-funcs multilib
-#
-# don't monkey with this ebuild unless contacting portage devs.
-# period.
-#
-
-IUSE=""
-DESCRIPTION="sandbox'd LD_PRELOAD hack"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2"
-DEPEND=""
-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"
-
-check_multilib() {
- has_m32
- if [ "$?" == 0 ]; then
- einfo "Found valid multilib environment."
- einfo "Building with multilib support."
- export MULTILIB="1"
- else
- ewarn "No valid multilib environment found!"
- ewarn "Building without multilib support. If"
- ewarn "you want to have multilib support,"
- ewarn "emerge gcc with \"multilib\" in your"
- ewarn "useflags."
- fi
-}
-
-src_unpack() {
- if has_multilib_profile; then
- for TA in $(get_install_abis); do
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- cd ..
- mv ${S} ${S%/}-${TA} || die "failed mving \$S to $TA"
- done
- else
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- fi
-}
-
-src_compile() {
- if has_multilib_profile; then
- OABI="${ABI}"
- export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- econf || die "econf failed for $ABI"
- emake || die "emake failed for $ABI"
- done
- ABI="${OABI}"
- else
- if useq amd64; then
- check_multilib
- export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH=${MULTILIB}"
- fi
- cd ${S}
- econf || die "econf failed"
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- if has_multilib_profile; then
- OABI="${ABI}"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- einstall || die "einstall failed for $ABI"
- done
- ABI="${OABI}"
- else
- cd ${S}
- einstall || die "einstalled failed"
- fi
-}
diff --git a/sys-apps/sandbox/sandbox-1.2.1-r2.ebuild b/sys-apps/sandbox/sandbox-1.2.1-r2.ebuild
deleted file mode 100644
index 3782cfb34eb3..000000000000
--- a/sys-apps/sandbox/sandbox-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# 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.1-r2.ebuild,v 1.1 2005/04/24 08:11:20 ferringb Exp $
-
-inherit eutils flag-o-matic eutils toolchain-funcs multilib
-#
-# don't monkey with this ebuild unless contacting portage devs.
-# period.
-#
-
-IUSE=""
-DESCRIPTION="sandbox'd LD_PRELOAD hack"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2"
-DEPEND=""
-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"
-
-check_multilib() {
- has_m32
- if [ "$?" == 0 ]; then
- einfo "Found valid multilib environment."
- einfo "Building with multilib support."
- export MULTILIB="1"
- else
- ewarn "No valid multilib environment found!"
- ewarn "Building without multilib support. If"
- ewarn "you want to have multilib support,"
- ewarn "emerge gcc with \"multilib\" in your"
- ewarn "useflags."
- fi
-}
-
-src_unpack() {
- if has_multilib_profile; then
- for TA in $(get_install_abis); do
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- cd ..
- mv ${S} ${S%/}-${TA} || die "failed mving \$S to $TA"
- done
- else
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- fi
-}
-
-src_compile() {
- if has_multilib_profile; then
- OABI="${ABI}"
- export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- econf || die "econf failed for $ABI"
- emake || die "emake failed for $ABI"
- done
- ABI="${OABI}"
- else
- if useq amd64; then
- check_multilib
- export HAVE_64BIT_ARCH="${MULTILIB}"
- fi
- cd ${S}
- econf || die "econf failed"
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- if has_multilib_profile; then
- OABI="${ABI}"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- einstall || die "einstall failed for $ABI"
- done
- ABI="${OABI}"
- else
- cd ${S}
- einstall || die "einstalled failed"
- fi
-}
diff --git a/sys-apps/sandbox/sandbox-1.2.1-r3.ebuild b/sys-apps/sandbox/sandbox-1.2.1-r3.ebuild
deleted file mode 100644
index 8727e568efdc..000000000000
--- a/sys-apps/sandbox/sandbox-1.2.1-r3.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# 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.1-r3.ebuild,v 1.3 2005/04/25 00:19:09 vapier Exp $
-
-inherit eutils flag-o-matic eutils toolchain-funcs multilib
-#
-# don't monkey with this ebuild unless contacting portage devs.
-# period.
-#
-
-DESCRIPTION="sandbox'd LD_PRELOAD hack"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-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"
-
-# This revbump just fixes multilib on amd64's 2005.0
-KEYWORDS="~amd64"
-
-DEPEND=""
-
-check_multilib() {
- has_m32
- if [ "$?" == 0 ]; then
- einfo "Found valid multilib environment."
- einfo "Building with multilib support."
- export MULTILIB="1"
- else
- ewarn "No valid multilib environment found!"
- ewarn "Building without multilib support. If"
- ewarn "you want to have multilib support,"
- ewarn "emerge gcc with \"multilib\" in your"
- ewarn "useflags."
- fi
-}
-
-src_unpack() {
- if has_multilib_profile; then
- for TA in $(get_install_abis); do
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- cd ${WORKDIR}
- mv ${S} ${S%/}-${TA} || die "failed mving \$S to $TA"
- done
- else
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- fi
-}
-
-src_compile() {
- filter-lfs-flags #90228
- if has_multilib_profile; then
- OABI="${ABI}"
- export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- econf --libdir="/usr/$(get_libdir)" || die "econf failed for $ABI"
- emake || die "emake failed for $ABI"
- done
- ABI="${OABI}"
- else
- if useq amd64; then
- check_multilib
- export HAVE_64BIT_ARCH="${MULTILIB}"
- fi
- cd ${S}
- econf || die "econf failed"
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- if has_multilib_profile; then
- OABI="${ABI}"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- make DESTDIR="${D}" install || die "make install failed for $ABI"
- done
- ABI="${OABI}"
- else
- cd ${S}
- einstall || die "einstalled failed"
- fi
-}
diff --git a/sys-apps/sandbox/sandbox-1.2.1.ebuild b/sys-apps/sandbox/sandbox-1.2.1.ebuild
deleted file mode 100644
index d17541fbc58a..000000000000
--- a/sys-apps/sandbox/sandbox-1.2.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# 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.1.ebuild,v 1.1 2005/04/23 21:13:25 azarah Exp $
-
-inherit eutils flag-o-matic eutils toolchain-funcs multilib
-#
-# don't monkey with this ebuild unless contacting portage devs.
-# period.
-#
-
-IUSE=""
-DESCRIPTION="sandbox'd LD_PRELOAD hack"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2"
-DEPEND=""
-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"
-
-src_unpack() {
- if has_multilib_profile; then
- for TA in $(get_install_abis); do
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- cd ..
- mv ${S} ${S%/}-${TA} || die "failed mving \$S to $TA"
- done
- else
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- fi
-}
-
-src_compile() {
- if has_multilib_profile; then
- OABI="${ABI}"
- export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- econf || die "econf failed for $ABI"
- emake || die "emake failed for $ABI"
- done
- ABI="${OABI}"
- else
- if useq amd64; then
- check_multilib
- export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH=${MULTILIB}"
- fi
- cd ${S}
- econf || die "econf failed"
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- if has_multilib_profile; then
- OABI="${ABI}"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- einstall || die "einstall failed for $ABI"
- done
- ABI="${OABI}"
- else
- cd ${S}
- einstall || die "einstalled failed"
- fi
-}
diff --git a/sys-apps/sandbox/sandbox-1.2.ebuild b/sys-apps/sandbox/sandbox-1.2.ebuild
deleted file mode 100644
index 9997aef968fa..000000000000
--- a/sys-apps/sandbox/sandbox-1.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# 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.ebuild,v 1.2 2005/04/23 16:03:24 ferringb Exp $
-
-inherit eutils flag-o-matic eutils toolchain-funcs multilib
-#
-# don't monkey with this ebuild unless contacting portage devs.
-# period.
-#
-
-IUSE=""
-DESCRIPTION="sandbox'd LD_PRELOAD hack"
-SRC_URI="http://dev.gentoo.org/~ferringb/${P}.tar.bz2"
-DEPEND=""
-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"
-
-src_unpack() {
- if has_multilib_profile; then
- for TA in $(get_install_abis); do
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- cd ..
- mv ${S} ${S%/}-${TA} || die "failed mving \$S to $TA"
- done
- else
- unpack ${A} || die "unpack failed"
- cd ${S}
- epunt_cxx
- fi
-}
-
-src_compile() {
- if has_multilib_profile; then
- OABI="${ABI}"
- export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- econf || die "econf failed for $ABI"
- emake || die "emake failed for $ABI"
- done
- ABI="${OABI}"
- else
- if useq amd64; then
- check_multilib
- export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH=${MULTILIB}"
- fi
- cd ${S}
- econf || die "econf failed"
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- if has_multilib_profile; then
- OABI="${ABI}"
- for ABI in $(get_install_abis); do
- export ABI
- cd ${S}-${ABI}
- einstall || die "einstall failed for $ABI"
- done
- ABI="${OABI}"
- else
- cd ${S}
- einstall || die "einstalled failed"
- fi
-}