From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/nbd: nbd-3.8.ebuild ChangeLog
Date: Wed, 19 Mar 2014 19:20:09 +0000 (UTC) [thread overview]
Message-ID: <20140319192009.61AF52005C@flycatcher.gentoo.org> (raw)
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
}
reply other threads:[~2014-03-19 19:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20140319192009.61AF52005C@flycatcher.gentoo.org \
--to=vapier@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