Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/thc-ipv6: thc-ipv6-1.9.ebuild ChangeLog thc-ipv6-1.6.ebuild thc-ipv6-1.4.ebuild
Date: Mon, 09 Jul 2012 12:17:55
Message-Id: 20120709121715.23ADD20063@flycatcher.gentoo.org
1 xmw 12/07/09 12:17:15
2
3 Modified: ChangeLog
4 Added: thc-ipv6-1.9.ebuild
5 Removed: thc-ipv6-1.6.ebuild thc-ipv6-1.4.ebuild
6 Log:
7 Version bump (bug 425400, by Khayyam), drop old.
8
9 (Portage version: 2.1.11.5/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.6 net-analyzer/thc-ipv6/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 21 Mar 2012 18:57:06 -0000 1.5
25 +++ ChangeLog 9 Jul 2012 12:17:14 -0000 1.6
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-analyzer/thc-ipv6
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v 1.5 2012/03/21 18:57:06 xmw Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v 1.6 2012/07/09 12:17:14 xmw Exp $
31 +
32 +*thc-ipv6-1.9 (09 Jul 2012)
33 +
34 + 09 Jul 2012; Michael Weber <xmw@g.o>
35 + +files/thc-ipv6-1.9-Makefile.patch, +thc-ipv6-1.9.ebuild,
36 + -thc-ipv6-1.4.ebuild, -thc-ipv6-1.6.ebuild:
37 + Version bump (bug 425400, by Khayyam), drop old.
38
39 *thc-ipv6-1.8 (21 Mar 2012)
40
41 @@ -31,4 +38,3 @@
42 +metadata.xml:
43 Initial import, thanks to Christian Neukirchen <chneukirchen@×××××.com>
44 for the Makefile.
45 -
46
47
48
49 1.1 net-analyzer/thc-ipv6/thc-ipv6-1.9.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-1.9.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-1.9.ebuild?rev=1.1&content-type=text/plain
53
54 Index: thc-ipv6-1.9.ebuild
55 ===================================================================
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-1.9.ebuild,v 1.1 2012/07/09 12:17:14 xmw Exp $
59
60 EAPI=4
61
62 inherit eutils
63
64 DESCRIPTION="complete tool set to attack the inherent protocol weaknesses of IPV6 and ICMP6"
65 HOMEPAGE="http://freeworld.thc.org/thc-ipv6/"
66 SRC_URI="http://freeworld.thc.org/releases/${P}.tar.gz"
67
68 LICENSE="GPL-3"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 DEPEND="net-libs/libpcap
74 dev-libs/openssl"
75 RDEPEND="${DEPEND}"
76
77 src_prepare() {
78 epatch "${FILESDIR}"/${PN}-1.9-Makefile.patch
79 }
80
81 src_install() {
82 emake DESTDIR="${D}" PREFIX="/usr" install
83 dodoc CHANGES README
84 }