summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/dchroot/ChangeLog8
-rw-r--r--sys-apps/dchroot/Manifest2
-rw-r--r--sys-apps/dchroot/dchroot-0.10.ebuild29
-rw-r--r--sys-apps/dchroot/files/digest-dchroot-0.101
4 files changed, 40 insertions, 0 deletions
diff --git a/sys-apps/dchroot/ChangeLog b/sys-apps/dchroot/ChangeLog
new file mode 100644
index 000000000000..4b7b90b12a98
--- /dev/null
+++ b/sys-apps/dchroot/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sys-apps/dchroot
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dchroot/ChangeLog,v 1.1 2005/02/12 02:17:16 vapier Exp $
+
+*dchroot-0.10 (11 Feb 2004)
+
+ 11 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Gabriel Ebner #44700.
diff --git a/sys-apps/dchroot/Manifest b/sys-apps/dchroot/Manifest
new file mode 100644
index 000000000000..e0528f481bb0
--- /dev/null
+++ b/sys-apps/dchroot/Manifest
@@ -0,0 +1,2 @@
+MD5 2bc8b0b71b9e750c6b40afccbb932ab9 dchroot-0.10.ebuild 615
+MD5 7cb2c02de4ae39987ae3fa7db4a5329b files/digest-dchroot-0.10 63
diff --git a/sys-apps/dchroot/dchroot-0.10.ebuild b/sys-apps/dchroot/dchroot-0.10.ebuild
new file mode 100644
index 000000000000..22737d994aeb
--- /dev/null
+++ b/sys-apps/dchroot/dchroot-0.10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dchroot/dchroot-0.10.ebuild,v 1.1 2005/02/12 02:17:16 vapier Exp $
+
+DESCRIPTION="Utility for managing chroots for non-root users"
+HOMEPAGE="http://packages.debian.org/unstable/admin/dchroot"
+SRC_URI="mirror://debian/pool/main/d/dchroot/dchroot_${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/help2man"
+RDEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e '/^all:/s:$: docs:' \
+ -e '/^CFLAGS/s:-O2:@CFLAGS@:' \
+ Makefile.in || die "sed failed"
+}
+
+src_install() {
+ einstall || die
+ dodoc README TODO
+}
diff --git a/sys-apps/dchroot/files/digest-dchroot-0.10 b/sys-apps/dchroot/files/digest-dchroot-0.10
new file mode 100644
index 000000000000..a1eb9623d511
--- /dev/null
+++ b/sys-apps/dchroot/files/digest-dchroot-0.10
@@ -0,0 +1 @@
+MD5 717673f3fc9ddbcba0004b8c21a8e7ec dchroot_0.10.tar.gz 19595