summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-27 04:26:56 -0500
committerMike Gilbert <floppym@gentoo.org>2018-05-18 11:59:09 -0400
commitd9e54e506e5accba24eda3ea114789663a0e4c52 (patch)
tree8f1e63f18ccee637fa93282bf5aa1b1bbdc4d84a /net-fs
parentgames-action/shadowgrounds-survivor-bin: update the hash (diff)
downloadgentoo-d9e54e506e5accba24eda3ea114789663a0e4c52.tar.gz
gentoo-d9e54e506e5accba24eda3ea114789663a0e4c52.tar.bz2
gentoo-d9e54e506e5accba24eda3ea114789663a0e4c52.zip
net-fs/libnfs: git-2->git-r3
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/libnfs/libnfs-1.10.0.ebuild7
-rw-r--r--net-fs/libnfs/libnfs-1.11.0.ebuild7
-rw-r--r--net-fs/libnfs/libnfs-1.9.5.ebuild7
-rw-r--r--net-fs/libnfs/libnfs-1.9.7.ebuild7
-rw-r--r--net-fs/libnfs/libnfs-1.9.8.ebuild7
-rw-r--r--net-fs/libnfs/libnfs-2.0.0.ebuild4
-rw-r--r--net-fs/libnfs/libnfs-9999.ebuild6
7 files changed, 20 insertions, 25 deletions
diff --git a/net-fs/libnfs/libnfs-1.10.0.ebuild b/net-fs/libnfs/libnfs-1.10.0.ebuild
index f1bc7bb76502..edc14e1cdcd6 100644
--- a/net-fs/libnfs/libnfs-1.10.0.ebuild
+++ b/net-fs/libnfs/libnfs-1.10.0.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
AUTOTOOLS_AUTORECONF="1"
-inherit eutils
+inherit autotools-utils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
- inherit git-2 autotools-utils
+ inherit git-r3
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
- inherit autotools-utils
fi
DESCRIPTION="Client library for accessing NFS shares over a network"
diff --git a/net-fs/libnfs/libnfs-1.11.0.ebuild b/net-fs/libnfs/libnfs-1.11.0.ebuild
index f1bc7bb76502..edc14e1cdcd6 100644
--- a/net-fs/libnfs/libnfs-1.11.0.ebuild
+++ b/net-fs/libnfs/libnfs-1.11.0.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
AUTOTOOLS_AUTORECONF="1"
-inherit eutils
+inherit autotools-utils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
- inherit git-2 autotools-utils
+ inherit git-r3
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
- inherit autotools-utils
fi
DESCRIPTION="Client library for accessing NFS shares over a network"
diff --git a/net-fs/libnfs/libnfs-1.9.5.ebuild b/net-fs/libnfs/libnfs-1.9.5.ebuild
index 92631d7dc172..1ddf85203797 100644
--- a/net-fs/libnfs/libnfs-1.9.5.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.5.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
AUTOTOOLS_AUTORECONF="1"
-inherit eutils
+inherit autotools-utils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
- inherit git-2 autotools-utils
+ inherit git-r3
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86"
- inherit autotools-utils
fi
DESCRIPTION="Client library for accessing NFS shares over a network"
diff --git a/net-fs/libnfs/libnfs-1.9.7.ebuild b/net-fs/libnfs/libnfs-1.9.7.ebuild
index ba92c47cf7a2..bfc9f50d1c60 100644
--- a/net-fs/libnfs/libnfs-1.9.7.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.7.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
AUTOTOOLS_AUTORECONF="1"
-inherit eutils
+inherit autotools-utils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
- inherit git-2 autotools-utils
+ inherit git-r3
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh x86"
- inherit autotools-utils
fi
DESCRIPTION="Client library for accessing NFS shares over a network"
diff --git a/net-fs/libnfs/libnfs-1.9.8.ebuild b/net-fs/libnfs/libnfs-1.9.8.ebuild
index f1bc7bb76502..edc14e1cdcd6 100644
--- a/net-fs/libnfs/libnfs-1.9.8.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.8.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
AUTOTOOLS_AUTORECONF="1"
-inherit eutils
+inherit autotools-utils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
- inherit git-2 autotools-utils
+ inherit git-r3
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
- inherit autotools-utils
fi
DESCRIPTION="Client library for accessing NFS shares over a network"
diff --git a/net-fs/libnfs/libnfs-2.0.0.ebuild b/net-fs/libnfs/libnfs-2.0.0.ebuild
index a6f35e504926..7867c42fb6f1 100644
--- a/net-fs/libnfs/libnfs-2.0.0.ebuild
+++ b/net-fs/libnfs/libnfs-2.0.0.ebuild
@@ -5,10 +5,10 @@ EAPI="5"
AUTOTOOLS_AUTORECONF="1"
-inherit eutils autotools autotools-utils
+inherit autotools autotools-utils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
- inherit git-2
+ inherit git-r3
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86"
diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild
index 6a1db823ef98..958c36a1dd24 100644
--- a/net-fs/libnfs/libnfs-9999.ebuild
+++ b/net-fs/libnfs/libnfs-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
AUTOTOOLS_AUTORECONF="1"
-inherit eutils autotools autotools-utils
+inherit autotools autotools-utils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
- inherit git-2
+ inherit git-r3
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"