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
commit01997a60fed152dd35850d5e1062cd82d0ef1478 (patch)
treefc246f746164f8ce0df8441e08d2605e42edfaee
parentstable on ppc64, bug #57744 (Manifest recommit) (diff)
downloadgentoo-2-01997a60fed152dd35850d5e1062cd82d0ef1478.tar.gz
gentoo-2-01997a60fed152dd35850d5e1062cd82d0ef1478.tar.bz2
gentoo-2-01997a60fed152dd35850d5e1062cd82d0ef1478.zip
Initial commit; closes bug #64190
-rw-r--r--app-admin/chroot_safe/ChangeLog10
-rw-r--r--app-admin/chroot_safe/Manifest4
-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, 57 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..b8cd87eade09
--- /dev/null
+++ b/app-admin/chroot_safe/Manifest
@@ -0,0 +1,4 @@
+MD5 4794917473aad73f1c6189fc7925dec3 ChangeLog 282
+MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254
+MD5 2cd347b822d7451a650c9e4043fc62ce chroot_safe-1.3.ebuild 836
+MD5 25232ac0b573af6c6bc853ce35190437 files/digest-chroot_safe-1.3 63
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>