summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-03-25 12:35:18 +0000
committerMichael Imhof <tantive@gentoo.org>2004-03-25 12:35:18 +0000
commitee01d94d9099233b51dd5c3992e7b103cf0f7f70 (patch)
tree9bfd209a473fe0a9222fb4d7be4bea379b627d25 /sys-cluster
parentInitial ebuild. Submitted by Ole Tange <bugs.gentoo.org@tange.dk>. Closes #45... (diff)
downloadgentoo-2-ee01d94d9099233b51dd5c3992e7b103cf0f7f70.tar.gz
gentoo-2-ee01d94d9099233b51dd5c3992e7b103cf0f7f70.tar.bz2
gentoo-2-ee01d94d9099233b51dd5c3992e7b103cf0f7f70.zip
Initial ebuild. Submitted by Thomas Eckert <eckert.thomas@gmx.net>. Closes #45043.
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/vproc/ChangeLog9
-rw-r--r--sys-cluster/vproc/Manifest2
-rw-r--r--sys-cluster/vproc/files/digest-vproc-0.011
-rw-r--r--sys-cluster/vproc/vproc-0.01.ebuild20
4 files changed, 32 insertions, 0 deletions
diff --git a/sys-cluster/vproc/ChangeLog b/sys-cluster/vproc/ChangeLog
new file mode 100644
index 000000000000..a2795f7282be
--- /dev/null
+++ b/sys-cluster/vproc/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-cluster/vproc
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vproc/ChangeLog,v 1.1 2004/03/25 12:35:18 tantive Exp $
+
+*vproc-0.01 (25 Mar 2004)
+
+ 25 Mar 2004; Michael Imhof <tantive@gentoo.org> vproc-0.01.ebuild:
+ Initial ebuild. Submitted by Thomas Eckert <eckert.thomas@gmx.net>. Closes #45043.
+
diff --git a/sys-cluster/vproc/Manifest b/sys-cluster/vproc/Manifest
new file mode 100644
index 000000000000..081087392700
--- /dev/null
+++ b/sys-cluster/vproc/Manifest
@@ -0,0 +1,2 @@
+MD5 97502985f0800fcb6dabdceb34cf6c24 vproc-0.01.ebuild 426
+MD5 774c878066d195aaa5760046d6e6cd30 files/digest-vproc-0.01 61
diff --git a/sys-cluster/vproc/files/digest-vproc-0.01 b/sys-cluster/vproc/files/digest-vproc-0.01
new file mode 100644
index 000000000000..025e813a6b51
--- /dev/null
+++ b/sys-cluster/vproc/files/digest-vproc-0.01
@@ -0,0 +1 @@
+MD5 1d030717bdbc958ea4b35fd2410dad85 vproc-0.01.tar.bz2 1721
diff --git a/sys-cluster/vproc/vproc-0.01.ebuild b/sys-cluster/vproc/vproc-0.01.ebuild
new file mode 100644
index 000000000000..7e7044d97779
--- /dev/null
+++ b/sys-cluster/vproc/vproc-0.01.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vproc/vproc-0.01.ebuild,v 1.1 2004/03/25 12:35:18 tantive Exp $
+
+DESCRIPTION="vserver proc-security manipulator"
+SRC_URI="http://www.13thfloor.at/vserver/s_release/v1.26/${P}.tar.bz2"
+HOMEPAGE="http://www.13thfloor.at/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+
+src_compile() {
+ make || die "compile failed"
+}
+
+src_install () {
+ dosbin vproc
+}