summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2004-09-19 04:16:58 +0000
committerAaron Walker <ka0ttic@gentoo.org>2004-09-19 04:16:58 +0000
commit20e1e6d4d81390d88dcb80fde86feeacdf60eeef (patch)
tree52cb539b2430123b8465f21074e252d4455a57bf /app-admin
parentstable on ppc64, bug #57744\ (diff)
downloadhistorical-20e1e6d4d81390d88dcb80fde86feeacdf60eeef.tar.gz
historical-20e1e6d4d81390d88dcb80fde86feeacdf60eeef.tar.bz2
historical-20e1e6d4d81390d88dcb80fde86feeacdf60eeef.zip
Initial commit; closes bug #64190
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/chroot_safe/ChangeLog10
-rw-r--r--app-admin/chroot_safe/Manifest14
-rw-r--r--app-admin/chroot_safe/chroot_safe-1.3.ebuild33
-rw-r--r--app-admin/chroot_safe/files/digest-chroot_safe-1.31
-rw-r--r--app-admin/chroot_safe/metadata.xml9
5 files changed, 67 insertions, 0 deletions
diff --git a/app-admin/chroot_safe/ChangeLog b/app-admin/chroot_safe/ChangeLog
new file mode 100644
index 000000000000..17a769e68b72
--- /dev/null
+++ b/app-admin/chroot_safe/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-admin/chroot_safe
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.1 2004/09/19 04:16:58 ka0ttic Exp $
+
+*chroot_safe-1.3 (19 Sep 2004)
+
+ 19 Sep 2004; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml,
+ +chroot_safe-1.3.ebuild:
+ Initial commit; closes bug #64190
+
diff --git a/app-admin/chroot_safe/Manifest b/app-admin/chroot_safe/Manifest
new file mode 100644
index 000000000000..4f49551a632a
--- /dev/null
+++ b/app-admin/chroot_safe/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 50e8d2a3148f356c50541d90c95343b5 ChangeLog 376
+MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254
+MD5 0b4f52761c6beab1c325c606e0e7215c chroot_safe-1.3.ebuild 943
+MD5 25232ac0b573af6c6bc853ce35190437 files/digest-chroot_safe-1.3 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBTQhDEZCkKN40op4RAiDtAJsHxcLfRyigzEC+vqhKZmDbGH/qVwCfcQZT
+QsrfTpyLydEnhtWu7WDeJSA=
+=0gx5
+-----END PGP SIGNATURE-----
diff --git a/app-admin/chroot_safe/chroot_safe-1.3.ebuild b/app-admin/chroot_safe/chroot_safe-1.3.ebuild
new file mode 100644
index 000000000000..7be3317c2d07
--- /dev/null
+++ b/app-admin/chroot_safe/chroot_safe-1.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.3.ebuild,v 1.1 2004/09/19 04:16:58 ka0ttic Exp $
+
+inherit eutils
+
+DESCRIPTION="chroot_safe is a tool to chroot any dynamically linked application in a safe and sane manner."
+HOMEPAGE="http://chrootsafe.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_compile() {
+ econf \
+ --libexecdir="/usr/$(get_libdir)" \
+ --sbindir="/usr/sbin" \
+ || die "econf failed"
+ emake CPPFLAGS="${CXXFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dolib.so chroot_safe.so || die "dolib.so failed"
+ dosbin chroot_safe || die "dosbin failed"
+ dosed "s:/chroot_safe::" /usr/sbin/chroot_safe \
+ || die "dosed chroot_safe failed"
+ doman chroot_safe.1 || die "doman failed"
+ dodoc CHANGES.txt
+}
diff --git a/app-admin/chroot_safe/files/digest-chroot_safe-1.3 b/app-admin/chroot_safe/files/digest-chroot_safe-1.3
new file mode 100644
index 000000000000..9bb3247e8a67
--- /dev/null
+++ b/app-admin/chroot_safe/files/digest-chroot_safe-1.3
@@ -0,0 +1 @@
+MD5 dbfd1d3dc8c5b1836c0586381712bd49 chroot_safe-1.3.tgz 25042
diff --git a/app-admin/chroot_safe/metadata.xml b/app-admin/chroot_safe/metadata.xml
new file mode 100644
index 000000000000..d31152aca840
--- /dev/null
+++ b/app-admin/chroot_safe/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>ka0ttic@gentoo.org</email>
+ <name>Aaron Walker</name>
+ </maintainer>
+</pkgmetadata>