Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409151 - net-analyzer/thc-ipv6-1.8 version bump
Summary: net-analyzer/thc-ipv6-1.8 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Michael Weber (RETIRED)
URL: http://thc.org/thc-ipv6/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 10:44 UTC by rainbow
Modified: 2012-03-21 18:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
thc-ipv6-1.8.ebuild (thc-ipv6-1.8.ebuild,713 bytes, text/plain)
2012-03-21 10:47 UTC, rainbow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rainbow 2012-03-21 10:44:24 UTC
new version

Reproducible: Always
Comment 1 rainbow 2012-03-21 10:47:05 UTC
Created attachment 306153 [details]
thc-ipv6-1.8.ebuild

ebuild for thc-ipv6 - version 1.8.
Updated to eapi 4.
Comment 2 rainbow 2012-03-21 10:47:34 UTC
added in cc the maintainer.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-21 15:52:17 UTC
Comment on attachment 306153 [details]
thc-ipv6-1.8.ebuild

--- thc-ipv6-1.6.ebuild 2011-07-27 04:05:36.000000000 +0200
+++ -   2012-03-21 16:52:08.741105940 +0100
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-1.6.ebuild,v 1.1 2011/07/27 02:05:36 xmw Exp $
 
-EAPI=2
+EAPI=4
 
-inherit eutils toolchain-funcs
+inherit eutils
 
 DESCRIPTION="complete tool set to attack the inherent protocol weaknesses of IPV6 and ICMP6"
 HOMEPAGE="http://freeworld.thc.org/thc-ipv6/"
@@ -23,12 +23,7 @@
        epatch "${FILESDIR}"/${PN}-1.4-Makefile.patch
 }
 
-src_compile() {
-       emake CC="$(tc-getCC)" || die
-}
-
 src_install() {
-       emake DESTDIR="${D}" PREFIX="/usr" install || die
-
-       dodoc CHANGES README || die
+       emake DESTDIR="${D}" PREFIX="/usr" install
+       dodoc CHANGES README
 }
Comment 4 Michael Weber (RETIRED) gentoo-dev 2012-03-21 18:56:46 UTC
+*thc-ipv6-1.8 (21 Mar 2012)
+
+  21 Mar 2012; Michael Weber <xmw@gentoo.org> +thc-ipv6-1.8.ebuild:
+  Version bump (bug 409151, thanks rainbow)
+