commit:     92fcc2d2d6ac4294bb9576bbd18b57707a96e73d
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 27 10:38:41 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri May 18 15:59:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fcc2d2

sys-process/numad: git-2->git-r3

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 | 16 ++++++----------
 sys-process/numad/numad-0.5-r2.ebuild | 12 ++++--------
 sys-process/numad/numad-0.5.ebuild    | 21 +++++++--------------
 sys-process/numad/numad-9999.ebuild   | 11 +++--------
 4 files changed, 20 insertions(+), 40 deletions(-)

diff --git a/sys-process/numad/numad-0.5-r1.ebuild 
b/sys-process/numad/numad-0.5-r1.ebuild
index e7498840822..6b1dd22c7ef 100644
--- a/sys-process/numad/numad-0.5-r1.ebuild
+++ b/sys-process/numad/numad-0.5-r1.ebuild
@@ -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"
 }

diff --git a/sys-process/numad/numad-0.5-r2.ebuild 
b/sys-process/numad/numad-0.5-r2.ebuild
index c3cec523349..8f4a1088b8a 100644
--- a/sys-process/numad/numad-0.5-r2.ebuild
+++ b/sys-process/numad/numad-0.5-r2.ebuild
@@ -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"
 }

diff --git a/sys-process/numad/numad-0.5.ebuild 
b/sys-process/numad/numad-0.5.ebuild
index e243f289db5..926c416a8be 100644
--- a/sys-process/numad/numad-0.5.ebuild
+++ b/sys-process/numad/numad-0.5.ebuild
@@ -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
 }

diff --git a/sys-process/numad/numad-9999.ebuild 
b/sys-process/numad/numad-9999.ebuild
index c44a0fea5cb..9b9fa1dc751 100644
--- a/sys-process/numad/numad-9999.ebuild
+++ b/sys-process/numad/numad-9999.ebuild
@@ -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"
 }

Reply via email to