jer 14/07/17 20:50:36 Modified: ChangeLog metadata.xml Added: thcrut-1.2.5-r1.ebuild Removed: thcrut-1.2.5.ebuild Log: EAPI bump. Do not build against shipped pcre-3.9. Remove short <longdescription>. (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A792A613)
Revision Changes Path 1.13 net-analyzer/thcrut/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thcrut/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thcrut/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thcrut/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 15 Jan 2013 20:17:20 -0000 1.12 +++ ChangeLog 17 Jul 2014 20:50:36 -0000 1.13 @@ -1,6 +1,15 @@ # ChangeLog for net-analyzer/thcrut -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.12 2013/01/15 20:17:20 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.13 2014/07/17 20:50:36 jer Exp $ + +*thcrut-1.2.5-r1 (17 Jul 2014) + + 17 Jul 2014; Jeroen Roovers <[email protected]> -thcrut-1.2.5.ebuild, + +thcrut-1.2.5-r1.ebuild, -files/1.2.5-libnet.patch, + +files/thcrut-1.2.5-configure.patch, +files/thcrut-1.2.5-libnet.patch, + metadata.xml: + EAPI bump. Do not build against shipped pcre-3.9. Remove short + <longdescription>. 15 Jan 2013; Ulrich Müller <[email protected]> thcrut-1.2.5.ebuild: Fix LICENSE, bug 449954. 1.2 net-analyzer/thcrut/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thcrut/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thcrut/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thcrut/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 9 Jul 2004 14:21:16 -0000 1.1 +++ metadata.xml 17 Jul 2014 20:50:36 -0000 1.2 @@ -2,5 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>netmon</herd> -<longdescription>Network discovery and fingerprinting tool</longdescription> </pkgmetadata> 1.1 net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild?rev=1.1&content-type=text/plain Index: thcrut-1.2.5-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild,v 1.1 2014/07/17 20:50:36 jer Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Network discovery and fingerprinting tool" HOMEPAGE="http://www.thc.org/thc-rut/" SRC_URI="http://www.thc.org/thc-rut/${P}.tar.gz" LICENSE="free-noncomm PCRE GPL-1+" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" DEPEND=" dev-libs/libpcre net-libs/libnet:1.0 net-libs/libpcap " src_prepare() { rm -r Libnet-1.0.2a pcre-3.9 || die epatch \ "${FILESDIR}"/${P}-libnet.patch \ "${FILESDIR}"/${P}-configure.patch eautoreconf } DOCS=( ChangeLog FAQ README TODO thcrutlogo.txt )
