xmw         14/07/30 22:20:07

  Modified:             ChangeLog
  Added:                thc-ipv6-2.5.ebuild
  Removed:              thc-ipv6-2.1.ebuild thc-ipv6-2.0.ebuild
  Log:
  Version bump, drop old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.10                 net-analyzer/thc-ipv6/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   6 May 2013 07:03:32 -0000       1.9
+++ ChangeLog   30 Jul 2014 22:20:07 -0000      1.10
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/thc-ipv6
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v 1.9 
2013/05/06 07:03:32 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v 1.10 
2014/07/30 22:20:07 xmw Exp $
+
+*thc-ipv6-2.5 (30 Jul 2014)
+
+  30 Jul 2014; Michael Weber <[email protected]> +thc-ipv6-2.5.ebuild,
+  -files/thc-ipv6-1.4-Makefile.patch, -files/thc-ipv6-1.9-Makefile.patch,
+  -files/thc-ipv6-2.0-Makefile.patch, -thc-ipv6-2.0.ebuild,
+  -thc-ipv6-2.1.ebuild:
+  Version bump, drop old.
 
 *thc-ipv6-2.3 (06 May 2013)
 



1.1                  net-analyzer/thc-ipv6/thc-ipv6-2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-2.5.ebuild?rev=1.1&content-type=text/plain

Index: thc-ipv6-2.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-2.5.ebuild,v 
1.1 2014/07/30 22:20:07 xmw Exp $

EAPI=4

inherit eutils toolchain-funcs

DESCRIPTION="complete tool set to attack the inherent protocol weaknesses of 
IPV6 and ICMP6"
HOMEPAGE="http://freeworld.thc.org/thc-ipv6/";
SRC_URI="http://freeworld.thc.org/releases/${P}.tar.gz";

LICENSE="AGPL-3 openssl"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ssl"

DEPEND="net-libs/libpcap
        ssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}"

src_prepare() {
        epatch "${FILESDIR}"/${PN}-2.1-Makefile.patch
        if ! use ssl ; then
                sed -e '/^HAVE_SSL/s:^:#:' \
                        -i Makefile
        fi
}

src_compile() {
        emake CC="$(tc-getCC)"
}

src_install() {
        emake DESTDIR="${D}" PREFIX="/usr" STRIP="true" install
        dodoc CHANGES HOWTO-INJECT README
}




Reply via email to