jer 14/07/18 15:39:22 Modified: ChangeLog netwib-5.39.0.ebuild Log: EAPI bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.45 net-libs/netwib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/netwib/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/netwib/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/netwib/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/netwib/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 7 Jan 2013 11:44:59 -0000 1.44 +++ ChangeLog 18 Jul 2014 15:39:22 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/netwib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/ChangeLog,v 1.44 2013/01/07 11:44:59 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/ChangeLog,v 1.45 2014/07/18 15:39:22 jer Exp $ + + 18 Jul 2014; Jeroen Roovers <[email protected]> netwib-5.39.0.ebuild: + EAPI bump. 07 Jan 2013; Jeroen Roovers <[email protected]> -netwib-5.38.0.ebuild: Old. 1.4 net-libs/netwib/netwib-5.39.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/netwib/netwib-5.39.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/netwib/netwib-5.39.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/netwib/netwib-5.39.0.ebuild?r1=1.3&r2=1.4 Index: netwib-5.39.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/netwib/netwib-5.39.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- netwib-5.39.0.ebuild 3 Jan 2013 14:58:49 -0000 1.3 +++ netwib-5.39.0.ebuild 18 Jul 2014 15:39:22 -0000 1.4 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/netwib-5.39.0.ebuild,v 1.3 2013/01/03 14:58:49 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/netwib-5.39.0.ebuild,v 1.4 2014/07/18 15:39:22 jer Exp $ # NOTE: netwib, netwox and netwag go together, bump all or bump none -EAPI=4 +EAPI=5 inherit toolchain-funcs multilib DESCRIPTION="Library of Ethernet, IP, UDP, TCP, ICMP, ARP and RARP protocols" @@ -21,7 +21,7 @@ IUSE="doc" DEPEND=" - >=net-libs/libnet-1.1.1 + net-libs/libnet:1.1 net-libs/libpcap " RDEPEND="${DEPEND}" @@ -41,7 +41,7 @@ } src_configure() { - sh genemake || die "problem creating Makefile" + sh genemake || die } src_install() { @@ -54,6 +54,7 @@ fi cd "${S}"/.. - dodoc doc/{changelog.txt,credits.txt,integration.txt} \ + dodoc \ + doc/{changelog.txt,credits.txt,integration.txt} \ doc/{problemreport.txt,problemusageunix.txt,todo.txt} }
