cpuset-1.5.6 added
This commit is contained in:
parent
642cf53c87
commit
d8afabe3b4
|
@ -0,0 +1,2 @@
|
|||
DIST cpuset-1.5.6.tar.gz 95289 SHA256 800d9312bccb5b9802c04661464c6d8f14be8c677f68502e82558c6cb1b03413 SHA512 f94ddec3b3c7bffb3d6641b52d686b9e9acef94bb9f546e5afa2d0af5635d5a8f6d3d6ff4949f42002eb92f2cb0e4f6232ca001a6f2693303f009fc208ffdb3c WHIRLPOOL 0a1f061630477bc1c5dd426b0d9d7f6f8b4aa16555477cc6364d4f55e48a941b05209cbeac31da6844779610c60b6477d00f3fc109dd4ad03170a7b659c616fe
|
||||
EBUILD cpuset-1.5.6.ebuild 551 SHA256 936ebf2ed8f327a2b6fcee34b236a9a638a0a943e9930879366985bfe1aeddbe SHA512 057af3707e534749b685fcd53b9939f1130d4bf0751fbf3c65eb552ff90ee29e61013cd7704069738751e458702e292ed2e603b44195c4a3a0adca1ccd8019d0 WHIRLPOOL 311c64d5307b3fded0ed4c74ed4fca8f751244fa60e0703961d10147225173920c6c7154295695ff07d7b85f6a879b33ef7cef3821f7edef5e802c8a801a5a3d
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="A Python wrapper around the standard Linux filesystem calls to manage cpusets"
|
||||
HOMEPAGE="http://code.google.com/p/cpuset/"
|
||||
SRC_URI="http://cpuset.googlecode.com/files/cpuset-1.5.6.tar.gz"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="app-text/asciidoc"
|
||||
RDEPEND=""
|
||||
|
||||
src_install() {
|
||||
DOCS="doc/*.txt"
|
||||
distutils_src_install
|
||||
|
||||
rm -rf "${D}/usr/share/doc/packages"
|
||||
|
||||
dohtml doc/*
|
||||
|
||||
doman doc/cset*.1
|
||||
}
|
Loading…
Reference in New Issue