public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/netcf: ChangeLog netcf-0.1.9.ebuild netcf-0.1.6.ebuild
@ 2012-06-28  5:32 Doug Goldstein (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2012-06-28  5:32 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/28 05:32:22

  Modified:             ChangeLog
  Added:                netcf-0.1.9.ebuild
  Removed:              netcf-0.1.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.2/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-misc/netcf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcf/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcf/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcf/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netcf/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Oct 2011 17:05:33 -0000	1.2
+++ ChangeLog	28 Jun 2012 05:32:21 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/netcf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netcf/ChangeLog,v 1.2 2011/10/27 17:05:33 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netcf/ChangeLog,v 1.3 2012/06/28 05:32:21 cardoe Exp $
+
+*netcf-0.1.9 (28 Jun 2012)
+
+  28 Jun 2012; Doug Goldstein <cardoe@gentoo.org> -netcf-0.1.6.ebuild,
+  +netcf-0.1.9.ebuild:
+  Version bump
 
   27 Oct 2011; Jeroen Roovers <jer@gentoo.org> netcf-0.1.6.ebuild:
   Fix libnl dependency (bug #342461).



1.1                  net-misc/netcf/netcf-0.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcf/netcf-0.1.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcf/netcf-0.1.9.ebuild?rev=1.1&content-type=text/plain

Index: netcf-0.1.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/netcf/netcf-0.1.9.ebuild,v 1.1 2012/06/28 05:32:21 cardoe Exp $

EAPI=4

DESCRIPTION="netcf is a cross-platform network configuration library"
HOMEPAGE="https://fedorahosted.org/netcf/"
SRC_URI="https://fedorahosted.org/released/netcf/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=app-admin/augeas-0.5.0
		dev-libs/libnl:1.1
		dev-libs/libxml2
		dev-libs/libxslt
		sys-libs/readline"
RDEPEND="${DEPEND}"

src_configure() {
	# static libs are a waste of time and disk for this
	econf --disable-static
}

src_install() {
	emake DESTDIR="${ED}" install || die "install failed"
	dodoc AUTHORS ChangeLog README NEWS
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-28  5:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28  5:32 [gentoo-commits] gentoo-x86 commit in net-misc/netcf: ChangeLog netcf-0.1.9.ebuild netcf-0.1.6.ebuild Doug Goldstein (cardoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox