[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2024-04-29 Thread WANG Xuerui
commit: 30164ee81911bf63a90e93044d8d5beca4398ac9
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Apr 29 10:38:22 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Apr 29 13:17:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30164ee8

sys-block/nbd: keyword 3.25 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 sys-block/nbd/nbd-3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.25.ebuild b/sys-block/nbd/nbd-3.25.ebuild
index 3f5e9a39ea2f..0844090c1082 100644
--- a/sys-block/nbd/nbd-3.25.ebuild
+++ b/sys-block/nbd/nbd-3.25.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz;
SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~sparc 
x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-12-27 Thread Sam James
commit: 0cc52c11f0603780dceb1535d8620ee91b858f83
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 28 04:04:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 28 04:04:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc52c11

sys-block/nbd: drop 3.21-r1, 3.24

Bug: https://bugs.gentoo.org/834678
Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/Manifest   |  2 --
 sys-block/nbd/nbd-3.21-r1.ebuild | 67 --
 sys-block/nbd/nbd-3.24.ebuild| 77 
 3 files changed, 146 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 163fff181c5e..71ecec187a88 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1 @@
-DIST nbd-3.21.tar.xz 523472 BLAKE2B 
8601306966b75e5000e34d784175f287553d478e8367d488b9a3c1c11bcb7345a4ba898f02a94b8e927fbded1d3a563a4f0369ad7b49b14dcb6f5ea8d91812f3
 SHA512 
5dc238e6f45eb230a6f92493a8c3b4891dee98fc47e120e59c3ca31c0a698537ca03f78e43c5e7089d93d548a22b5e3853ba228536d2fc688c3edf4a590fdb3f
-DIST nbd-3.24.tar.xz 556928 BLAKE2B 
a07b0d8ce18cdea2e0778afbf9adfbc49f4fdc5746ec6f304f46d390adfc0a9ffb199e7c5cb6a72b3073a12a37f598e3780f0a1374b25c0e0a546653f7657d28
 SHA512 
b542733ca8bdfb6883591acd5cc82fd8fa64fed7ca85b01a961e0ad69b9655750e5317df9ec510b4147cc8b0b5cdfa0b43da53dd06c42863553555d710a3c85d
 DIST nbd-3.25.tar.xz 566360 BLAKE2B 
dce56fb91f6358955b0173b589df19ce2682e3cd6810b0bd74eeb973c24e52307ed55e197c13dcb9c2a62ac92e0dddb046fd1f4348862c7f7dc17bc479ba8cad
 SHA512 
e8b83475a698b5c3718331b55a2c28fd10ca031e347aac7c439f1653d78a405fefa5cb2618e60f73b2f170a8c93d68e79a2cd5875e5c6a970cb1ef9d8e08ebda

diff --git a/sys-block/nbd/nbd-3.21-r1.ebuild b/sys-block/nbd/nbd-3.21-r1.ebuild
deleted file mode 100644
index 8e28515c51fc..
--- a/sys-block/nbd/nbd-3.21-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-if [[ "${PV}" =  ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
-else
-   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug gnutls netlink zlib"
-
-BDEPEND="virtual/pkgconfig"
-
-RDEPEND="
-   >=dev-libs/glib-2.26.0
-   gnutls? ( >=net-libs/gnutls-2.12.0 )
-   netlink? ( >=dev-libs/libnl-3.1 )
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}"
-
-if [[ "${PV}" =  ]] ; then
-   DEPEND+="
-   app-text/docbook-sgml-dtd:4.5
-   app-text/docbook-sgml-utils
-   "
-fi
-
-src_prepare() {
-   default
-   if [[ "${PV}" =  ]] ; then
-   emake -C man -f Makefile.am \
-   nbd-server.1.sh.in \
-   nbd-server.5.sh.in \
-   nbd-client.8.sh.in \
-   nbd-trdump.1.sh.in \
-   nbdtab.5.sh.in
-   emake -C systemd -f Makefile.am n...@.service.sh.in
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-lfs
-   $(use_enable !debug syslog)
-   $(use_enable debug)
-   $(use_enable zlib gznbd)
-   $(use_with gnutls)
-   $(use_with netlink libnl)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   systemd_dounit systemd/nbd@.service
-}

diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
deleted file mode 100644
index 6ecf15fb83e1..
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="https://nbd.sourceforge.net/;
-if [[ ${PV} =  ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
-else
-   
SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
-   mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug gnutls netlink zlib"
-
-RDEPEND="
-   >=dev-libs/glib-2.26.0
-   gnutls? ( >=net-libs/gnutls-2.12.0 )
-   netlink? ( >=dev-libs/libnl-3.1 )
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/bison
-   virtual/pkgconfig
-"
-
-if [[ ${PV} ==  ]] ; then
-   BDEPEND+="
-   app-text/docbook-sgml-dtd:4.5
-   

[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-09-19 Thread Arthur Zamarin
commit: df391b065f47a5ea0dea7aebaeae2a5111a82d66
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 15 10:05:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 17:48:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df391b06

sys-block/nbd: fix VariableShadowed

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-block/nbd/nbd-3.24.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
index 77e97a69e60d..6ecf15fb83e1 100644
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -20,8 +20,6 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
 
-BDEPEND="virtual/pkgconfig"
-
 RDEPEND="
>=dev-libs/glib-2.26.0
gnutls? ( >=net-libs/gnutls-2.12.0 )
@@ -29,9 +27,12 @@ RDEPEND="
zlib? ( sys-libs/zlib )
 "
 DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/bison"
+BDEPEND="
+   sys-devel/bison
+   virtual/pkgconfig
+"
 
-if [[ ${PV} =  ]] ; then
+if [[ ${PV} ==  ]] ; then
BDEPEND+="
app-text/docbook-sgml-dtd:4.5
app-text/docbook-sgml-utils



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-06-05 Thread Sam James
commit: 0bc8d8719d958025ff648ca2f612e2b34c535121
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  5 08:31:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 08:31:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc8d871

sys-block/nbd: Stabilize 3.25 ppc, #907863

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.25.ebuild b/sys-block/nbd/nbd-3.25.ebuild
index 813dd99b088a..e1e7bb9ea09c 100644
--- a/sys-block/nbd/nbd-3.25.ebuild
+++ b/sys-block/nbd/nbd-3.25.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz;
SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-06-05 Thread Sam James
commit: 15f71267bee9d502af19cadb6e0e5ab7da94f224
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  5 08:31:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 08:31:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f71267

sys-block/nbd: Stabilize 3.25 ppc64, #907863

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.25.ebuild b/sys-block/nbd/nbd-3.25.ebuild
index 27ac013e2ac4..813dd99b088a 100644
--- a/sys-block/nbd/nbd-3.25.ebuild
+++ b/sys-block/nbd/nbd-3.25.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz;
SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-06-05 Thread Sam James
commit: 4223855bfbfeff5282266a9da17ef15f7be8209c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  5 08:14:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 08:14:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4223855b

sys-block/nbd: Stabilize 3.25 arm, #907863

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.25.ebuild b/sys-block/nbd/nbd-3.25.ebuild
index 5a3ef7ee39e1..6f1b5509f220 100644
--- a/sys-block/nbd/nbd-3.25.ebuild
+++ b/sys-block/nbd/nbd-3.25.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz;
SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-06-05 Thread Sam James
commit: 3a2df1d7df69118ab876f6d4cb8e441384aeece3
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  5 08:14:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 08:14:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2df1d7

sys-block/nbd: Stabilize 3.25 amd64, #907863

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.25.ebuild b/sys-block/nbd/nbd-3.25.ebuild
index a0554e3c6d37..5a3ef7ee39e1 100644
--- a/sys-block/nbd/nbd-3.25.ebuild
+++ b/sys-block/nbd/nbd-3.25.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz;
SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-06-05 Thread Sam James
commit: 6c36f30908fc7b043fa6be976534b6bc807505f4
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  5 08:14:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 08:14:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c36f309

sys-block/nbd: Stabilize 3.25 x86, #907863

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.25.ebuild b/sys-block/nbd/nbd-3.25.ebuild
index 6f1b5509f220..27ac013e2ac4 100644
--- a/sys-block/nbd/nbd-3.25.ebuild
+++ b/sys-block/nbd/nbd-3.25.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz;
SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-06-04 Thread Sam James
commit: 6fa6af98b0362bfaba051b1dde9299f77baf2a03
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  5 05:23:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 05:23:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa6af98

sys-block/nbd: add 3.25

Drops gznbd support, at least for now, given it doesn't compile and upstream
haven't touched the dir in 9 years.

Closes: https://bugs.gentoo.org/907831
Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/Manifest |  1 +
 sys-block/nbd/{nbd-.ebuild => nbd-3.25.ebuild} | 34 +-
 sys-block/nbd/nbd-.ebuild  | 34 +-
 3 files changed, 41 insertions(+), 28 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index acfc433a02e0..163fff181c5e 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,2 +1,3 @@
 DIST nbd-3.21.tar.xz 523472 BLAKE2B 
8601306966b75e5000e34d784175f287553d478e8367d488b9a3c1c11bcb7345a4ba898f02a94b8e927fbded1d3a563a4f0369ad7b49b14dcb6f5ea8d91812f3
 SHA512 
5dc238e6f45eb230a6f92493a8c3b4891dee98fc47e120e59c3ca31c0a698537ca03f78e43c5e7089d93d548a22b5e3853ba228536d2fc688c3edf4a590fdb3f
 DIST nbd-3.24.tar.xz 556928 BLAKE2B 
a07b0d8ce18cdea2e0778afbf9adfbc49f4fdc5746ec6f304f46d390adfc0a9ffb199e7c5cb6a72b3073a12a37f598e3780f0a1374b25c0e0a546653f7657d28
 SHA512 
b542733ca8bdfb6883591acd5cc82fd8fa64fed7ca85b01a961e0ad69b9655750e5317df9ec510b4147cc8b0b5cdfa0b43da53dd06c42863553555d710a3c85d
+DIST nbd-3.25.tar.xz 566360 BLAKE2B 
dce56fb91f6358955b0173b589df19ce2682e3cd6810b0bd74eeb973c24e52307ed55e197c13dcb9c2a62ac92e0dddb046fd1f4348862c7f7dc17bc479ba8cad
 SHA512 
e8b83475a698b5c3718331b55a2c28fd10ca031e347aac7c439f1653d78a405fefa5cb2618e60f73b2f170a8c93d68e79a2cd5875e5c6a970cb1ef9d8e08ebda

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-3.25.ebuild
similarity index 69%
copy from sys-block/nbd/nbd-.ebuild
copy to sys-block/nbd/nbd-3.25.ebuild
index 72e1b43ee6b1..a0554e3c6d37 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-3.25.ebuild
@@ -1,37 +1,39 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit systemd
 
 DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="https://nbd.sourceforge.net/;
-if [[ ${PV} =  ]] ; then
+HOMEPAGE="https://nbd.sourceforge.io/;
+
+if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
-   
SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
-   mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz;
+   SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
 
-BDEPEND="virtual/pkgconfig"
-
 RDEPEND="
-   >=dev-libs/glib-2.26.0
+   >=dev-libs/glib-2.32.0
gnutls? ( >=net-libs/gnutls-2.12.0 )
netlink? ( >=dev-libs/libnl-3.1 )
zlib? ( sys-libs/zlib )
 "
 DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/bison"
+BDEPEND="
+   sys-devel/bison
+   virtual/pkgconfig
+"
 
-if [[ ${PV} =  ]] ; then
+if [[ ${PV} ==  ]] ; then
BDEPEND+="
app-text/docbook-sgml-dtd:4.5
app-text/docbook-sgml-utils
@@ -42,7 +44,7 @@ fi
 src_prepare() {
default
 
-   if [[ ${PV} =  ]] ; then
+   if [[ ${PV} ==  ]] ; then
emake -C man -f mans.mk \
nbd-server.1.sh.in \
nbd-server.5.sh.in \
@@ -58,11 +60,15 @@ src_prepare() {
 }
 
 src_configure() {
+   # Needs Bison
+   unset YACC
+
local myeconfargs=(
--enable-lfs
+   # https://github.com/NetworkBlockDevice/nbd/issues/149
+   --disable-gznbd
$(use_enable !debug syslog)
$(use_enable debug)
-   $(use_enable zlib gznbd)
$(use_with gnutls)
$(use_with netlink libnl)
)

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
index 72e1b43ee6b1..a0554e3c6d37 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-.ebuild
@@ -1,37 +1,39 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit systemd
 
 DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="https://nbd.sourceforge.net/;
-if [[ ${PV} =  ]] ; then

[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2023-01-28 Thread Arthur Zamarin
commit: 9c92ed0f2b9ee449ae6629a04e525480343e1b6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 28 15:03:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 28 15:03:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c92ed0f

sys-block/nbd: Keyword 3.24 arm64, #891505

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-block/nbd/nbd-3.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
index 915e8fdb744a..77e97a69e60d 100644
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2022-11-22 Thread Sam James
commit: c6adeab29bcfc4033bb5c2473a674019a398660f
Author: Jan Krieg  jankrieg  anonaddy  com>
AuthorDate: Sun Nov 20 19:54:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 01:42:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6adeab2

sys-block/nbd: Fix emake command in src_prepare for live ebuild

Reflect upstream changes to autogen.sh at
https://github.com/NetworkBlockDevice/nbd/blob/master/autogen.sh.

Closes: https://bugs.gentoo.org/882293
Signed-off-by: Jan Krieg  jankrieg.anonaddy.com>
Closes: https://github.com/gentoo/gentoo/pull/28354
Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.24.ebuild | 3 ++-
 sys-block/nbd/nbd-.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
index 22a7889b6c2b..915e8fdb744a 100644
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -43,11 +43,12 @@ src_prepare() {
default
 
if [[ ${PV} =  ]] ; then
-   emake -C man -f Makefile.am \
+   emake -C man -f mans.mk \
nbd-server.1.sh.in \
nbd-server.5.sh.in \
nbd-client.8.sh.in \
nbd-trdump.1.sh.in \
+   nbd-trplay.1.sh.in \
nbdtab.5.sh.in
 
emake -C systemd -f Makefile.am n...@.service.sh.in

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
index 04319fda899d..72e1b43ee6b1 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-.ebuild
@@ -43,11 +43,12 @@ src_prepare() {
default
 
if [[ ${PV} =  ]] ; then
-   emake -C man -f Makefile.am \
+   emake -C man -f mans.mk \
nbd-server.1.sh.in \
nbd-server.5.sh.in \
nbd-client.8.sh.in \
nbd-trdump.1.sh.in \
+   nbd-trplay.1.sh.in \
nbdtab.5.sh.in
 
emake -C systemd -f Makefile.am n...@.service.sh.in



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2022-07-16 Thread Agostino Sarubbo
commit: 5a37514295bc608295fcb21be69dd4a94547f512
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 16 08:55:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 16 08:55:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a375142

sys-block/nbd: amd64 stable wrt bug #858152

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/nbd/nbd-3.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
index 6e9e56b51102..22a7889b6c2b 100644
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2022-07-15 Thread Arthur Zamarin
commit: 8fc5ab5acf973a33cffc945e43fa010e16c476f4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 11:17:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 11:17:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc5ab5a

sys-block/nbd: Stabilize 3.24 ppc, #858152

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-block/nbd/nbd-3.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
index c262f615135a..6e9e56b51102 100644
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2022-07-15 Thread Arthur Zamarin
commit: 035c06e38340abfd2971ef3b4909cbe5d9798378
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 11:08:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 11:08:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035c06e3

sys-block/nbd: Stabilize 3.24 ppc64, #858152

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-block/nbd/nbd-3.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
index 94ac2964f8e6..c262f615135a 100644
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2022-07-15 Thread Arthur Zamarin
commit: e0311b1ac8f7a82cb9ce45cda47e1bf7e3ec88e9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 10:12:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 10:12:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0311b1a

sys-block/nbd: Stabilize 3.24 x86, #858152

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-block/nbd/nbd-3.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
index 04319fda899d..94ac2964f8e6 100644
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]] ; then
 else

SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2022-05-31 Thread Sam James
commit: c8a350785778feb0ced49ff5077174e0ea10c195
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  1 00:39:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  1 01:25:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a35078

sys-block/nbd: add 3.24

Bug: https://bugs.gentoo.org/834678
Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/Manifest |  1 +
 sys-block/nbd/{nbd-.ebuild => nbd-3.24.ebuild} | 22 +++---
 sys-block/nbd/nbd-.ebuild  | 22 +++---
 3 files changed, 31 insertions(+), 14 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index deee3965f712..acfc433a02e0 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1 +1,2 @@
 DIST nbd-3.21.tar.xz 523472 BLAKE2B 
8601306966b75e5000e34d784175f287553d478e8367d488b9a3c1c11bcb7345a4ba898f02a94b8e927fbded1d3a563a4f0369ad7b49b14dcb6f5ea8d91812f3
 SHA512 
5dc238e6f45eb230a6f92493a8c3b4891dee98fc47e120e59c3ca31c0a698537ca03f78e43c5e7089d93d548a22b5e3853ba228536d2fc688c3edf4a590fdb3f
+DIST nbd-3.24.tar.xz 556928 BLAKE2B 
a07b0d8ce18cdea2e0778afbf9adfbc49f4fdc5746ec6f304f46d390adfc0a9ffb199e7c5cb6a72b3073a12a37f598e3780f0a1374b25c0e0a546653f7657d28
 SHA512 
b542733ca8bdfb6883591acd5cc82fd8fa64fed7ca85b01a961e0ad69b9655750e5317df9ec510b4147cc8b0b5cdfa0b43da53dd06c42863553555d710a3c85d

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-3.24.ebuild
similarity index 76%
copy from sys-block/nbd/nbd-.ebuild
copy to sys-block/nbd/nbd-3.24.ebuild
index 732367ad8970..04319fda899d 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,14 +6,16 @@ EAPI=7
 inherit systemd
 
 DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-if [[ "${PV}" =  ]] ; then
+HOMEPAGE="https://nbd.sourceforge.net/;
+if [[ ${PV} =  ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
-   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+   
SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
+   mirror://sourceforge/nbd/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
+
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
@@ -27,24 +29,29 @@ RDEPEND="
zlib? ( sys-libs/zlib )
 "
 DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/bison"
 
-if [[ "${PV}" =  ]] ; then
-   DEPEND+="
+if [[ ${PV} =  ]] ; then
+   BDEPEND+="
app-text/docbook-sgml-dtd:4.5
app-text/docbook-sgml-utils
+   sys-devel/autoconf-archive
"
 fi
 
 src_prepare() {
default
-   if [[ "${PV}" =  ]] ; then
+
+   if [[ ${PV} =  ]] ; then
emake -C man -f Makefile.am \
nbd-server.1.sh.in \
nbd-server.5.sh.in \
nbd-client.8.sh.in \
nbd-trdump.1.sh.in \
nbdtab.5.sh.in
+
emake -C systemd -f Makefile.am n...@.service.sh.in
+
eautoreconf
fi
 }
@@ -58,6 +65,7 @@ src_configure() {
$(use_with gnutls)
$(use_with netlink libnl)
)
+
econf "${myeconfargs[@]}"
 }
 

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
index 732367ad8970..04319fda899d 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,14 +6,16 @@ EAPI=7
 inherit systemd
 
 DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-if [[ "${PV}" =  ]] ; then
+HOMEPAGE="https://nbd.sourceforge.net/;
+if [[ ${PV} =  ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
-   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+   
SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz
+   mirror://sourceforge/nbd/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
+
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
@@ -27,24 +29,29 @@ RDEPEND="
zlib? ( sys-libs/zlib )
 "
 DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/bison"
 
-if [[ "${PV}" =  ]] ; then
-   DEPEND+="
+if [[ ${PV} =  ]] ; then
+   BDEPEND+="
app-text/docbook-sgml-dtd:4.5
app-text/docbook-sgml-utils

[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-05-15 Thread David Seifert
commit: cfa63566389d55018a3454a00322e0045e86c26a
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 15 22:14:23 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 15 22:14:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa63566

sys-block/nbd: drop 3.19, 3.20

Signed-off-by: David Seifert  gentoo.org>

 sys-block/nbd/Manifest|  2 --
 sys-block/nbd/nbd-3.19.ebuild | 60 ---
 sys-block/nbd/nbd-3.20.ebuild | 60 ---
 3 files changed, 122 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 6e8a3381253..deee3965f71 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1 @@
-DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16
-DIST nbd-3.20.tar.xz 535136 BLAKE2B 
e707ab5565ca2281052d04e0b8854222a14b3dd365a2bb71b6544a9253204aad49df652bb888a035fbcc3b352530ccf59ab5374280ae78feea012f91fd4fa24c
 SHA512 
d115939d8f086a1d99637d71453cbcc000a9145a85912a7edf701fad1b90d79e7bba1bc065fc54baa20c8a7665f47ad886cf8493bbabb15854eeede45cf176bc
 DIST nbd-3.21.tar.xz 523472 BLAKE2B 
8601306966b75e5000e34d784175f287553d478e8367d488b9a3c1c11bcb7345a4ba898f02a94b8e927fbded1d3a563a4f0369ad7b49b14dcb6f5ea8d91812f3
 SHA512 
5dc238e6f45eb230a6f92493a8c3b4891dee98fc47e120e59c3ca31c0a698537ca03f78e43c5e7089d93d548a22b5e3853ba228536d2fc688c3edf4a590fdb3f

diff --git a/sys-block/nbd/nbd-3.19.ebuild b/sys-block/nbd/nbd-3.19.ebuild
deleted file mode 100644
index 34c5f3a353a..000
--- a/sys-block/nbd/nbd-3.19.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-if [[ "${PV}" =  ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
-else
-   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug gnutls netlink zlib"
-
-RDEPEND="
-   >=dev-libs/glib-2.26.0
-   gnutls? ( >=net-libs/gnutls-2.12.0 )
-   netlink? ( >=dev-libs/libnl-3.1 )
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-if [[ "${PV}" =  ]] ; then
-   DEPEND+="
-   app-text/docbook-sgml-dtd:4.5
-   app-text/docbook-sgml-utils
-   "
-fi
-
-src_prepare() {
-   default
-   if [[ "${PV}" =  ]] ; then
-   emake -C man -f Makefile.am \
-   nbd-server.1.sh.in \
-   nbd-server.5.sh.in \
-   nbd-client.8.sh.in \
-   nbd-trdump.1.sh.in \
-   nbdtab.5.sh.in
-   emake -C systemd -f Makefile.am n...@.service.sh.in
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-lfs
-   $(use_enable !debug syslog)
-   $(use_enable debug)
-   $(use_enable zlib gznbd)
-   $(use_with gnutls)
-   $(use_with netlink libnl)
-   )
-   econf "${myeconfargs[@]}"
-}

diff --git a/sys-block/nbd/nbd-3.20.ebuild b/sys-block/nbd/nbd-3.20.ebuild
deleted file mode 100644
index fad2a1deede..000
--- a/sys-block/nbd/nbd-3.20.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-if [[ "${PV}" =  ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
-else
-   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug gnutls netlink zlib"
-
-BDEPEND="virtual/pkgconfig"
-
-RDEPEND="
-   >=dev-libs/glib-2.26.0
-   gnutls? ( >=net-libs/gnutls-2.12.0 )
-   netlink? ( >=dev-libs/libnl-3.1 )
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}"
-
-if [[ "${PV}" =  ]] ; then
-   DEPEND+="
-   app-text/docbook-sgml-dtd:4.5
-   app-text/docbook-sgml-utils
-   "
-fi
-
-src_prepare() {
-   default
-   if [[ "${PV}" =  ]] ; then
-   emake -C man -f Makefile.am \
-   nbd-server.1.sh.in \
-   nbd-server.5.sh.in \
-   nbd-client.8.sh.in \
- 

[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-05-15 Thread Sam James
commit: 066d1a2ed7fd36e2c0d1970459bfcbf0f68b14a3
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 19:17:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 19:17:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066d1a2e

sys-block/nbd: Stabilize 3.21-r1 x86, #789882

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.21-r1.ebuild b/sys-block/nbd/nbd-3.21-r1.ebuild
index c23de4a0821..8e28515c51f 100644
--- a/sys-block/nbd/nbd-3.21-r1.ebuild
+++ b/sys-block/nbd/nbd-3.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-05-14 Thread Agostino Sarubbo
commit: 0ff992ce0ab3e1c1155478c92466a07ed89b776b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 14 09:30:11 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 14 09:30:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff992ce

sys-block/nbd: amd64 stable wrt bug #789882

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/nbd/nbd-3.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.21-r1.ebuild b/sys-block/nbd/nbd-3.21-r1.ebuild
index 9f06155891e..c23de4a0821 100644
--- a/sys-block/nbd/nbd-3.21-r1.ebuild
+++ b/sys-block/nbd/nbd-3.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-05-13 Thread Sam James
commit: e6189074ef12102b084c90a3c30c351eb7f1623a
Author: Sam James  gentoo  org>
AuthorDate: Thu May 13 18:57:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 13 18:57:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6189074

sys-block/nbd: Stabilize 3.21-r1 ppc, #789882

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.21-r1.ebuild b/sys-block/nbd/nbd-3.21-r1.ebuild
index afdba7bbf5f..9f06155891e 100644
--- a/sys-block/nbd/nbd-3.21-r1.ebuild
+++ b/sys-block/nbd/nbd-3.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-05-13 Thread Sam James
commit: 137680a6b0b1a0c682535383f8680e6d20fd4016
Author: Sam James  gentoo  org>
AuthorDate: Thu May 13 17:13:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 13 17:13:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137680a6

sys-block/nbd: Stabilize 3.21-r1 ppc64, #789882

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.21-r1.ebuild b/sys-block/nbd/nbd-3.21-r1.ebuild
index db119a7e1dd..afdba7bbf5f 100644
--- a/sys-block/nbd/nbd-3.21-r1.ebuild
+++ b/sys-block/nbd/nbd-3.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-05-13 Thread Sam James
commit: cd5ee3714a3628b79d3a8b439e8beb172ae54f8f
Author: Sam James  gentoo  org>
AuthorDate: Thu May 13 16:21:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 13 16:21:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5ee371

sys-block/nbd: Stabilize 3.21-r1 arm, #789882

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/nbd-3.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.21-r1.ebuild b/sys-block/nbd/nbd-3.21-r1.ebuild
index 732367ad897..db119a7e1dd 100644
--- a/sys-block/nbd/nbd-3.21-r1.ebuild
+++ b/sys-block/nbd/nbd-3.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-04-03 Thread Mike Gilbert
commit: 90a0342e7bd37e7069b5c6bdaf8eca6f43c4f3a2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Apr  3 14:36:24 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr  3 14:36:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a0342e

sys-block/nbd: install systemd service unit

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-block/nbd/{nbd-3.21.ebuild => nbd-3.21-r1.ebuild} | 7 +++
 sys-block/nbd/nbd-.ebuild | 9 -
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.21.ebuild b/sys-block/nbd/nbd-3.21-r1.ebuild
similarity index 94%
rename from sys-block/nbd/nbd-3.21.ebuild
rename to sys-block/nbd/nbd-3.21-r1.ebuild
index 57890d32bc1..732367ad897 100644
--- a/sys-block/nbd/nbd-3.21.ebuild
+++ b/sys-block/nbd/nbd-3.21-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit systemd
+
 DESCRIPTION="Userland client/server for kernel network block device"
 HOMEPAGE="http://nbd.sourceforge.net/;
 if [[ "${PV}" =  ]] ; then
@@ -58,3 +60,8 @@ src_configure() {
)
econf "${myeconfargs[@]}"
 }
+
+src_install() {
+   default
+   systemd_dounit systemd/nbd@.service
+}

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
index fad2a1deede..732367ad897 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit systemd
+
 DESCRIPTION="Userland client/server for kernel network block device"
 HOMEPAGE="http://nbd.sourceforge.net/;
 if [[ "${PV}" =  ]] ; then
@@ -58,3 +60,8 @@ src_configure() {
)
econf "${myeconfargs[@]}"
 }
+
+src_install() {
+   default
+   systemd_dounit systemd/nbd@.service
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-03-15 Thread Sam James
commit: 5456698077c3fffd8fb41f75c7494be4cfd2a4e3
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 19:10:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 19:10:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54566980

sys-block/nbd: add github remote-id

Signed-off-by: Sam James  gentoo.org>

 sys-block/nbd/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-block/nbd/metadata.xml b/sys-block/nbd/metadata.xml
index e233f07bc3f..5b7f47daa47 100644
--- a/sys-block/nbd/metadata.xml
+++ b/sys-block/nbd/metadata.xml
@@ -10,5 +10,6 @@
 
 
nbd
+   NetworkBlockDevice/nbd
 
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-01-17 Thread Lars Wendler
commit: 02ebe13bd73c6034e368f131b37ae6362df4bcc3
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jan 17 20:29:12 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jan 17 20:29:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ebe13b

sys-block/nbd: Removed old

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 sys-block/nbd/Manifest|  1 -
 sys-block/nbd/nbd-3.18.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index ac87c1f2b59..6e8a3381253 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,4 +1,3 @@
-DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8
 DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16
 DIST nbd-3.20.tar.xz 535136 BLAKE2B 
e707ab5565ca2281052d04e0b8854222a14b3dd365a2bb71b6544a9253204aad49df652bb888a035fbcc3b352530ccf59ab5374280ae78feea012f91fd4fa24c
 SHA512 
d115939d8f086a1d99637d71453cbcc000a9145a85912a7edf701fad1b90d79e7bba1bc065fc54baa20c8a7665f47ad886cf8493bbabb15854eeede45cf176bc
 DIST nbd-3.21.tar.xz 523472 BLAKE2B 
8601306966b75e5000e34d784175f287553d478e8367d488b9a3c1c11bcb7345a4ba898f02a94b8e927fbded1d3a563a4f0369ad7b49b14dcb6f5ea8d91812f3
 SHA512 
5dc238e6f45eb230a6f92493a8c3b4891dee98fc47e120e59c3ca31c0a698537ca03f78e43c5e7089d93d548a22b5e3853ba228536d2fc688c3edf4a590fdb3f

diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild
deleted file mode 100644
index 34c5f3a353a..000
--- a/sys-block/nbd/nbd-3.18.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-if [[ "${PV}" =  ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
-else
-   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug gnutls netlink zlib"
-
-RDEPEND="
-   >=dev-libs/glib-2.26.0
-   gnutls? ( >=net-libs/gnutls-2.12.0 )
-   netlink? ( >=dev-libs/libnl-3.1 )
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-if [[ "${PV}" =  ]] ; then
-   DEPEND+="
-   app-text/docbook-sgml-dtd:4.5
-   app-text/docbook-sgml-utils
-   "
-fi
-
-src_prepare() {
-   default
-   if [[ "${PV}" =  ]] ; then
-   emake -C man -f Makefile.am \
-   nbd-server.1.sh.in \
-   nbd-server.5.sh.in \
-   nbd-client.8.sh.in \
-   nbd-trdump.1.sh.in \
-   nbdtab.5.sh.in
-   emake -C systemd -f Makefile.am n...@.service.sh.in
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-lfs
-   $(use_enable !debug syslog)
-   $(use_enable debug)
-   $(use_enable zlib gznbd)
-   $(use_with gnutls)
-   $(use_with netlink libnl)
-   )
-   econf "${myeconfargs[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2021-01-17 Thread Lars Wendler
commit: 5439d6961dfd740bf8182eb2fee82677bf30590a
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jan 17 20:25:32 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jan 17 20:29:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5439d696

sys-block/nbd: Bump to version 3.21

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 sys-block/nbd/Manifest|  1 +
 sys-block/nbd/nbd-3.21.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index a92bf9b686a..ac87c1f2b59 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8
 DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16
 DIST nbd-3.20.tar.xz 535136 BLAKE2B 
e707ab5565ca2281052d04e0b8854222a14b3dd365a2bb71b6544a9253204aad49df652bb888a035fbcc3b352530ccf59ab5374280ae78feea012f91fd4fa24c
 SHA512 
d115939d8f086a1d99637d71453cbcc000a9145a85912a7edf701fad1b90d79e7bba1bc065fc54baa20c8a7665f47ad886cf8493bbabb15854eeede45cf176bc
+DIST nbd-3.21.tar.xz 523472 BLAKE2B 
8601306966b75e5000e34d784175f287553d478e8367d488b9a3c1c11bcb7345a4ba898f02a94b8e927fbded1d3a563a4f0369ad7b49b14dcb6f5ea8d91812f3
 SHA512 
5dc238e6f45eb230a6f92493a8c3b4891dee98fc47e120e59c3ca31c0a698537ca03f78e43c5e7089d93d548a22b5e3853ba228536d2fc688c3edf4a590fdb3f

diff --git a/sys-block/nbd/nbd-3.21.ebuild b/sys-block/nbd/nbd-3.21.ebuild
new file mode 100644
index 000..57890d32bc1
--- /dev/null
+++ b/sys-block/nbd/nbd-3.21.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+if [[ "${PV}" =  ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
+else
+   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug gnutls netlink zlib"
+
+BDEPEND="virtual/pkgconfig"
+
+RDEPEND="
+   >=dev-libs/glib-2.26.0
+   gnutls? ( >=net-libs/gnutls-2.12.0 )
+   netlink? ( >=dev-libs/libnl-3.1 )
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}"
+
+if [[ "${PV}" =  ]] ; then
+   DEPEND+="
+   app-text/docbook-sgml-dtd:4.5
+   app-text/docbook-sgml-utils
+   "
+fi
+
+src_prepare() {
+   default
+   if [[ "${PV}" =  ]] ; then
+   emake -C man -f Makefile.am \
+   nbd-server.1.sh.in \
+   nbd-server.5.sh.in \
+   nbd-client.8.sh.in \
+   nbd-trdump.1.sh.in \
+   nbdtab.5.sh.in
+   emake -C systemd -f Makefile.am n...@.service.sh.in
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-lfs
+   $(use_enable !debug syslog)
+   $(use_enable debug)
+   $(use_enable zlib gznbd)
+   $(use_with gnutls)
+   $(use_with netlink libnl)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-11-01 Thread Mikle Kolyada
commit: 0459e2ecaa58c67b43edc290a321c4441547c7ae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov  1 10:49:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov  1 10:49:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0459e2ec

sys-block/nbd: arm stable wrt bug #694992

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-block/nbd/nbd-3.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.19.ebuild b/sys-block/nbd/nbd-3.19.ebuild
index d7fd329715e..927bb90f26d 100644
--- a/sys-block/nbd/nbd-3.19.ebuild
+++ b/sys-block/nbd/nbd-3.19.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-09-28 Thread Piotr Karbowski
commit: 18d96c7ccb892108c0db7901a314e1288e17ff31
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Sep 28 21:17:31 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Sep 28 21:20:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d96c7c

sys-block/nbd: amd64 stable (bug #694992)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Piotr Karbowski  gentoo.org>

 sys-block/nbd/nbd-3.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.19.ebuild b/sys-block/nbd/nbd-3.19.ebuild
index a69d6ef1f0b..d7fd329715e 100644
--- a/sys-block/nbd/nbd-3.19.ebuild
+++ b/sys-block/nbd/nbd-3.19.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-09-26 Thread Thomas Deutschmann
commit: 31a95e80bfe3756e5198ee57e3c6d17c1e6c33bb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 26 18:52:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 26 19:02:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a95e80

sys-block/nbd: x86 stable (bug #694992)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/nbd/nbd-3.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.19.ebuild b/sys-block/nbd/nbd-3.19.ebuild
index 2b25d4d553a..a69d6ef1f0b 100644
--- a/sys-block/nbd/nbd-3.19.ebuild
+++ b/sys-block/nbd/nbd-3.19.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-09-26 Thread Sergei Trofimovich
commit: ab8a9e8c3ee2a20e355e983b0da8722fd3f0eb06
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep 26 06:50:24 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep 26 06:50:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8a9e8c

sys-block/nbd: stable 3.19 for ppc64, bug #694992

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/nbd/nbd-3.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.19.ebuild b/sys-block/nbd/nbd-3.19.ebuild
index 1250dd2da82..2b25d4d553a 100644
--- a/sys-block/nbd/nbd-3.19.ebuild
+++ b/sys-block/nbd/nbd-3.19.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-09-26 Thread Sergei Trofimovich
commit: 4c2703e0425482d11a9cda3a0dd001948434c55a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep 26 06:47:28 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep 26 06:47:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2703e0

sys-block/nbd: stable 3.19 for ppc, bug #694992

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/nbd/nbd-3.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.19.ebuild b/sys-block/nbd/nbd-3.19.ebuild
index 865de0c8c50..1250dd2da82 100644
--- a/sys-block/nbd/nbd-3.19.ebuild
+++ b/sys-block/nbd/nbd-3.19.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-09-26 Thread Sergei Trofimovich
commit: 3b36911d69a16c3a2be70af7a1d1126aae326574
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep 26 06:40:04 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep 26 06:40:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b36911d

sys-block/nbd: stable 3.19 for hppa, bug #694992

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/nbd/nbd-3.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.19.ebuild b/sys-block/nbd/nbd-3.19.ebuild
index 51270d903eb..865de0c8c50 100644
--- a/sys-block/nbd/nbd-3.19.ebuild
+++ b/sys-block/nbd/nbd-3.19.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-09-19 Thread Thomas Deutschmann
commit: 9caa097fe3677694ef22eb958203549cb6123f11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 19 23:11:02 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 19 23:11:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9caa097f

sys-block/nbd: bump to v3.20

EAPI bumped to EAPI=7

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/nbd/Manifest |  1 +
 sys-block/nbd/{nbd-.ebuild => nbd-3.20.ebuild} | 10 +-
 sys-block/nbd/nbd-.ebuild  | 10 +-
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 269f5b58a75..c5d439ef0d0 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8
 DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16
+DIST nbd-3.20.tar.xz 535136 BLAKE2B 
e707ab5565ca2281052d04e0b8854222a14b3dd365a2bb71b6544a9253204aad49df652bb888a035fbcc3b352530ccf59ab5374280ae78feea012f91fd4fa24c
 SHA512 
d115939d8f086a1d99637d71453cbcc000a9145a85912a7edf701fad1b90d79e7bba1bc065fc54baa20c8a7665f47ad886cf8493bbabb15854eeede45cf176bc

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-3.20.ebuild
similarity index 92%
copy from sys-block/nbd/nbd-.ebuild
copy to sys-block/nbd/nbd-3.20.ebuild
index c02131c2e62..fad2a1deede 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-3.20.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Userland client/server for kernel network block device"
 HOMEPAGE="http://nbd.sourceforge.net/;
@@ -16,15 +16,15 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
 
+BDEPEND="virtual/pkgconfig"
+
 RDEPEND="
>=dev-libs/glib-2.26.0
gnutls? ( >=net-libs/gnutls-2.12.0 )
netlink? ( >=dev-libs/libnl-3.1 )
zlib? ( sys-libs/zlib )
 "
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
 
 if [[ "${PV}" =  ]] ; then
DEPEND+="

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
index c02131c2e62..fad2a1deede 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Userland client/server for kernel network block device"
 HOMEPAGE="http://nbd.sourceforge.net/;
@@ -16,15 +16,15 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
 
+BDEPEND="virtual/pkgconfig"
+
 RDEPEND="
>=dev-libs/glib-2.26.0
gnutls? ( >=net-libs/gnutls-2.12.0 )
netlink? ( >=dev-libs/libnl-3.1 )
zlib? ( sys-libs/zlib )
 "
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
 
 if [[ "${PV}" =  ]] ; then
DEPEND+="



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-09-19 Thread Thomas Deutschmann
commit: cb9a1b5a7f182b8b3b6c6e2156df7b906bf26575
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 19 23:12:17 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 19 23:12:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9a1b5a

sys-block/nbd: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/nbd/Manifest  |  1 -
 sys-block/nbd/nbd-3.15.3.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index c5d439ef0d0..a92bf9b686a 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,4 +1,3 @@
-DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8
 DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16
 DIST nbd-3.20.tar.xz 535136 BLAKE2B 
e707ab5565ca2281052d04e0b8854222a14b3dd365a2bb71b6544a9253204aad49df652bb888a035fbcc3b352530ccf59ab5374280ae78feea012f91fd4fa24c
 SHA512 
d115939d8f086a1d99637d71453cbcc000a9145a85912a7edf701fad1b90d79e7bba1bc065fc54baa20c8a7665f47ad886cf8493bbabb15854eeede45cf176bc

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
deleted file mode 100644
index c5273c22570..000
--- a/sys-block/nbd/nbd-3.15.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="debug zlib"
-
-# gnutls is an automagic dep.
-RDEPEND=">=dev-libs/glib-2.0
-   >=net-libs/gnutls-2.12.0
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   local myeconfargs=(
-   --enable-lfs
-   $(use_enable !debug syslog)
-   $(use_enable debug)
-   $(use_enable zlib gznbd)
-   )
-   econf "${myeconfargs[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-03-16 Thread Sergei Trofimovich
commit: 2cf057fede4ec1f3460a55115d5c33eb3e507bbb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Mar 16 09:36:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 16 10:19:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf057fe

sys-block/nbd: stable 3.18 for hppa, bug #677060

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/nbd/nbd-3.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild
index 34c5f3a353a..927bb90f26d 100644
--- a/sys-block/nbd/nbd-3.18.ebuild
+++ b/sys-block/nbd/nbd-3.18.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-02-10 Thread Mikle Kolyada
commit: 9b0b422e8e92d4cc145b4f153bf2216af21e58e6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Feb 10 17:49:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Feb 10 17:49:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0b422e

sys-block/nbd: arm stable wrt bug #677060

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-block/nbd/nbd-3.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild
index 5cf0304ef63..34c5f3a353a 100644
--- a/sys-block/nbd/nbd-3.18.ebuild
+++ b/sys-block/nbd/nbd-3.18.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-02-09 Thread Thomas Deutschmann
commit: 154aa4ef93da4c6fdb76ab3694fb17c14cb4d6a5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Feb  9 18:17:39 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb  9 18:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154aa4ef

sys-block/nbd: x86 stable (bug #677060)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/nbd/nbd-3.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild
index 70df590bc11..5cf0304ef63 100644
--- a/sys-block/nbd/nbd-3.18.ebuild
+++ b/sys-block/nbd/nbd-3.18.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-02-07 Thread Mikle Kolyada
commit: 13ca3fa999ba7645cc4f563e0c943e321a384395
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Feb  7 10:49:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Feb  7 10:51:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ca3fa9

sys-block/nbd: amd64 stable wrt bug #677060

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-block/nbd/nbd-3.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild
index 8deb6b83040..70df590bc11 100644
--- a/sys-block/nbd/nbd-3.18.ebuild
+++ b/sys-block/nbd/nbd-3.18.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-02-02 Thread Sergei Trofimovich
commit: b058962433ccbd62a023d963ee643121ac7c558a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb  2 21:14:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  2 21:14:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0589624

sys-block/nbd: stable 3.18 for ppc64, bug #677060

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/nbd/nbd-3.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild
index 036566cb62f..8deb6b83040 100644
--- a/sys-block/nbd/nbd-3.18.ebuild
+++ b/sys-block/nbd/nbd-3.18.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-02-02 Thread Sergei Trofimovich
commit: ac10af37787634d7605cd312c5dc0599a45df085
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb  2 20:21:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  2 20:44:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac10af37

sys-block/nbd: stable 3.18 for ppc, bug #677060

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/nbd/nbd-3.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild
index c02131c2e62..036566cb62f 100644
--- a/sys-block/nbd/nbd-3.18.ebuild
+++ b/sys-block/nbd/nbd-3.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ "${PV}" =  ]] ; then
EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
 else
SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-02-01 Thread Lars Wendler
commit: aabcb06c70772b01e1180fa0bec51c6f00ce2f3a
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Feb  1 18:05:21 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Feb  1 18:06:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabcb06c

sys-block/nbd: Bump to version 3.19

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-block/nbd/Manifest|  1 +
 sys-block/nbd/nbd-3.19.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 9e2919040ea..8a6420cb96f 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -2,3 +2,4 @@ DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e13
 DIST nbd-3.16.2.tar.xz 504880 BLAKE2B 
12579169755f4f57ec295531dc11b88ff412678270cf77cb80b7c76cf3193d115c4602432b7913e58abe417a6e59a13c3ffaee84bd9b4a1f0f34ae104491ce5c
 SHA512 
ebdf42a837aeed7625420958d136c7a98c0b168d80fbfbab4b96cb6510dbc12ec2410716301f68385d69f68329c751aef3266cc74c6e341540e1df5f6c531349
 DIST nbd-3.17.tar.xz 511224 BLAKE2B 
9289419e6d1c030d37704e1482f6fbdd2cacb8a1d0f5403e307fbef9b307e842a3bb7ee7240a6b31467ced3ecef1f244fbd916138a32521d26848b3fd1fdc42e
 SHA512 
bcbd025d829d407dc3c0b837cbc1c16f673c5f4c0483d5bee83a52b40d528088499860c775e4e77cf47a8ac1d83dcda24df1092d658dd915ed01c638b3ebc57b
 DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8
+DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16

diff --git a/sys-block/nbd/nbd-3.19.ebuild b/sys-block/nbd/nbd-3.19.ebuild
new file mode 100644
index 000..51270d903eb
--- /dev/null
+++ b/sys-block/nbd/nbd-3.19.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+if [[ "${PV}" =  ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
+else
+   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug gnutls netlink zlib"
+
+RDEPEND="
+   >=dev-libs/glib-2.26.0
+   gnutls? ( >=net-libs/gnutls-2.12.0 )
+   netlink? ( >=dev-libs/libnl-3.1 )
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+if [[ "${PV}" =  ]] ; then
+   DEPEND+="
+   app-text/docbook-sgml-dtd:4.5
+   app-text/docbook-sgml-utils
+   "
+fi
+
+src_prepare() {
+   default
+   if [[ "${PV}" =  ]] ; then
+   emake -C man -f Makefile.am \
+   nbd-server.1.sh.in \
+   nbd-server.5.sh.in \
+   nbd-client.8.sh.in \
+   nbd-trdump.1.sh.in \
+   nbdtab.5.sh.in
+   emake -C systemd -f Makefile.am n...@.service.sh.in
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-lfs
+   $(use_enable !debug syslog)
+   $(use_enable debug)
+   $(use_enable zlib gznbd)
+   $(use_with gnutls)
+   $(use_with netlink libnl)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2019-02-01 Thread Lars Wendler
commit: 28537ab16017236ea0b80f6427b6df631f24de3d
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Feb  1 18:06:02 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Feb  1 18:06:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28537ab1

sys-block/nbd: Removed old.

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-block/nbd/Manifest  |  2 --
 sys-block/nbd/nbd-3.16.2.ebuild | 33 -
 sys-block/nbd/nbd-3.17.ebuild   | 34 --
 3 files changed, 69 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 8a6420cb96f..269f5b58a75 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,5 +1,3 @@
 DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
-DIST nbd-3.16.2.tar.xz 504880 BLAKE2B 
12579169755f4f57ec295531dc11b88ff412678270cf77cb80b7c76cf3193d115c4602432b7913e58abe417a6e59a13c3ffaee84bd9b4a1f0f34ae104491ce5c
 SHA512 
ebdf42a837aeed7625420958d136c7a98c0b168d80fbfbab4b96cb6510dbc12ec2410716301f68385d69f68329c751aef3266cc74c6e341540e1df5f6c531349
-DIST nbd-3.17.tar.xz 511224 BLAKE2B 
9289419e6d1c030d37704e1482f6fbdd2cacb8a1d0f5403e307fbef9b307e842a3bb7ee7240a6b31467ced3ecef1f244fbd916138a32521d26848b3fd1fdc42e
 SHA512 
bcbd025d829d407dc3c0b837cbc1c16f673c5f4c0483d5bee83a52b40d528088499860c775e4e77cf47a8ac1d83dcda24df1092d658dd915ed01c638b3ebc57b
 DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8
 DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16

diff --git a/sys-block/nbd/nbd-3.16.2.ebuild b/sys-block/nbd/nbd-3.16.2.ebuild
deleted file mode 100644
index 44763beacff..000
--- a/sys-block/nbd/nbd-3.16.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug zlib"
-
-# gnutls is an automagic dep.
-RDEPEND="
-   >=dev-libs/glib-2.0
-   >=net-libs/gnutls-2.12.0
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myeconfargs=(
-   --enable-lfs
-   $(use_enable !debug syslog)
-   $(use_enable debug)
-   $(use_enable zlib gznbd)
-   )
-   econf "${myeconfargs[@]}"
-}

diff --git a/sys-block/nbd/nbd-3.17.ebuild b/sys-block/nbd/nbd-3.17.ebuild
deleted file mode 100644
index 07ba3524b41..000
--- a/sys-block/nbd/nbd-3.17.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug zlib"
-
-# gnutls is an automagic dep.
-RDEPEND="
-   >=dev-libs/glib-2.26.0
-   >=net-libs/gnutls-2.12.0
-   >=dev-libs/libnl-3.1
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myeconfargs=(
-   --enable-lfs
-   $(use_enable !debug syslog)
-   $(use_enable debug)
-   $(use_enable zlib gznbd)
-   )
-   econf "${myeconfargs[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2018-08-20 Thread Thomas Deutschmann
commit: 5a940669438a9ad6e17f899e754f294df26de434
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 20 18:25:14 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 20 18:25:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a940669

sys-block/nbd: bump to v3.18

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 sys-block/nbd/Manifest|  1 +
 sys-block/nbd/nbd-3.18.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index e107992cd3a..9e2919040ea 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 DIST nbd-3.16.2.tar.xz 504880 BLAKE2B 
12579169755f4f57ec295531dc11b88ff412678270cf77cb80b7c76cf3193d115c4602432b7913e58abe417a6e59a13c3ffaee84bd9b4a1f0f34ae104491ce5c
 SHA512 
ebdf42a837aeed7625420958d136c7a98c0b168d80fbfbab4b96cb6510dbc12ec2410716301f68385d69f68329c751aef3266cc74c6e341540e1df5f6c531349
 DIST nbd-3.17.tar.xz 511224 BLAKE2B 
9289419e6d1c030d37704e1482f6fbdd2cacb8a1d0f5403e307fbef9b307e842a3bb7ee7240a6b31467ced3ecef1f244fbd916138a32521d26848b3fd1fdc42e
 SHA512 
bcbd025d829d407dc3c0b837cbc1c16f673c5f4c0483d5bee83a52b40d528088499860c775e4e77cf47a8ac1d83dcda24df1092d658dd915ed01c638b3ebc57b
+DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8

diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild
new file mode 100644
index 000..c02131c2e62
--- /dev/null
+++ b/sys-block/nbd/nbd-3.18.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+if [[ "${PV}" =  ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
+else
+   SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug gnutls netlink zlib"
+
+RDEPEND="
+   >=dev-libs/glib-2.26.0
+   gnutls? ( >=net-libs/gnutls-2.12.0 )
+   netlink? ( >=dev-libs/libnl-3.1 )
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+if [[ "${PV}" =  ]] ; then
+   DEPEND+="
+   app-text/docbook-sgml-dtd:4.5
+   app-text/docbook-sgml-utils
+   "
+fi
+
+src_prepare() {
+   default
+   if [[ "${PV}" =  ]] ; then
+   emake -C man -f Makefile.am \
+   nbd-server.1.sh.in \
+   nbd-server.5.sh.in \
+   nbd-client.8.sh.in \
+   nbd-trdump.1.sh.in \
+   nbdtab.5.sh.in
+   emake -C systemd -f Makefile.am n...@.service.sh.in
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-lfs
+   $(use_enable !debug syslog)
+   $(use_enable debug)
+   $(use_enable zlib gznbd)
+   $(use_with gnutls)
+   $(use_with netlink libnl)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/files/, sys-block/nbd/

2018-04-18 Thread Lars Wendler
commit: 44f6b2b9fe4d37845cc918cbec4949d6248ec5df
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Apr 18 13:21:06 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Apr 18 13:21:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f6b2b9

sys-block/nbd: Removed automagic patch which was added to upstream.

Package-Manager: Portage-2.3.30, Repoman-2.3.9

 sys-block/nbd/files/nbd-3.17-automagic.patch | 84 
 sys-block/nbd/nbd-.ebuild|  4 --
 2 files changed, 88 deletions(-)

diff --git a/sys-block/nbd/files/nbd-3.17-automagic.patch 
b/sys-block/nbd/files/nbd-3.17-automagic.patch
deleted file mode 100644
index 4ece53596da..000
--- a/sys-block/nbd/files/nbd-3.17-automagic.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-From 55c225b53c24b0ae93f49d5f004291da8c265870 Mon Sep 17 00:00:00 2001
-From: Lars Wendler 
-Date: Mon, 9 Apr 2018 11:26:06 +0200
-Subject: [PATCH] Don't make gnutls and libnl automagic
-
-Introduce --without-gnutls and --without-libnl configure options so that
-users can disable gnutls/libnl even if the packages are available on the
-system. The default is unchanged from before this patch. If no
---with(out)-* option has been given on the command line, the macro looks
-for presence and uses the packages if found.

- configure.ac | 47 ++-
- 1 file changed, 38 insertions(+), 9 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index cdb4af3..4b76007 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -212,10 +212,25 @@ dnl  ;;
- dnl   esac
- dnl fi
- 
--PKG_CHECK_MODULES(GnuTLS, [gnutls >= 2.12.0],[HAVE_GNUTLS=1],[HAVE_GNUTLS=0])
--if test x$HAVE_GNUTLS = x1; then
--  AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if you have a GnuTLS version of 
2.12 or above])
-+AC_ARG_WITH([gnutls],
-+  [AS_HELP_STRING([--without-gnutls],
-+  [do not use gnutls])],
-+  [],
-+  [with_gnutls=check]
-+)
-+if test "x$with_gnutls" != "xno"; then
-+  PKG_CHECK_MODULES(GnuTLS, [gnutls >= 2.12.0],
-+  [HAVE_GNUTLS=1
-+  AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if you have a GnuTLS 
version of 2.12 or above])],
-+  [if test "x$with_gnutls" = "xyes"; then
-+  AC_MSG_ERROR([--with-gnutls given but cannot find 
gnutls])
-+  else
-+  HAVE_GNUTLS=0
-+  AC_DEFINE(HAVE_GNUTLS, 0)
-+  fi]
-+  )
- else
-+  HAVE_GNUTLS=0
-   AC_DEFINE(HAVE_GNUTLS, 0)
- fi
- AM_CONDITIONAL([GNUTLS], [test "x$HAVE_GNUTLS" = "x1"])
-@@ -294,13 +309,27 @@ AC_PREPROC_IFELSE(
-   [AC_MSG_RESULT([yes]); NEED_BSD_SOURCE=1])
- AC_DEFINE([NEED_BSD_SOURCE], $NEED_BSD_SOURCE, [Define to 1 if _BSD_SOURCE 
needs to be defined before certain inclusions])
- 
--PKG_CHECK_MODULES(LIBNL3, libnl-genl-3.0 >= 3.1, [have_libnl3=yes], 
[have_libnl3=no])
--if test "${have_libnl3}" = "yes"
--then
--  AC_DEFINE(HAVE_NETLINK, 1, [Define to 1 if we have netlink support])
--  CFLAGS+=" $LIBNL3_CFLAGS"
--  LIBS+=" $LIBNL3_LIBS"
-+AC_ARG_WITH([libnl],
-+  [AS_HELP_STRING([--without-libnl],
-+  [do not use libnl])],
-+  [],
-+  [with_libnl=check]
-+)
-+if test "x$with_libnl" != "xno"; then
-+  PKG_CHECK_MODULES(LIBNL3, libnl-genl-3.0 >= 3.1,
-+  [HAVE_NETLINK=1
-+  AC_DEFINE(HAVE_NETLINK, 1, [Define to 1 if we have netlink 
support])
-+  CFLAGS+=" $LIBNL3_CFLAGS"
-+  LIBS+=" $LIBNL3_LIBS"],
-+  [if test "x$with_libnl" = "xyes"; then
-+  AC_MSG_ERROR([--with-libnl given but cannot find libnl])
-+  else
-+  HAVE_NETLINK=0
-+  AC_DEFINE(HAVE_NETLINK, 0)
-+  fi]
-+  )
- else
-+  HAVE_NETLINK=0
-   AC_DEFINE(HAVE_NETLINK, 0, [Define to 1 if we have netlink support])
- fi
- 
--- 
-2.17.0
-

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
index 0eeb9622e50..c02131c2e62 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-.ebuild
@@ -33,10 +33,6 @@ if [[ "${PV}" =  ]] ; then
"
 fi
 
-PATCHES=(
-   "${FILESDIR}/${PN}-3.17-automagic.patch"
-)
-
 src_prepare() {
default
if [[ "${PV}" =  ]] ; then



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2018-04-17 Thread Lars Wendler
commit: 7ee78befe8ae7f9a9846982f7c607fcdc74a8ba1
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 17 13:34:08 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 17 13:34:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee78bef

sys-block/nbd: Removed superfluous comment.

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 sys-block/nbd/nbd-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
index 1117affd020..0eeb9622e50 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-.ebuild
@@ -16,7 +16,6 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
 
-# gnutls is an automagic dep.
 RDEPEND="
>=dev-libs/glib-2.26.0
gnutls? ( >=net-libs/gnutls-2.12.0 )



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2018-04-17 Thread Lars Wendler
commit: e52207793f35beeb623e013ac1f07cd10894adef
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 17 13:29:30 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 17 13:29:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5220779

sys-block/nbd: Removed old.

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 sys-block/nbd/Manifest|  1 -
 sys-block/nbd/nbd-3.11.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 3419f4eb098..e107992cd3a 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,4 +1,3 @@
-DIST nbd-3.11.tar.xz 451992 BLAKE2B 
e716825fceaf830542ecff8c2b4ca050a5a8121c24c838a6377010ce38e0b531aef95c770a6488bd2f28bb992b99de761fa92425314fcdef3a969ca1122cd6c3
 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 DIST nbd-3.16.2.tar.xz 504880 BLAKE2B 
12579169755f4f57ec295531dc11b88ff412678270cf77cb80b7c76cf3193d115c4602432b7913e58abe417a6e59a13c3ffaee84bd9b4a1f0f34ae104491ce5c
 SHA512 
ebdf42a837aeed7625420958d136c7a98c0b168d80fbfbab4b96cb6510dbc12ec2410716301f68385d69f68329c751aef3266cc74c6e341540e1df5f6c531349
 DIST nbd-3.17.tar.xz 511224 BLAKE2B 
9289419e6d1c030d37704e1482f6fbdd2cacb8a1d0f5403e307fbef9b307e842a3bb7ee7240a6b31467ced3ecef1f244fbd916138a32521d26848b3fd1fdc42e
 SHA512 
bcbd025d829d407dc3c0b837cbc1c16f673c5f4c0483d5bee83a52b40d528088499860c775e4e77cf47a8ac1d83dcda24df1092d658dd915ed01c638b3ebc57b

diff --git a/sys-block/nbd/nbd-3.11.ebuild b/sys-block/nbd/nbd-3.11.ebuild
deleted file mode 100644
index bd3b8677d0e..000
--- a/sys-block/nbd/nbd-3.11.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="debug zlib"
-
-RDEPEND=">=dev-libs/glib-2.0
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --enable-lfs \
-   $(use_enable !debug syslog) \
-   $(use_enable debug) \
-   $(use_enable zlib gznbd)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/files/, sys-block/nbd/

2018-04-17 Thread Lars Wendler
commit: 11fbbe4764e7e9fde909d1833fd873976aee9eb1
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 17 13:28:40 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 17 13:29:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fbbe47

sys-block/nbd: Added live ebuild.

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 sys-block/nbd/files/nbd-3.17-automagic.patch | 84 
 sys-block/nbd/metadata.xml   |  3 +
 sys-block/nbd/nbd-.ebuild| 65 +
 3 files changed, 152 insertions(+)

diff --git a/sys-block/nbd/files/nbd-3.17-automagic.patch 
b/sys-block/nbd/files/nbd-3.17-automagic.patch
new file mode 100644
index 000..4ece53596da
--- /dev/null
+++ b/sys-block/nbd/files/nbd-3.17-automagic.patch
@@ -0,0 +1,84 @@
+From 55c225b53c24b0ae93f49d5f004291da8c265870 Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Mon, 9 Apr 2018 11:26:06 +0200
+Subject: [PATCH] Don't make gnutls and libnl automagic
+
+Introduce --without-gnutls and --without-libnl configure options so that
+users can disable gnutls/libnl even if the packages are available on the
+system. The default is unchanged from before this patch. If no
+--with(out)-* option has been given on the command line, the macro looks
+for presence and uses the packages if found.
+---
+ configure.ac | 47 ++-
+ 1 file changed, 38 insertions(+), 9 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index cdb4af3..4b76007 100644
+--- a/configure.ac
 b/configure.ac
+@@ -212,10 +212,25 @@ dnl  ;;
+ dnl   esac
+ dnl fi
+ 
+-PKG_CHECK_MODULES(GnuTLS, [gnutls >= 2.12.0],[HAVE_GNUTLS=1],[HAVE_GNUTLS=0])
+-if test x$HAVE_GNUTLS = x1; then
+-  AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if you have a GnuTLS version of 
2.12 or above])
++AC_ARG_WITH([gnutls],
++  [AS_HELP_STRING([--without-gnutls],
++  [do not use gnutls])],
++  [],
++  [with_gnutls=check]
++)
++if test "x$with_gnutls" != "xno"; then
++  PKG_CHECK_MODULES(GnuTLS, [gnutls >= 2.12.0],
++  [HAVE_GNUTLS=1
++  AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if you have a GnuTLS 
version of 2.12 or above])],
++  [if test "x$with_gnutls" = "xyes"; then
++  AC_MSG_ERROR([--with-gnutls given but cannot find 
gnutls])
++  else
++  HAVE_GNUTLS=0
++  AC_DEFINE(HAVE_GNUTLS, 0)
++  fi]
++  )
+ else
++  HAVE_GNUTLS=0
+   AC_DEFINE(HAVE_GNUTLS, 0)
+ fi
+ AM_CONDITIONAL([GNUTLS], [test "x$HAVE_GNUTLS" = "x1"])
+@@ -294,13 +309,27 @@ AC_PREPROC_IFELSE(
+   [AC_MSG_RESULT([yes]); NEED_BSD_SOURCE=1])
+ AC_DEFINE([NEED_BSD_SOURCE], $NEED_BSD_SOURCE, [Define to 1 if _BSD_SOURCE 
needs to be defined before certain inclusions])
+ 
+-PKG_CHECK_MODULES(LIBNL3, libnl-genl-3.0 >= 3.1, [have_libnl3=yes], 
[have_libnl3=no])
+-if test "${have_libnl3}" = "yes"
+-then
+-  AC_DEFINE(HAVE_NETLINK, 1, [Define to 1 if we have netlink support])
+-  CFLAGS+=" $LIBNL3_CFLAGS"
+-  LIBS+=" $LIBNL3_LIBS"
++AC_ARG_WITH([libnl],
++  [AS_HELP_STRING([--without-libnl],
++  [do not use libnl])],
++  [],
++  [with_libnl=check]
++)
++if test "x$with_libnl" != "xno"; then
++  PKG_CHECK_MODULES(LIBNL3, libnl-genl-3.0 >= 3.1,
++  [HAVE_NETLINK=1
++  AC_DEFINE(HAVE_NETLINK, 1, [Define to 1 if we have netlink 
support])
++  CFLAGS+=" $LIBNL3_CFLAGS"
++  LIBS+=" $LIBNL3_LIBS"],
++  [if test "x$with_libnl" = "xyes"; then
++  AC_MSG_ERROR([--with-libnl given but cannot find libnl])
++  else
++  HAVE_NETLINK=0
++  AC_DEFINE(HAVE_NETLINK, 0)
++  fi]
++  )
+ else
++  HAVE_NETLINK=0
+   AC_DEFINE(HAVE_NETLINK, 0, [Define to 1 if we have netlink support])
+ fi
+ 
+-- 
+2.17.0
+

diff --git a/sys-block/nbd/metadata.xml b/sys-block/nbd/metadata.xml
index f583809ec47..e233f07bc3f 100644
--- a/sys-block/nbd/metadata.xml
+++ b/sys-block/nbd/metadata.xml
@@ -5,6 +5,9 @@
base-sys...@gentoo.org
Gentoo Base System
 
+
+   Add support for netlink protocol via 
dev-libs/libnl
+
 
nbd
 

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
new file mode 100644
index 000..1117affd020
--- /dev/null
+++ b/sys-block/nbd/nbd-.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+if [[ "${PV}" =  ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git;
+else
+   

[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2018-04-05 Thread Lars Wendler
commit: 7a734a8ffaa71ec32ceff2120fc7939fef2db6d3
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Apr  5 14:27:42 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Apr  5 14:27:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a734a8f

sys-block/nbd: RDEPEND fixes.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-block/nbd/nbd-3.17.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.17.ebuild b/sys-block/nbd/nbd-3.17.ebuild
index 423d7ccb3a8..07ba3524b41 100644
--- a/sys-block/nbd/nbd-3.17.ebuild
+++ b/sys-block/nbd/nbd-3.17.ebuild
@@ -14,8 +14,9 @@ IUSE="debug zlib"
 
 # gnutls is an automagic dep.
 RDEPEND="
-   >=dev-libs/glib-2.0
+   >=dev-libs/glib-2.26.0
>=net-libs/gnutls-2.12.0
+   >=dev-libs/libnl-3.1
zlib? ( sys-libs/zlib )
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2018-04-01 Thread Sergei Trofimovich
commit: e0043029800b028f8a1c3107f951b9d14120b06a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:11:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:13:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0043029

sys-block/nbd: stable 3.15.3 for hppa, bug #623864

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 sys-block/nbd/nbd-3.15.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
index a5fb25227ed..c5273c22570 100644
--- a/sys-block/nbd/nbd-3.15.3.ebuild
+++ b/sys-block/nbd/nbd-3.15.3.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
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="debug zlib"
 
 # gnutls is an automagic dep.



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2018-03-19 Thread Lars Wendler
commit: 5902dd2c1d769270271363c9361d348091f2f1fc
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 19 10:19:13 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 19 10:19:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5902dd2c

sys-block/nbd: Removed old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-block/nbd/Manifest  |  1 -
 sys-block/nbd/nbd-3.16.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index c1810b80470..3419f4eb098 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,5 +1,4 @@
 DIST nbd-3.11.tar.xz 451992 BLAKE2B 
e716825fceaf830542ecff8c2b4ca050a5a8121c24c838a6377010ce38e0b531aef95c770a6488bd2f28bb992b99de761fa92425314fcdef3a969ca1122cd6c3
 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
-DIST nbd-3.16.1.tar.xz 517036 BLAKE2B 
7cd66f46705e0a65e92ae1399dd6349b2a335cf26bfb0d394d8f132607a7fdbbb1d7a66cfa0cf97ece12361c5899aca35988f1e0db58961282fbb72d0147
 SHA512 
0e8444333e0a41a725c08867b79634bca1b8e9c0e88011dcf8e2f37b6e8de5582208c5029eea16bee517530c8725f232c1c963848bd09da5c4dda6a15ee283de
 DIST nbd-3.16.2.tar.xz 504880 BLAKE2B 
12579169755f4f57ec295531dc11b88ff412678270cf77cb80b7c76cf3193d115c4602432b7913e58abe417a6e59a13c3ffaee84bd9b4a1f0f34ae104491ce5c
 SHA512 
ebdf42a837aeed7625420958d136c7a98c0b168d80fbfbab4b96cb6510dbc12ec2410716301f68385d69f68329c751aef3266cc74c6e341540e1df5f6c531349
 DIST nbd-3.17.tar.xz 511224 BLAKE2B 
9289419e6d1c030d37704e1482f6fbdd2cacb8a1d0f5403e307fbef9b307e842a3bb7ee7240a6b31467ced3ecef1f244fbd916138a32521d26848b3fd1fdc42e
 SHA512 
bcbd025d829d407dc3c0b837cbc1c16f673c5f4c0483d5bee83a52b40d528088499860c775e4e77cf47a8ac1d83dcda24df1092d658dd915ed01c638b3ebc57b

diff --git a/sys-block/nbd/nbd-3.16.1.ebuild b/sys-block/nbd/nbd-3.16.1.ebuild
deleted file mode 100644
index 9517632c110..000
--- a/sys-block/nbd/nbd-3.16.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug zlib"
-
-# gnutls is an automagic dep.
-RDEPEND=">=dev-libs/glib-2.0
-   >=net-libs/gnutls-2.12.0
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   local myeconfargs=(
-   --enable-lfs
-   $(use_enable !debug syslog)
-   $(use_enable debug)
-   $(use_enable zlib gznbd)
-   )
-   econf "${myeconfargs[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2018-03-19 Thread Lars Wendler
commit: 5a2f374bb10d21ed0c22f39734464092639262e7
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 19 10:18:37 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 19 10:19:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2f374b

sys-block/nbd: Bump to version 3.17

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-block/nbd/Manifest|  1 +
 sys-block/nbd/nbd-3.17.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 689c3e40d0d..c1810b80470 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -2,3 +2,4 @@ DIST nbd-3.11.tar.xz 451992 BLAKE2B 
e716825fceaf830542ecff8c2b4ca050a5a8121c24c8
 DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 DIST nbd-3.16.1.tar.xz 517036 BLAKE2B 
7cd66f46705e0a65e92ae1399dd6349b2a335cf26bfb0d394d8f132607a7fdbbb1d7a66cfa0cf97ece12361c5899aca35988f1e0db58961282fbb72d0147
 SHA512 
0e8444333e0a41a725c08867b79634bca1b8e9c0e88011dcf8e2f37b6e8de5582208c5029eea16bee517530c8725f232c1c963848bd09da5c4dda6a15ee283de
 DIST nbd-3.16.2.tar.xz 504880 BLAKE2B 
12579169755f4f57ec295531dc11b88ff412678270cf77cb80b7c76cf3193d115c4602432b7913e58abe417a6e59a13c3ffaee84bd9b4a1f0f34ae104491ce5c
 SHA512 
ebdf42a837aeed7625420958d136c7a98c0b168d80fbfbab4b96cb6510dbc12ec2410716301f68385d69f68329c751aef3266cc74c6e341540e1df5f6c531349
+DIST nbd-3.17.tar.xz 511224 BLAKE2B 
9289419e6d1c030d37704e1482f6fbdd2cacb8a1d0f5403e307fbef9b307e842a3bb7ee7240a6b31467ced3ecef1f244fbd916138a32521d26848b3fd1fdc42e
 SHA512 
bcbd025d829d407dc3c0b837cbc1c16f673c5f4c0483d5bee83a52b40d528088499860c775e4e77cf47a8ac1d83dcda24df1092d658dd915ed01c638b3ebc57b

diff --git a/sys-block/nbd/nbd-3.17.ebuild b/sys-block/nbd/nbd-3.17.ebuild
new file mode 100644
index 000..423d7ccb3a8
--- /dev/null
+++ b/sys-block/nbd/nbd-3.17.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+# gnutls is an automagic dep.
+RDEPEND="
+   >=dev-libs/glib-2.0
+   >=net-libs/gnutls-2.12.0
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myeconfargs=(
+   --enable-lfs
+   $(use_enable !debug syslog)
+   $(use_enable debug)
+   $(use_enable zlib gznbd)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-09-19 Thread Lars Wendler
commit: f5431cb209aceb58fd31674df5170ec694455320
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 23:30:31 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:31:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5431cb2

sys-block/nbd: Bump to version 3.16.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-block/nbd/Manifest  |  1 +
 sys-block/nbd/nbd-3.16.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 821370240f6..d4b9365b2db 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
 DIST nbd-3.15.3.tar.xz 505856 SHA256 
6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 WHIRLPOOL 
e4b4587ccad40fd5bae3010a52b4fa826aaf529881a9cd44c53ae04996cb664c8388331c19833355808b3c30529fa7b6e85b46ccce132b4900972182039b85f6
 DIST nbd-3.16.1.tar.xz 517036 SHA256 
5bb4cf679f92f1ef7b7720f62fc2e036a2b60e0be66f97e3a466ef90294bb3d3 SHA512 
0e8444333e0a41a725c08867b79634bca1b8e9c0e88011dcf8e2f37b6e8de5582208c5029eea16bee517530c8725f232c1c963848bd09da5c4dda6a15ee283de
 WHIRLPOOL 
490feba629755afe95858a051290481d999648b75d6b78c7d86ae6884c3a9efc277e7adcc1603426565da8ab125bfc8bbee4885af02dc50115c54a772052aecc
+DIST nbd-3.16.2.tar.xz 504880 SHA256 
422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b SHA512 
ebdf42a837aeed7625420958d136c7a98c0b168d80fbfbab4b96cb6510dbc12ec2410716301f68385d69f68329c751aef3266cc74c6e341540e1df5f6c531349
 WHIRLPOOL 
f62cf99896dd45769c70035f62c2880022f6d78dc82233fc1e49b9cbe3df3b3ea3e647c1830a6ea761af25d748f55a8c45a6625cf7536a6456b2a838c3caec74

diff --git a/sys-block/nbd/nbd-3.16.2.ebuild b/sys-block/nbd/nbd-3.16.2.ebuild
new file mode 100644
index 000..44763beacff
--- /dev/null
+++ b/sys-block/nbd/nbd-3.16.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+# gnutls is an automagic dep.
+RDEPEND="
+   >=dev-libs/glib-2.0
+   >=net-libs/gnutls-2.12.0
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myeconfargs=(
+   --enable-lfs
+   $(use_enable !debug syslog)
+   $(use_enable debug)
+   $(use_enable zlib gznbd)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-07-15 Thread Markus Meier
commit: fdf2954806f75885c3001bc7021d0ac62c037a64
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Jul 15 13:14:29 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Jul 15 13:14:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf29548

sys-block/nbd: arm stable, bug #623864

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 sys-block/nbd/nbd-3.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
index 7d2e27f8b66..a5fb25227ed 100644
--- a/sys-block/nbd/nbd-3.15.3.ebuild
+++ b/sys-block/nbd/nbd-3.15.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="debug zlib"
 
 # gnutls is an automagic dep.



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-07-07 Thread Agostino Sarubbo
commit: 88847dc9e098237f577fa14dadc0d0141486
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul  7 08:12:18 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul  7 08:12:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88847dc9

sys-block/nbd: x86 stable wrt bug #623864

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/nbd/nbd-3.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
index f1a412d25fd..13f556ae198 100644
--- a/sys-block/nbd/nbd-3.15.3.ebuild
+++ b/sys-block/nbd/nbd-3.15.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug zlib"
 
 # gnutls is an automagic dep.



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-07-05 Thread Agostino Sarubbo
commit: 5fb2a2986c947a46b23eda6308f211b004ba279c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:30:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb2a298

sys-block/nbd: amd64 stable wrt bug #623864

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/nbd/nbd-3.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
index 9517632c110..f1a412d25fd 100644
--- a/sys-block/nbd/nbd-3.15.3.ebuild
+++ b/sys-block/nbd/nbd-3.15.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug zlib"
 
 # gnutls is an automagic dep.



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-07-05 Thread Lars Wendler
commit: b6b88d403b58e5ea2e6fd319ed884bec89759d00
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 13:26:06 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 13:26:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b88d40

sys-block/nbd: Bump to version 3.16.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-block/nbd/Manifest  |  1 +
 sys-block/nbd/nbd-3.16.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 6d0928f258b..b7e6136de2e 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
 DIST nbd-3.15.2.tar.xz 506016 SHA256 
cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344 SHA512 
2a23f14e51768159692cd0e9ca04f61520adaa9788f15b4fdf3a92917425d681df05c69efc02c5467ea36489cc68d354513286ebb62a1c55eca55275efcb5cd7
 WHIRLPOOL 
c85a4edb29367335d2376887e3a4deb2cf5ada6e19b44ae851ca2516cf1b44213879890ed43b78be6e376fe4167b6fadc7faefba516b60a34590846fd8f2dbf7
 DIST nbd-3.15.3.tar.xz 505856 SHA256 
6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 WHIRLPOOL 
e4b4587ccad40fd5bae3010a52b4fa826aaf529881a9cd44c53ae04996cb664c8388331c19833355808b3c30529fa7b6e85b46ccce132b4900972182039b85f6
+DIST nbd-3.16.1.tar.xz 517036 SHA256 
5bb4cf679f92f1ef7b7720f62fc2e036a2b60e0be66f97e3a466ef90294bb3d3 SHA512 
0e8444333e0a41a725c08867b79634bca1b8e9c0e88011dcf8e2f37b6e8de5582208c5029eea16bee517530c8725f232c1c963848bd09da5c4dda6a15ee283de
 WHIRLPOOL 
490feba629755afe95858a051290481d999648b75d6b78c7d86ae6884c3a9efc277e7adcc1603426565da8ab125bfc8bbee4885af02dc50115c54a772052aecc

diff --git a/sys-block/nbd/nbd-3.16.1.ebuild b/sys-block/nbd/nbd-3.16.1.ebuild
new file mode 100644
index 000..9517632c110
--- /dev/null
+++ b/sys-block/nbd/nbd-3.16.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+# gnutls is an automagic dep.
+RDEPEND=">=dev-libs/glib-2.0
+   >=net-libs/gnutls-2.12.0
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   local myeconfargs=(
+   --enable-lfs
+   $(use_enable !debug syslog)
+   $(use_enable debug)
+   $(use_enable zlib gznbd)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-07-05 Thread Lars Wendler
commit: 268ed271c0e9bb641a31b072418699b6bca8cbd3
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 13:26:39 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 13:26:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268ed271

sys-block/nbd: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-block/nbd/Manifest  |  1 -
 sys-block/nbd/nbd-3.15.2.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index b7e6136de2e..821370240f6 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,4 +1,3 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
-DIST nbd-3.15.2.tar.xz 506016 SHA256 
cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344 SHA512 
2a23f14e51768159692cd0e9ca04f61520adaa9788f15b4fdf3a92917425d681df05c69efc02c5467ea36489cc68d354513286ebb62a1c55eca55275efcb5cd7
 WHIRLPOOL 
c85a4edb29367335d2376887e3a4deb2cf5ada6e19b44ae851ca2516cf1b44213879890ed43b78be6e376fe4167b6fadc7faefba516b60a34590846fd8f2dbf7
 DIST nbd-3.15.3.tar.xz 505856 SHA256 
6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 WHIRLPOOL 
e4b4587ccad40fd5bae3010a52b4fa826aaf529881a9cd44c53ae04996cb664c8388331c19833355808b3c30529fa7b6e85b46ccce132b4900972182039b85f6
 DIST nbd-3.16.1.tar.xz 517036 SHA256 
5bb4cf679f92f1ef7b7720f62fc2e036a2b60e0be66f97e3a466ef90294bb3d3 SHA512 
0e8444333e0a41a725c08867b79634bca1b8e9c0e88011dcf8e2f37b6e8de5582208c5029eea16bee517530c8725f232c1c963848bd09da5c4dda6a15ee283de
 WHIRLPOOL 
490feba629755afe95858a051290481d999648b75d6b78c7d86ae6884c3a9efc277e7adcc1603426565da8ab125bfc8bbee4885af02dc50115c54a772052aecc

diff --git a/sys-block/nbd/nbd-3.15.2.ebuild b/sys-block/nbd/nbd-3.15.2.ebuild
deleted file mode 100644
index 6a78cd1c73e..000
--- a/sys-block/nbd/nbd-3.15.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug zlib"
-
-# gnutls is an automagic dep.
-RDEPEND=">=dev-libs/glib-2.0
-   >=net-libs/gnutls-2.12.0
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --enable-lfs \
-   $(use_enable !debug syslog) \
-   $(use_enable debug) \
-   $(use_enable zlib gznbd)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-05-24 Thread Lars Wendler
commit: 0a337293291d083bfb82b13bb9e71207ef199e94
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 24 16:00:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 24 16:00:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a337293

sys-block/nbd: Bump to version 3.15.3

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-block/nbd/Manifest  |  1 +
 sys-block/nbd/nbd-3.15.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 01ca0df1588..23da2d1bdc4 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -2,3 +2,4 @@ DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9
 DIST nbd-3.14.tar.xz 480260 SHA256 
4d3d230ecc0a1302dc08d89f2a12d7596a8745f2b10da9bb035bbeb9ede78631 SHA512 
f65c8bfb9f35931da6ec41bbcf94a34268fb7166b5df224ce525319bb053aa3ed174d242369cffc57a2e0d685c6a540cd2498f8044cd25c0c5bdeb92e9f099d0
 WHIRLPOOL 
7aef5b4ef84a2667ef7bdf1415f0a724acbf9aba8a67996cdb7721754b5ec0209814e46736dc362f49ffd7324163a4a979d94fd339a2055e419625100678eea7
 DIST nbd-3.15.1.tar.xz 505360 SHA256 
ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745 SHA512 
7ed3cf32c3f5b865b831a62b2dcbd303a173b21a74881d4ad71dd775e284d86193a9b269db23f57489df70c95c325a20fabf03f4d20e6bd56aca3f9cd83e9821
 WHIRLPOOL 
057bea2e1c0631070c457b2516b7041169bdfb69eee448352ed2f28ed80942f329fa529696b7bdcfee66a293be14845affa24673348de1f1e8962029f28f5f68
 DIST nbd-3.15.2.tar.xz 506016 SHA256 
cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344 SHA512 
2a23f14e51768159692cd0e9ca04f61520adaa9788f15b4fdf3a92917425d681df05c69efc02c5467ea36489cc68d354513286ebb62a1c55eca55275efcb5cd7
 WHIRLPOOL 
c85a4edb29367335d2376887e3a4deb2cf5ada6e19b44ae851ca2516cf1b44213879890ed43b78be6e376fe4167b6fadc7faefba516b60a34590846fd8f2dbf7
+DIST nbd-3.15.3.tar.xz 505856 SHA256 
6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 WHIRLPOOL 
e4b4587ccad40fd5bae3010a52b4fa826aaf529881a9cd44c53ae04996cb664c8388331c19833355808b3c30529fa7b6e85b46ccce132b4900972182039b85f6

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
new file mode 100644
index 000..9517632c110
--- /dev/null
+++ b/sys-block/nbd/nbd-3.15.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+# gnutls is an automagic dep.
+RDEPEND=">=dev-libs/glib-2.0
+   >=net-libs/gnutls-2.12.0
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   local myeconfargs=(
+   --enable-lfs
+   $(use_enable !debug syslog)
+   $(use_enable debug)
+   $(use_enable zlib gznbd)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-05-24 Thread Lars Wendler
commit: 3812731cb57e0a9d8ec384d4e8192a093fd36d17
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 24 16:01:14 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 24 16:01:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3812731c

sys-block/nbd: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-block/nbd/Manifest  |  2 --
 sys-block/nbd/nbd-3.14.ebuild   | 38 --
 sys-block/nbd/nbd-3.15.1.ebuild | 28 
 3 files changed, 68 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 23da2d1bdc4..6d0928f258b 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,5 +1,3 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
-DIST nbd-3.14.tar.xz 480260 SHA256 
4d3d230ecc0a1302dc08d89f2a12d7596a8745f2b10da9bb035bbeb9ede78631 SHA512 
f65c8bfb9f35931da6ec41bbcf94a34268fb7166b5df224ce525319bb053aa3ed174d242369cffc57a2e0d685c6a540cd2498f8044cd25c0c5bdeb92e9f099d0
 WHIRLPOOL 
7aef5b4ef84a2667ef7bdf1415f0a724acbf9aba8a67996cdb7721754b5ec0209814e46736dc362f49ffd7324163a4a979d94fd339a2055e419625100678eea7
-DIST nbd-3.15.1.tar.xz 505360 SHA256 
ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745 SHA512 
7ed3cf32c3f5b865b831a62b2dcbd303a173b21a74881d4ad71dd775e284d86193a9b269db23f57489df70c95c325a20fabf03f4d20e6bd56aca3f9cd83e9821
 WHIRLPOOL 
057bea2e1c0631070c457b2516b7041169bdfb69eee448352ed2f28ed80942f329fa529696b7bdcfee66a293be14845affa24673348de1f1e8962029f28f5f68
 DIST nbd-3.15.2.tar.xz 506016 SHA256 
cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344 SHA512 
2a23f14e51768159692cd0e9ca04f61520adaa9788f15b4fdf3a92917425d681df05c69efc02c5467ea36489cc68d354513286ebb62a1c55eca55275efcb5cd7
 WHIRLPOOL 
c85a4edb29367335d2376887e3a4deb2cf5ada6e19b44ae851ca2516cf1b44213879890ed43b78be6e376fe4167b6fadc7faefba516b60a34590846fd8f2dbf7
 DIST nbd-3.15.3.tar.xz 505856 SHA256 
6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 WHIRLPOOL 
e4b4587ccad40fd5bae3010a52b4fa826aaf529881a9cd44c53ae04996cb664c8388331c19833355808b3c30529fa7b6e85b46ccce132b4900972182039b85f6

diff --git a/sys-block/nbd/nbd-3.14.ebuild b/sys-block/nbd/nbd-3.14.ebuild
deleted file mode 100644
index 986b21eec23..000
--- a/sys-block/nbd/nbd-3.14.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug zlib"
-
-RDEPEND=">=dev-libs/glib-2.0
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   # Fails to build systemd target.
-   # Once this is fixed we don't need autotools.eclass anymore.
-   sed '/^SUBDIRS/s@ systemd@@' -i Makefile.am || die
-   # eautoreconf fails without this
-   sed "s@m4_esyscmd_s(support/genver.sh)@[${PV}]@" -i configure.ac \
-   || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-lfs \
-   $(use_enable !debug syslog) \
-   $(use_enable debug) \
-   $(use_enable zlib gznbd)
-}

diff --git a/sys-block/nbd/nbd-3.15.1.ebuild b/sys-block/nbd/nbd-3.15.1.ebuild
deleted file mode 100644
index 79c3b0b773b..000
--- a/sys-block/nbd/nbd-3.15.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug zlib"
-
-# gnutls is an automagic dep.
-RDEPEND=">=dev-libs/glib-2.0
-   >=net-libs/gnutls-2.12.0
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --enable-lfs \
-   $(use_enable !debug syslog) \
-   $(use_enable debug) \
-   $(use_enable zlib gznbd)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-02-24 Thread Lars Wendler
commit: c6fcb12c3aa811d1b8fb6cb047c835e70ac48c4b
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Feb 24 14:18:43 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Feb 24 14:19:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fcb12c

sys-block/nbd: Bump to version 3.15.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-block/nbd/Manifest  |  1 +
 sys-block/nbd/nbd-3.15.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 8a000c8409..01ca0df158 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
 DIST nbd-3.14.tar.xz 480260 SHA256 
4d3d230ecc0a1302dc08d89f2a12d7596a8745f2b10da9bb035bbeb9ede78631 SHA512 
f65c8bfb9f35931da6ec41bbcf94a34268fb7166b5df224ce525319bb053aa3ed174d242369cffc57a2e0d685c6a540cd2498f8044cd25c0c5bdeb92e9f099d0
 WHIRLPOOL 
7aef5b4ef84a2667ef7bdf1415f0a724acbf9aba8a67996cdb7721754b5ec0209814e46736dc362f49ffd7324163a4a979d94fd339a2055e419625100678eea7
 DIST nbd-3.15.1.tar.xz 505360 SHA256 
ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745 SHA512 
7ed3cf32c3f5b865b831a62b2dcbd303a173b21a74881d4ad71dd775e284d86193a9b269db23f57489df70c95c325a20fabf03f4d20e6bd56aca3f9cd83e9821
 WHIRLPOOL 
057bea2e1c0631070c457b2516b7041169bdfb69eee448352ed2f28ed80942f329fa529696b7bdcfee66a293be14845affa24673348de1f1e8962029f28f5f68
+DIST nbd-3.15.2.tar.xz 506016 SHA256 
cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344 SHA512 
2a23f14e51768159692cd0e9ca04f61520adaa9788f15b4fdf3a92917425d681df05c69efc02c5467ea36489cc68d354513286ebb62a1c55eca55275efcb5cd7
 WHIRLPOOL 
c85a4edb29367335d2376887e3a4deb2cf5ada6e19b44ae851ca2516cf1b44213879890ed43b78be6e376fe4167b6fadc7faefba516b60a34590846fd8f2dbf7

diff --git a/sys-block/nbd/nbd-3.15.2.ebuild b/sys-block/nbd/nbd-3.15.2.ebuild
new file mode 100644
index 00..ca3d2e3cf8
--- /dev/null
+++ b/sys-block/nbd/nbd-3.15.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+# gnutls is an automagic dep.
+RDEPEND=">=dev-libs/glib-2.0
+   >=net-libs/gnutls-2.12.0
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --enable-lfs \
+   $(use_enable !debug syslog) \
+   $(use_enable debug) \
+   $(use_enable zlib gznbd)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2016-12-23 Thread Lars Wendler
commit: 37df5cb14d830f6fd814677291d8e36653df7363
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Dec 23 13:38:42 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Dec 23 13:38:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37df5cb1

sys-block/nbd: Bump to version 3.15.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-block/nbd/Manifest  |  1 +
 sys-block/nbd/nbd-3.15.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 2c5fb6b..d71f296 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
 DIST nbd-3.13.tar.xz 459756 SHA256 
8597cd97a41930dfcbcc6ce7cf910f6b609771718a4f1680713c2f2ba5cc200d SHA512 
da1f6c1aab10baf7ef10062481f3a26dfa142f5cfc21fb7abc90f6eb9906df619331dbb36b693c52d4a7a5fe0923f6179b59eea74033cb1278dca99b192cdbff
 WHIRLPOOL 
e2d875c31215bc3e1594143b198d8a87abcfe1faf508057db9f766561edd3ca7d35f243330af71938228b61c2fe31250a59ece9f87291d967fdbd0575eec99b9
 DIST nbd-3.14.tar.xz 480260 SHA256 
4d3d230ecc0a1302dc08d89f2a12d7596a8745f2b10da9bb035bbeb9ede78631 SHA512 
f65c8bfb9f35931da6ec41bbcf94a34268fb7166b5df224ce525319bb053aa3ed174d242369cffc57a2e0d685c6a540cd2498f8044cd25c0c5bdeb92e9f099d0
 WHIRLPOOL 
7aef5b4ef84a2667ef7bdf1415f0a724acbf9aba8a67996cdb7721754b5ec0209814e46736dc362f49ffd7324163a4a979d94fd339a2055e419625100678eea7
+DIST nbd-3.15.1.tar.xz 505360 SHA256 
ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745 SHA512 
7ed3cf32c3f5b865b831a62b2dcbd303a173b21a74881d4ad71dd775e284d86193a9b269db23f57489df70c95c325a20fabf03f4d20e6bd56aca3f9cd83e9821
 WHIRLPOOL 
057bea2e1c0631070c457b2516b7041169bdfb69eee448352ed2f28ed80942f329fa529696b7bdcfee66a293be14845affa24673348de1f1e8962029f28f5f68

diff --git a/sys-block/nbd/nbd-3.15.1.ebuild b/sys-block/nbd/nbd-3.15.1.ebuild
new file mode 100644
index ..f689da5
--- /dev/null
+++ b/sys-block/nbd/nbd-3.15.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+# gnutls is an automagic dep.
+RDEPEND=">=dev-libs/glib-2.0
+   >=net-libs/gnutls-2.12.0
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --enable-lfs \
+   $(use_enable !debug syslog) \
+   $(use_enable debug) \
+   $(use_enable zlib gznbd)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/, sys-block/nbd/files/

2016-12-23 Thread Lars Wendler
commit: a7381c039443092262fc1be972fe960fd4cf6c96
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Dec 23 13:39:57 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Dec 23 13:39:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7381c03

sys-block/nbd: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-block/nbd/Manifest |  1 -
 .../nbd/files/nbd-3.12.1-readit-and-weep.patch | 16 --
 sys-block/nbd/files/nbd-3.5-gznbd-printf-u64.patch | 59 --
 sys-block/nbd/files/nbd-3.5-gznbd-zlib.patch   | 38 --
 sys-block/nbd/nbd-3.13.ebuild  | 29 ---
 5 files changed, 143 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index d71f296..8a000c8 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,4 +1,3 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
-DIST nbd-3.13.tar.xz 459756 SHA256 
8597cd97a41930dfcbcc6ce7cf910f6b609771718a4f1680713c2f2ba5cc200d SHA512 
da1f6c1aab10baf7ef10062481f3a26dfa142f5cfc21fb7abc90f6eb9906df619331dbb36b693c52d4a7a5fe0923f6179b59eea74033cb1278dca99b192cdbff
 WHIRLPOOL 
e2d875c31215bc3e1594143b198d8a87abcfe1faf508057db9f766561edd3ca7d35f243330af71938228b61c2fe31250a59ece9f87291d967fdbd0575eec99b9
 DIST nbd-3.14.tar.xz 480260 SHA256 
4d3d230ecc0a1302dc08d89f2a12d7596a8745f2b10da9bb035bbeb9ede78631 SHA512 
f65c8bfb9f35931da6ec41bbcf94a34268fb7166b5df224ce525319bb053aa3ed174d242369cffc57a2e0d685c6a540cd2498f8044cd25c0c5bdeb92e9f099d0
 WHIRLPOOL 
7aef5b4ef84a2667ef7bdf1415f0a724acbf9aba8a67996cdb7721754b5ec0209814e46736dc362f49ffd7324163a4a979d94fd339a2055e419625100678eea7
 DIST nbd-3.15.1.tar.xz 505360 SHA256 
ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745 SHA512 
7ed3cf32c3f5b865b831a62b2dcbd303a173b21a74881d4ad71dd775e284d86193a9b269db23f57489df70c95c325a20fabf03f4d20e6bd56aca3f9cd83e9821
 WHIRLPOOL 
057bea2e1c0631070c457b2516b7041169bdfb69eee448352ed2f28ed80942f329fa529696b7bdcfee66a293be14845affa24673348de1f1e8962029f28f5f68

diff --git a/sys-block/nbd/files/nbd-3.12.1-readit-and-weep.patch 
b/sys-block/nbd/files/nbd-3.12.1-readit-and-weep.patch
deleted file mode 100644
index 6e0a31d..
--- a/sys-block/nbd/files/nbd-3.12.1-readit-and-weep.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/cliserv.c
-+++ b/cliserv.c
-@@ -81,6 +81,7 @@
-   hi = ntohl(hi);
-   return ((u64) lo) << 32U | hi;
- }
-+#endif
- 
- /**
-  * Read data from a file descriptor into a buffer
-@@ -103,5 +104,3 @@
-   }
-   }
- }
--
--#endif

diff --git a/sys-block/nbd/files/nbd-3.5-gznbd-printf-u64.patch 
b/sys-block/nbd/files/nbd-3.5-gznbd-printf-u64.patch
deleted file mode 100644
index eff90fa..
--- a/sys-block/nbd/files/nbd-3.5-gznbd-printf-u64.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-From 90024f17b682e20a34f35a6ccb437edc10eb5c3b Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Mon, 2 Dec 2013 00:22:46 -0500
-Subject: [PATCH 1/2] gznbd: use PRId64 for printing 64bit types
-
-Gcc complains about printing these 64bit types:
-
-gznbd.c:199:1: warning: format '%Ld' expects argument of type 'long long int',
-   but argument 5 has type 'u64' [-Wformat]
-
-Use the standard defines from inttypes.h to avoid this issue.
-
-Signed-off-by: Mike Frysinger 

- gznbd/gznbd.c | 7 ---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/gznbd/gznbd.c b/gznbd/gznbd.c
-index 09f3d49..bb41156 100644
 a/gznbd/gznbd.c
-+++ b/gznbd/gznbd.c
-@@ -40,6 +40,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include 
- #include 
-@@ -95,7 +96,7 @@ int main(int argc, char **argv)
-   fprintf(stderr,"%s: %s does not appear to be a valid 
size\n",argv[0],argv[3]);
-   exit(1);
- }
--printf("%s: file=%s, size=%Ld\n",argv[0],argv[2],size);
-+printf("%s: file=%s, size=%"PRId64"\n",argv[0],argv[2],size);
-   } else {
- char buffer[BLOCK];
- int result;
-@@ -110,7 +111,7 @@ int main(int argc, char **argv)
- }
- 
- if(result==0){
--  printf("size=%Ld\n",size);
-+  printf("size=%"PRId64"\n",size);
- } else {
-   printf("failed\n");
-   if(result<0){
-@@ -195,7 +196,7 @@ int main(int argc, char **argv)
- from=ntohll(request.from);
- 
- #ifdef TRACE
--fprintf(stderr,"%s: len=%d, from=%Ld\n",argv[0],len,from);
-+fprintf(stderr,"%s: len=%d, from=%"PRId64"\n",argv[0],len,from);
- #endif
- 
- if(request.magic!=htonl(NBD_REQUEST_MAGIC)){
--- 
-1.8.4.3
-

diff --git a/sys-block/nbd/files/nbd-3.5-gznbd-zlib.patch 

[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2016-08-15 Thread Lars Wendler
commit: 221601038f0895a4c9f6062dd172286209a4dc9c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug 15 08:21:25 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug 15 08:22:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22160103

sys-block/nbd: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 sys-block/nbd/Manifest  |  1 -
 sys-block/nbd/nbd-3.12.1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index ec574e8..2c5fb6b 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,4 +1,3 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
-DIST nbd-3.12.1.tar.xz 470676 SHA256 
b105b9bedd82d86aee2e81e624bea33461db9918d58ddd79f5f2fd534c8b73de SHA512 
8699fc62117a1321d389878dfcfb8552b960bb65aa3751feaa13d4197d9e7f717434f59d1560f1b7e23a647232500e882b31fe196392ba5f2644d23baefd0af8
 WHIRLPOOL 
6c9d495c77d9a2da4e3ac1a5842c8deaf9139f6ecb3eb13746051582fd6053118f561a5527227ea4a507dae4370cfba92860eaa96ab254b93f3d3d9b61aefa70
 DIST nbd-3.13.tar.xz 459756 SHA256 
8597cd97a41930dfcbcc6ce7cf910f6b609771718a4f1680713c2f2ba5cc200d SHA512 
da1f6c1aab10baf7ef10062481f3a26dfa142f5cfc21fb7abc90f6eb9906df619331dbb36b693c52d4a7a5fe0923f6179b59eea74033cb1278dca99b192cdbff
 WHIRLPOOL 
e2d875c31215bc3e1594143b198d8a87abcfe1faf508057db9f766561edd3ca7d35f243330af71938228b61c2fe31250a59ece9f87291d967fdbd0575eec99b9
 DIST nbd-3.14.tar.xz 480260 SHA256 
4d3d230ecc0a1302dc08d89f2a12d7596a8745f2b10da9bb035bbeb9ede78631 SHA512 
f65c8bfb9f35931da6ec41bbcf94a34268fb7166b5df224ce525319bb053aa3ed174d242369cffc57a2e0d685c6a540cd2498f8044cd25c0c5bdeb92e9f099d0
 WHIRLPOOL 
7aef5b4ef84a2667ef7bdf1415f0a724acbf9aba8a67996cdb7721754b5ec0209814e46736dc362f49ffd7324163a4a979d94fd339a2055e419625100678eea7

diff --git a/sys-block/nbd/nbd-3.12.1.ebuild b/sys-block/nbd/nbd-3.12.1.ebuild
deleted file mode 100644
index 0a5959c..000
--- a/sys-block/nbd/nbd-3.12.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/;
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug zlib"
-
-RDEPEND=">=dev-libs/glib-2.0
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/nbd-3.12.1-readit-and-weep.patch
-}
-
-src_configure() {
-   econf \
-   --enable-lfs \
-   $(use_enable !debug syslog) \
-   $(use_enable debug) \
-   $(use_enable zlib gznbd)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2016-08-15 Thread Lars Wendler
commit: 862ef602df73ce3d2f9c36ec0059669230b75e26
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug 15 08:20:49 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug 15 08:22:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862ef602

sys-block/nbd: Bump to version 3.14

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 sys-block/nbd/Manifest|  1 +
 sys-block/nbd/nbd-3.14.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 3085534..ec574e8 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
 DIST nbd-3.12.1.tar.xz 470676 SHA256 
b105b9bedd82d86aee2e81e624bea33461db9918d58ddd79f5f2fd534c8b73de SHA512 
8699fc62117a1321d389878dfcfb8552b960bb65aa3751feaa13d4197d9e7f717434f59d1560f1b7e23a647232500e882b31fe196392ba5f2644d23baefd0af8
 WHIRLPOOL 
6c9d495c77d9a2da4e3ac1a5842c8deaf9139f6ecb3eb13746051582fd6053118f561a5527227ea4a507dae4370cfba92860eaa96ab254b93f3d3d9b61aefa70
 DIST nbd-3.13.tar.xz 459756 SHA256 
8597cd97a41930dfcbcc6ce7cf910f6b609771718a4f1680713c2f2ba5cc200d SHA512 
da1f6c1aab10baf7ef10062481f3a26dfa142f5cfc21fb7abc90f6eb9906df619331dbb36b693c52d4a7a5fe0923f6179b59eea74033cb1278dca99b192cdbff
 WHIRLPOOL 
e2d875c31215bc3e1594143b198d8a87abcfe1faf508057db9f766561edd3ca7d35f243330af71938228b61c2fe31250a59ece9f87291d967fdbd0575eec99b9
+DIST nbd-3.14.tar.xz 480260 SHA256 
4d3d230ecc0a1302dc08d89f2a12d7596a8745f2b10da9bb035bbeb9ede78631 SHA512 
f65c8bfb9f35931da6ec41bbcf94a34268fb7166b5df224ce525319bb053aa3ed174d242369cffc57a2e0d685c6a540cd2498f8044cd25c0c5bdeb92e9f099d0
 WHIRLPOOL 
7aef5b4ef84a2667ef7bdf1415f0a724acbf9aba8a67996cdb7721754b5ec0209814e46736dc362f49ffd7324163a4a979d94fd339a2055e419625100678eea7

diff --git a/sys-block/nbd/nbd-3.14.ebuild b/sys-block/nbd/nbd-3.14.ebuild
new file mode 100644
index 000..730ec68
--- /dev/null
+++ b/sys-block/nbd/nbd-3.14.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils toolchain-funcs
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+RDEPEND=">=dev-libs/glib-2.0
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   # Fails to build systemd target.
+   # Once this is fixed we don't need autotools.eclass anymore.
+   sed '/^SUBDIRS/s@ systemd@@' -i Makefile.am || die
+   # eautoreconf fails without this
+   sed "s@m4_esyscmd_s(support/genver.sh)@[${PV}]@" -i configure.ac \
+   || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-lfs \
+   $(use_enable !debug syslog) \
+   $(use_enable debug) \
+   $(use_enable zlib gznbd)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2016-06-05 Thread Mike Frysinger
commit: 1cf711312205e8c701af1530ca302de96c1fe7d1
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Jun  5 18:44:24 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Jun  5 18:44:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf71131

sys-block/nbd: disable syslog when USE=debug #585086

 sys-block/nbd/nbd-3.11.ebuild   | 2 +-
 sys-block/nbd/nbd-3.12.1.ebuild | 2 +-
 sys-block/nbd/nbd-3.13.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-block/nbd/nbd-3.11.ebuild b/sys-block/nbd/nbd-3.11.ebuild
index dd13e25..c2a8fbe 100644
--- a/sys-block/nbd/nbd-3.11.ebuild
+++ b/sys-block/nbd/nbd-3.11.ebuild
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
 src_configure() {
econf \
--enable-lfs \
-   --enable-syslog \
+   $(use_enable !debug syslog) \
$(use_enable debug) \
$(use_enable zlib gznbd)
 }

diff --git a/sys-block/nbd/nbd-3.12.1.ebuild b/sys-block/nbd/nbd-3.12.1.ebuild
index 9d504e4..0a5959c 100644
--- a/sys-block/nbd/nbd-3.12.1.ebuild
+++ b/sys-block/nbd/nbd-3.12.1.ebuild
@@ -27,7 +27,7 @@ src_prepare() {
 src_configure() {
econf \
--enable-lfs \
-   --enable-syslog \
+   $(use_enable !debug syslog) \
$(use_enable debug) \
$(use_enable zlib gznbd)
 }

diff --git a/sys-block/nbd/nbd-3.13.ebuild b/sys-block/nbd/nbd-3.13.ebuild
index 0c9941d..8a6f5fc 100644
--- a/sys-block/nbd/nbd-3.13.ebuild
+++ b/sys-block/nbd/nbd-3.13.ebuild
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
 src_configure() {
econf \
--enable-lfs \
-   --enable-syslog \
+   $(use_enable !debug syslog) \
$(use_enable debug) \
$(use_enable zlib gznbd)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2016-01-05 Thread Lars Wendler
commit: d7752d7cd0e53055779c517c8d94f36ca763bd36
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan  5 14:09:40 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan  5 14:18:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7752d7c

sys-block/nbd: Bump to version 3.13

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler  gentoo.org>

 sys-block/nbd/Manifest|  1 +
 sys-block/nbd/nbd-3.13.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 5078e9f..3085534 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,2 +1,3 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
 DIST nbd-3.12.1.tar.xz 470676 SHA256 
b105b9bedd82d86aee2e81e624bea33461db9918d58ddd79f5f2fd534c8b73de SHA512 
8699fc62117a1321d389878dfcfb8552b960bb65aa3751feaa13d4197d9e7f717434f59d1560f1b7e23a647232500e882b31fe196392ba5f2644d23baefd0af8
 WHIRLPOOL 
6c9d495c77d9a2da4e3ac1a5842c8deaf9139f6ecb3eb13746051582fd6053118f561a5527227ea4a507dae4370cfba92860eaa96ab254b93f3d3d9b61aefa70
+DIST nbd-3.13.tar.xz 459756 SHA256 
8597cd97a41930dfcbcc6ce7cf910f6b609771718a4f1680713c2f2ba5cc200d SHA512 
da1f6c1aab10baf7ef10062481f3a26dfa142f5cfc21fb7abc90f6eb9906df619331dbb36b693c52d4a7a5fe0923f6179b59eea74033cb1278dca99b192cdbff
 WHIRLPOOL 
e2d875c31215bc3e1594143b198d8a87abcfe1faf508057db9f766561edd3ca7d35f243330af71938228b61c2fe31250a59ece9f87291d967fdbd0575eec99b9

diff --git a/sys-block/nbd/nbd-3.13.ebuild b/sys-block/nbd/nbd-3.13.ebuild
new file mode 100644
index 000..0c9941d
--- /dev/null
+++ b/sys-block/nbd/nbd-3.13.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+RDEPEND=">=dev-libs/glib-2.0
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --enable-lfs \
+   --enable-syslog \
+   $(use_enable debug) \
+   $(use_enable zlib gznbd)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/, sys-block/nbd/files/

2016-01-02 Thread Jeroen Roovers
commit: 2a458168fe8d4dc408090302aabc0c4711a28a4b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan  2 08:31:44 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan  2 08:36:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a458168

sys-block/nbd: Fix bigendian build.

Package-Manager: portage-2.2.26

 sys-block/nbd/files/nbd-3.12.1-readit-and-weep.patch | 16 
 sys-block/nbd/nbd-3.12.1.ebuild  |  6 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/sys-block/nbd/files/nbd-3.12.1-readit-and-weep.patch 
b/sys-block/nbd/files/nbd-3.12.1-readit-and-weep.patch
new file mode 100644
index 000..6e0a31d
--- /dev/null
+++ b/sys-block/nbd/files/nbd-3.12.1-readit-and-weep.patch
@@ -0,0 +1,16 @@
+--- a/cliserv.c
 b/cliserv.c
+@@ -81,6 +81,7 @@
+   hi = ntohl(hi);
+   return ((u64) lo) << 32U | hi;
+ }
++#endif
+ 
+ /**
+  * Read data from a file descriptor into a buffer
+@@ -103,5 +104,3 @@
+   }
+   }
+ }
+-
+-#endif

diff --git a/sys-block/nbd/nbd-3.12.1.ebuild b/sys-block/nbd/nbd-3.12.1.ebuild
index 566cdcf..9d504e4 100644
--- a/sys-block/nbd/nbd-3.12.1.ebuild
+++ b/sys-block/nbd/nbd-3.12.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="4"
 
-inherit toolchain-funcs
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Userland client/server for kernel network block device"
 HOMEPAGE="http://nbd.sourceforge.net/;
@@ -20,6 +20,10 @@ RDEPEND=">=dev-libs/glib-2.0
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
+src_prepare() {
+   epatch "${FILESDIR}"/nbd-3.12.1-readit-and-weep.patch
+}
+
 src_configure() {
econf \
--enable-lfs \



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2015-11-18 Thread Lars Wendler
commit: 24244e9b7fc9f79926267b4a8a9be0565d62f6d0
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov 18 13:43:44 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov 18 13:43:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24244e9b

sys-block/nbd: Bump to version 3.12.1

Package-Manager: portage-2.2.25
Signed-off-by: Lars Wendler  gentoo.org>

 sys-block/nbd/Manifest  |  1 +
 sys-block/nbd/nbd-3.12.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 310ab23..5078e9f 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1 +1,2 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
+DIST nbd-3.12.1.tar.xz 470676 SHA256 
b105b9bedd82d86aee2e81e624bea33461db9918d58ddd79f5f2fd534c8b73de SHA512 
8699fc62117a1321d389878dfcfb8552b960bb65aa3751feaa13d4197d9e7f717434f59d1560f1b7e23a647232500e882b31fe196392ba5f2644d23baefd0af8
 WHIRLPOOL 
6c9d495c77d9a2da4e3ac1a5842c8deaf9139f6ecb3eb13746051582fd6053118f561a5527227ea4a507dae4370cfba92860eaa96ab254b93f3d3d9b61aefa70

diff --git a/sys-block/nbd/nbd-3.12.1.ebuild b/sys-block/nbd/nbd-3.12.1.ebuild
new file mode 100644
index 000..566cdcf
--- /dev/null
+++ b/sys-block/nbd/nbd-3.12.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+RDEPEND=">=dev-libs/glib-2.0
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --enable-lfs \
+   --enable-syslog \
+   $(use_enable debug) \
+   $(use_enable zlib gznbd)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2015-08-10 Thread Chris Reffett
commit: 36638a0b98d367dd5785ed49adad7350b3a13a15
Author: Chris Reffett creffett AT gentoo DOT org
AuthorDate: Mon Aug 10 22:32:03 2015 +
Commit: Chris Reffett creffett AT gentoo DOT org
CommitDate: Mon Aug 10 22:32:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36638a0b

sys-block/nbd: remove vulnerable wrt bug 550996

Package-Manager: portage-2.2.20

 sys-block/nbd/Manifest   | 17 
 sys-block/nbd/nbd-2.9.20.ebuild  | 35 
 sys-block/nbd/nbd-2.9.21a.ebuild | 35 
 sys-block/nbd/nbd-2.9.22.ebuild  | 35 
 sys-block/nbd/nbd-2.9.23.ebuild  | 35 
 sys-block/nbd/nbd-2.9.24.ebuild  | 34 ---
 sys-block/nbd/nbd-2.9.25.ebuild  | 35 
 sys-block/nbd/nbd-3.0.ebuild | 35 
 sys-block/nbd/nbd-3.1.1.ebuild   | 35 
 sys-block/nbd/nbd-3.10.ebuild| 29 ---
 sys-block/nbd/nbd-3.2.ebuild | 38 ---
 sys-block/nbd/nbd-3.3.ebuild | 38 ---
 sys-block/nbd/nbd-3.4.ebuild | 38 ---
 sys-block/nbd/nbd-3.5.ebuild | 43 
 sys-block/nbd/nbd-3.6.ebuild | 38 ---
 sys-block/nbd/nbd-3.7.ebuild | 38 ---
 sys-block/nbd/nbd-3.8.ebuild | 38 ---
 sys-block/nbd/nbd-3.9.1.ebuild   | 29 ---
 18 files changed, 625 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 031f767..310ab23 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,18 +1 @@
-DIST nbd-2.9.20.tar.bz2 152395 SHA256 
98f0de421f0b2f683d46dff3eb679a3409a41f08e6fad7c2f71f60c5d409939c SHA512 
3fb7cc2cd134cc79c352a78875f0579d89eaa3c4d66dc9801126a88ee56e5ff422bce039dddc802bd08fad5b7450d9b95dd3f0590e2c5cb51b59ddf84a5183a6
 WHIRLPOOL 
df0748fec272e74907f13ea4387ec0c80eae500704662792d8d8e48c8fef9396dac9853787bd2f9e1b0881d1c13ef0337dcb00dd0e5cc86e147de1492f91c5e2
-DIST nbd-2.9.21a.tar.bz2 154161 SHA256 
9946dd7f4a63cf20ea8617100d0f599211d4a5fd5b6cfb8f50f8975431222bbd SHA512 
20b1dacb1503664106e6c1c0a2eb884a104cd484b9bb9396d7b37e1458ef9f824ff1a280edfca37e854818bfa1269379b85d1085b8053349dee9b91e0ff26532
 WHIRLPOOL 
ffd7f5feacea636264be356e6b9f2eae7430a9fb14e3cd253b22344ecf49f742e095e244c8ce13140d3b646270409b0bfff9ad43236dd025536a7bf542a19ecf
-DIST nbd-2.9.22.tar.bz2 490185 SHA256 
f9e1a9db1663393fd1f2de2dd70cf15cc4fa17616853b717db7ca6c539f8787d SHA512 
7d7d58ca06c9caa5f10836218b27d6889dbb63cd26358eeb84bc3f3c885a7721fbe91782b1fedc13e67e2e66db4c8114175bfb9b92271392ec4d10036be3f912
 WHIRLPOOL 
0c6598cc0449fb52fc0228ba7ea6aca8a9be10707878c5ef4bdc82adbe600eaabd3005bf3fcb4e4530c7d450b5fd17556d63ff72ba683d7831615e5e74a5c14f
-DIST nbd-2.9.23.tar.bz2 498413 SHA256 
0ab44fe9e80c3f41bb1025ecda351a874affd46bf56ba4033ea03700c3b83803 SHA512 
dc6e4ce050708fc66058daaf07c70d26ebb644387d7811666f232b33520de289ca6b1cb531c954702528056e78fc1642acf831af7b0eeea4a10d318546bd9388
 WHIRLPOOL 
737286b3849e24c4d35cde2561ca893f9018a1c69c9118483dd7f619eedb4efcb60a7802905a27aedc79f79c35c1a23f38ec284bd6e8e432829799395e32b949
-DIST nbd-2.9.24.tar.bz2 500247 SHA256 
b8f69b3f4cf7961d5c247de9a5c202519563fa2e75b7ada430797166bac6ac08
-DIST nbd-2.9.25.tar.bz2 500483 SHA256 
179548406aa2bcb0c6bff3aa0484dbb04136ec055aa385c84fefbe3c9ea96ba4 SHA512 
740bf2ecfaedf2c4bda93b7ac9d3e4d8678f7450d6963f7ed97c367b6934684dd6c8100a07fcac6e1d330beeab1f5ca3d9b279c6fbf7867103be15592843fc1f
 WHIRLPOOL 
386e25b0ed5353039036aefe4acd20e410bda63a2aee28a80e2a5b78f5aeb9ab42910e8416ddafd5fd8a56a458d60472d1715c6eb775c0e81205a988aeee2c2a
-DIST nbd-3.0.tar.bz2 505274 SHA256 
f7210edfa858f5ae69bdbf76f5467ac9dcaa97074d945e55e2a683e7aa228b93 SHA512 
1226ec9bee0148d6af7b6f6dd46382916045a71d87554aab20903aff040a2214286b7b7071f7f34fce12ffde82e660992cd8b75f43864ede64cbfb604ed1248e
 WHIRLPOOL 
1a1567a9d477d60ae91addfcd262418689ff9801a7d801d20ba122bd2116ddeab11046abb99f69bb653d3f9e4797880d0d9a722eff39a1e620bd2d4a990f0757
-DIST nbd-3.1.1.tar.bz2 508444 SHA256 
5cd150b874f966aacf4a9dfe1e9de9b2139b295241ce89bae9f70f9aa844220b SHA512 
937db191b3cc0800c5a0c31b0d2b634059768f133d42bfd8b13628bb5d6de766b51c5ccc82726b5756e4f7c67878bb36307e04597d8891d175f5334a1b998386
 WHIRLPOOL 
2a376219f2be26896ce8277e541ed2154e4dbdd424a6482241b468d432c712b248db0971a7d99dd9aeeb3bd80f6e6b0460ebd824cb53a7c8127a0ec1ffbe
-DIST nbd-3.10.tar.xz 461508 SHA256 
6fc53a7a67ab6c786586ee155b76b502d3ff14f4233e9077957968b3bf3847ce SHA512 
39b0190e136783ba765079340858c82992392e5711ec046238eb47f9de07163f7d4289b6b1abd35d9d35e61c7ea53fefa3c9dfc7de0deba699663b392277cd4e
 WHIRLPOOL