From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/
Date: Mon, 15 Aug 2016 08:22:16 +0000 (UTC) [thread overview]
Message-ID: <1471249328.862ef602df73ce3d2f9c36ec0059669230b75e26.polynomial-c@gentoo> (raw)
commit: 862ef602df73ce3d2f9c36ec0059669230b75e26
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 08:20:49 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 08:22:08 2016 +0000
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 <polynomial-c <AT> 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 0000000..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)
+}
next reply other threads:[~2016-08-15 8:22 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-15 8:22 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 20:52 [gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/ Sam James
2024-11-01 16:56 Andreas K. Hüttel
2024-10-09 0:06 Jakov Smolić
2024-10-05 14:30 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 12:02 Arthur Zamarin
2024-10-05 11:12 Sam James
2024-04-29 13:23 WANG Xuerui
2023-12-28 4:15 Sam James
2023-09-19 17:48 Arthur Zamarin
2023-06-05 8:31 Sam James
2023-06-05 8:31 Sam James
2023-06-05 8:14 Sam James
2023-06-05 8:14 Sam James
2023-06-05 8:14 Sam James
2023-06-05 5:24 Sam James
2023-01-28 15:04 Arthur Zamarin
2022-11-23 1:45 Sam James
2022-07-16 8:56 Agostino Sarubbo
2022-07-15 11:17 Arthur Zamarin
2022-07-15 11:08 Arthur Zamarin
2022-07-15 10:13 Arthur Zamarin
2022-06-01 1:25 Sam James
2021-05-15 22:15 David Seifert
2021-05-15 19:18 Sam James
2021-05-14 9:30 Agostino Sarubbo
2021-05-13 18:58 Sam James
2021-05-13 17:13 Sam James
2021-05-13 16:24 Sam James
2021-04-03 14:36 Mike Gilbert
2021-03-15 19:18 Sam James
2021-01-17 20:29 Lars Wendler
2021-01-17 20:29 Lars Wendler
2019-11-01 10:49 Mikle Kolyada
2019-09-28 21:20 Piotr Karbowski
2019-09-26 19:02 Thomas Deutschmann
2019-09-26 6:52 Sergei Trofimovich
2019-09-26 6:49 Sergei Trofimovich
2019-09-26 6:40 Sergei Trofimovich
2019-09-19 23:12 Thomas Deutschmann
2019-09-19 23:12 Thomas Deutschmann
2019-03-16 10:19 Sergei Trofimovich
2019-02-10 17:49 Mikle Kolyada
2019-02-09 18:36 Thomas Deutschmann
2019-02-07 10:51 Mikle Kolyada
2019-02-02 21:17 Sergei Trofimovich
2019-02-02 20:44 Sergei Trofimovich
2019-02-01 18:06 Lars Wendler
2019-02-01 18:06 Lars Wendler
2018-08-20 18:25 Thomas Deutschmann
2018-04-17 13:34 Lars Wendler
2018-04-17 13:29 Lars Wendler
2018-04-05 14:28 Lars Wendler
2018-04-01 21:13 Sergei Trofimovich
2018-03-19 10:19 Lars Wendler
2018-03-19 10:19 Lars Wendler
2017-09-19 23:31 Lars Wendler
2017-07-15 13:14 Markus Meier
2017-07-07 8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-07-05 13:27 Lars Wendler
2017-07-05 13:27 Lars Wendler
2017-05-24 16:01 Lars Wendler
2017-05-24 16:01 Lars Wendler
2017-02-24 14:19 Lars Wendler
2016-12-23 13:40 Lars Wendler
2016-08-15 8:22 Lars Wendler
2016-06-05 18:53 Mike Frysinger
2016-01-05 14:18 Lars Wendler
2015-11-18 13:44 Lars Wendler
2015-08-10 22:32 Chris Reffett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1471249328.862ef602df73ce3d2f9c36ec0059669230b75e26.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox