public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-block/nbd: nbd-3.6.ebuild ChangeLog
@ 2014-01-03 19:23 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-01-03 19:23 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/03 19:23:53

  Modified:             ChangeLog
  Added:                nbd-3.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.89                 sys-block/nbd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	7 Dec 2013 19:51:27 -0000	1.88
+++ ChangeLog	3 Jan 2014 19:23:53 -0000	1.89
@@ -1,6 +1,11 @@
 # ChangeLog for sys-block/nbd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.88 2013/12/07 19:51:27 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.89 2014/01/03 19:23:53 vapier Exp $
+
+*nbd-3.6 (03 Jan 2014)
+
+  03 Jan 2014; Mike Frysinger <vapier@gentoo.org> +nbd-3.6.ebuild:
+  Version bump.
 
   07 Dec 2013; Agostino Sarubbo <ago@gentoo.org> nbd-3.5.ebuild:
   Stable for arm, wrt bug #493010



1.1                  sys-block/nbd/nbd-3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/nbd-3.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/nbd/nbd-3.6.ebuild?rev=1.1&content-type=text/plain

Index: nbd-3.6.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.6.ebuild,v 1.1 2014/01/03 19:23:53 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-01-03 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-03 19:23 [gentoo-commits] gentoo-x86 commit in sys-block/nbd: nbd-3.6.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