Skip to content

Commit

Permalink
sys-block/nbd: Bump to version 3.16.2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
Lars Wendler committed Sep 19, 2017
1 parent 4cc8ece commit f5431cb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-block/nbd/Manifest
Original file line number Diff line number Diff line change
@@ -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
33 changes: 33 additions & 0 deletions sys-block/nbd/nbd-3.16.2.ebuild
Original file line number Diff line number Diff line change
@@ -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[@]}"
}

0 comments on commit f5431cb

Please sign in to comment.