sys-process/numad: git-2->git-r3
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 27 Apr 2018 10:38:41 +0000 (05:38 -0500)
committerMike Gilbert <floppym@gentoo.org>
Fri, 18 May 2018 15:59:13 +0000 (11:59 -0400)
Upstream git repo moved to pagure.io; the release files are being pulled
from our distfile mirrors anyways.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

sys-process/numad/numad-0.5-r1.ebuild
sys-process/numad/numad-0.5-r2.ebuild
sys-process/numad/numad-0.5.ebuild
sys-process/numad/numad-9999.ebuild

index e749884082203f87e8c45d9e2c20da9512a11374..6b1dd22c7efb625fd5077aeeb10972305321cd5e 100644 (file)
@@ -5,14 +5,14 @@ EAPI=5
 
 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"
@@ -31,10 +31,6 @@ src_prepare() {
        tc-export CC
 }
 
-src_configure() {
-       :
-}
-
 src_compile() {
        emake CFLAGS="${CFLAGS} -std=gnu99"
 }
index c3cec523349a317b3f1157ee0065dc5a7692b9e6..8f4a1088b8a397a7b75d7e606cd3f31d90c257a0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,11 +6,11 @@ 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
@@ -30,10 +30,6 @@ src_prepare() {
        tc-export CC
 }
 
-src_configure() {
-       :
-}
-
 src_compile() {
        emake CFLAGS="${CFLAGS} -std=gnu99"
 }
index e243f289db5f35367acfadff618af56e95e91184..926c416a8be740167a8a11d8789e045424ae6f0b 100644 (file)
@@ -1,18 +1,18 @@
-# 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"
@@ -22,9 +22,6 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 CONFIG_CHECK="~NUMA ~CPUSETS"
 
 src_prepare() {
@@ -32,10 +29,6 @@ src_prepare() {
                epatch
 }
 
-src_configure() {
-       :
-}
-
 src_install() {
        emake prefix="${ED}/usr" install
 }
index c44a0fea5cb3eb453c0a277ff9ff23f8d9f255de..9b9fa1dc7518171d0540c45abb6b31219010184e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ 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"
@@ -23,14 +23,9 @@ IUSE=""
 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"
 }