diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-03-25 12:35:18 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-03-25 12:35:18 +0000 |
commit | 17ad740308157391538cf4597d8e97f4e5eb1054 (patch) | |
tree | d4ca9ca6b2821f15f5a0c8dcc3ee5fcf5cb8c1ed /sys-cluster | |
parent | Initial ebuild. Submitted by Ole Tange <bugs.gentoo.org@tange.dk>. Closes #45... (diff) | |
download | historical-17ad740308157391538cf4597d8e97f4e5eb1054.tar.gz historical-17ad740308157391538cf4597d8e97f4e5eb1054.tar.bz2 historical-17ad740308157391538cf4597d8e97f4e5eb1054.zip |
Initial ebuild. Submitted by Thomas Eckert <eckert.thomas@gmx.net>. Closes #45043.
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/vproc/ChangeLog | 9 | ||||
-rw-r--r-- | sys-cluster/vproc/Manifest | 3 | ||||
-rw-r--r-- | sys-cluster/vproc/files/digest-vproc-0.01 | 1 | ||||
-rw-r--r-- | sys-cluster/vproc/vproc-0.01.ebuild | 20 |
4 files changed, 33 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..2271d543c5c4 --- /dev/null +++ b/sys-cluster/vproc/Manifest @@ -0,0 +1,3 @@ +MD5 2d8cbaa58bef3c14498683cd3e199378 ChangeLog 399 +MD5 3f4aa351153165c3a1e9f48091ae6ace vproc-0.01.ebuild 525 +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 +} |