* [gentoo-commits] gentoo-x86 commit in sys-block/nbd: nbd-3.8.ebuild ChangeLog
@ 2014-03-19 19:20 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-03-19 19:20 UTC (permalink / raw
To: gentoo-commits
vapier 14/03/19 19:20:09
Modified: ChangeLog
Added: nbd-3.8.ebuild
Log:
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.91 sys-block/nbd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 21 Jan 2014 22:49:20 -0000 1.90
+++ ChangeLog 19 Mar 2014 19:20:09 -0000 1.91
@@ -1,6 +1,11 @@
# ChangeLog for sys-block/nbd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.90 2014/01/21 22:49:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.91 2014/03/19 19:20:09 vapier Exp $
+
+*nbd-3.8 (19 Mar 2014)
+
+ 19 Mar 2014; Mike Frysinger <vapier@gentoo.org> +nbd-3.8.ebuild:
+ Version bump.
*nbd-3.7 (21 Jan 2014)
1.1 sys-block/nbd/nbd-3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/nbd-3.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/nbd-3.8.ebuild?rev=1.1&content-type=text/plain
Index: nbd-3.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-3.8.ebuild,v 1.1 2014/03/19 19:20:09 vapier Exp $
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 ~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)
}
src_compile() {
default
use zlib && emake -C gznbd CC="$(tc-getCC)"
}
src_install() {
default
use zlib && dobin gznbd/gznbd
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-19 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 19:20 [gentoo-commits] gentoo-x86 commit in sys-block/nbd: nbd-3.8.ebuild ChangeLog Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox