mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-shells/soapbox: remove old.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="A preload (sandbox) library to restrict filesystem writes"
|
||||
HOMEPAGE="http://dag.wieers.com/home-made/soapbox/"
|
||||
SRC_URI="http://dag.wieers.com/home-made/soapbox/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
|
||||
IUSE=""
|
||||
|
||||
src_prepare() {
|
||||
sed -i soapbox.sh \
|
||||
-e "s|0.3.0|${PV}|g" \
|
||||
-e "s:/lib:/usr/$(get_libdir):" \
|
||||
|| die "sed soapbox.sh"
|
||||
sed -i Makefile \
|
||||
-e 's|$(CFLAGS)|& $(LDFLAGS)|g' \
|
||||
|| die "sed Makefile"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
CC="$(tc-getCC)" \
|
||||
LD="$(tc-getCC)" \
|
||||
CFLAGS="${CFLAGS} -fPIC" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
|| die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dolib.so libsoapbox.so || die "soapsox.so"
|
||||
newbin soapbox.sh soapbox || die "soapbox"
|
||||
dodoc AUTHORS BUGS ChangeLog README THANKS TODO
|
||||
}
|
||||
Reference in New Issue
Block a user