jer 14/07/18 12:12:20 Modified: xprobe-0.3.ebuild ChangeLog metadata.xml Log: EAPI bump. Clean up patch. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.7 net-analyzer/xprobe/xprobe-0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild?r1=1.6&r2=1.7 Index: xprobe-0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xprobe-0.3.ebuild 3 May 2008 12:04:37 -0000 1.6 +++ xprobe-0.3.ebuild 18 Jul 2014 12:12:20 -0000 1.7 @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild,v 1.6 2008/05/03 12:04:37 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild,v 1.7 2014/07/18 12:12:20 jer Exp $ +EAPI=5 inherit eutils MY_P=${PN}2-${PV} @@ -13,20 +14,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" DEPEND="net-libs/libpcap" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch - sed -i -e 's:strip:true:' src/Makefile.in || die "sed failed." + sed -i -e 's:strip:true:' src/Makefile.in || die } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." + default dodoc AUTHORS CHANGELOG CREDITS README TODO docs/*.{txt,pdf} } 1.25 net-analyzer/xprobe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 3 May 2008 12:04:37 -0000 1.24 +++ ChangeLog 18 Jul 2014 12:12:20 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/xprobe -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.24 2008/05/03 12:04:37 drac Exp $ +# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.25 2014/07/18 12:12:20 jer Exp $ + + 18 Jul 2014; Jeroen Roovers <j...@gentoo.org> xprobe-0.3.ebuild, + files/xprobe-0.3-gcc43.patch, metadata.xml: + EAPI bump. Clean up patch. 03 May 2008; Samuli Suominen <d...@gentoo.org> +files/xprobe-0.3-gcc43.patch, xprobe-0.3.ebuild: 1.3 net-analyzer/xprobe/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/xprobe/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 31 Jul 2005 17:52:34 -0000 1.2 +++ metadata.xml 18 Jul 2014 12:12:20 -0000 1.3 @@ -2,9 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>netmon</herd> -<longdescription>Active OS fingerprinting tool. This is the new xprobe, called -xprobe2, due to xprobe1 being obsoleted. xprobe2 has a different approach to -OS fingerprinting. xprobe2 relies on fuzzy signature matching, probabilistic -guesses, multiple matches simultaneously, and a signature -database.</longdescription> +<longdescription> +Active OS fingerprinting tool. This is the new xprobe, called xprobe2, due to +xprobe1 being obsoleted. xprobe2 has a different approach to OS fingerprinting. +xprobe2 relies on fuzzy signature matching, probabilistic guesses, multiple +matches simultaneously, and a signature database. +</longdescription> </pkgmetadata>