inherit linux-info toolchain-funcs eutils
-if [[ ${PV} = *9999* ]]; then
- inherit git-2
- EGIT_REPO_URI="git://git.fedorahosted.org/numad.git"
- KEYWORDS="~amd64 -arm -s390 x86"
+if [[ ${PV} == *9999* ]]; then
+ EGIT_REPO_URI="https://pagure.io/numad.git"
+ inherit git-r3
else
- SRC_URI="http://git.fedorahosted.org/git/?p=numad.git;a=snapshot;h=334278ff3d774d105939743436d7378a189e8693;sf=tbz2 -> numad-0.5-334278f.tar.bz2"
+ HASH="334278ff3d774d105939743436d7378a189e8693"
+ SRC_URI="mirror://gentoo/numad-0.5-${HASH:0:7}.tar.bz2"
KEYWORDS="amd64 -arm -s390 x86"
- S="${WORKDIR}/${PN}-334278f"
+ S="${WORKDIR}/${PN}-${HASH:0:7}"
fi
DESCRIPTION="The NUMA daemon that manages application locality"
tc-export CC
}
-src_configure() {
- :
-}
-
src_compile() {
emake CFLAGS="${CFLAGS} -std=gnu99"
}
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit linux-info toolchain-funcs eutils
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="git://git.fedorahosted.org/numad.git"
- inherit git-2
+ EGIT_REPO_URI="https://pagure.io/numad.git"
+ inherit git-r3
else
HASH="334278ff3d774d105939743436d7378a189e8693"
- SRC_URI="http://git.fedorahosted.org/git/?p=numad.git;a=snapshot;h=${HASH};sf=tbz2 -> numad-0.5-${HASH:0:7}.tar.bz2"
+ SRC_URI="mirror://gentoo/numad-0.5-${HASH:0:7}.tar.bz2"
KEYWORDS="~amd64 -arm ~arm64 -s390 ~x86"
S="${WORKDIR}/${PN}-${HASH:0:7}"
fi
tc-export CC
}
-src_configure() {
- :
-}
-
src_compile() {
emake CFLAGS="${CFLAGS} -std=gnu99"
}
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit linux-info
-if [[ ${PV} = *9999* ]]; then
- inherit git-2
- EGIT_REPO_URI="git://git.fedorahosted.org/numad.git"
- KEYWORDS="-arm -s390"
+if [[ ${PV} == *9999* ]]; then
+ EGIT_REPO_URI="https://pagure.io/numad.git"
+ inherit git-r3
else
- SRC_URI="http://git.fedorahosted.org/git/?p=numad.git;a=snapshot;h=334278ff3d774d105939743436d7378a189e8693;sf=tbz2 -> numad-0.5-334278f.tar.bz2"
+ HASH="334278ff3d774d105939743436d7378a189e8693"
+ SRC_URI="mirror://gentoo/numad-0.5-${HASH:0:7}.tar.bz2"
KEYWORDS="amd64 -arm -s390 x86"
- S="${WORKDIR}/${PN}-334278f"
+ S="${WORKDIR}/${PN}-${HASH:0:7}"
fi
DESCRIPTION="The NUMA daemon that manages application locality"
SLOT="0"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
CONFIG_CHECK="~NUMA ~CPUSETS"
src_prepare() {
epatch
}
-src_configure() {
- :
-}
-
src_install() {
emake prefix="${ED}/usr" install
}
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit linux-info toolchain-funcs eutils
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="git://git.fedorahosted.org/numad.git"
- inherit git-2
+ EGIT_REPO_URI="https://pagure.io/numad.git"
+ inherit git-r3
else
SRC_URI=""
KEYWORDS="~amd64 ~x86 -arm -s390"
CONFIG_CHECK="~NUMA ~CPUSETS"
src_prepare() {
- epatch "${FILESDIR}"/0001-Fix-man-page-directory-creation.patch
tc-export CC
}
-src_configure() {
- :
-}
-
src_compile() {
emake CFLAGS="${CFLAGS} -std=gnu99"
}