diff options
author | 2012-06-28 05:32:21 +0000 | |
---|---|---|
committer | 2012-06-28 05:32:21 +0000 | |
commit | 24ccb7f9a9ed6439a4ebc539251be6aee3d63690 (patch) | |
tree | 42939a4fa718349943c0241015a12c1a19495349 /net-misc/netcf | |
parent | arm stable, bug #419473 (diff) | |
download | gentoo-2-24ccb7f9a9ed6439a4ebc539251be6aee3d63690.tar.gz gentoo-2-24ccb7f9a9ed6439a4ebc539251be6aee3d63690.tar.bz2 gentoo-2-24ccb7f9a9ed6439a4ebc539251be6aee3d63690.zip |
Version bump
(Portage version: 2.1.11.2/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/netcf')
-rw-r--r-- | net-misc/netcf/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/netcf/netcf-0.1.9.ebuild (renamed from net-misc/netcf/netcf-0.1.6.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-misc/netcf/ChangeLog b/net-misc/netcf/ChangeLog index 2d107583cfea..74261e18aeec 100644 --- a/net-misc/netcf/ChangeLog +++ b/net-misc/netcf/ChangeLog @@ -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). diff --git a/net-misc/netcf/netcf-0.1.6.ebuild b/net-misc/netcf/netcf-0.1.9.ebuild index 248ca84072de..abebada4084a 100644 --- a/net-misc/netcf/netcf-0.1.6.ebuild +++ b/net-misc/netcf/netcf-0.1.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.6.ebuild,v 1.2 2011/10/27 17:05:33 jer Exp $ +# $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=2 +EAPI=4 DESCRIPTION="netcf is a cross-platform network configuration library" HOMEPAGE="https://fedorahosted.org/netcf/" @@ -26,6 +26,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${ED}" install || die "install failed" dodoc AUTHORS ChangeLog README NEWS } |