Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 425400

Summary: net-analyzer/thc-ipv6-1.9 version bump request
Product: Gentoo Linux Reporter: Khayyam <cselkirk>
Component: New packagesAssignee: Michael Weber (RETIRED) <xmw>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD, PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: thc-ipv6-1.9.ebuild
thc-ipv6-1.9-Makefile.patch

Description Khayyam 2012-07-09 04:39:21 UTC
net-analyzer/thc-ipv6 has been updated to 1.9 upstream. Please find attached an bumped ebuild and modified Makefile.patch.

The Makefile.patch removes thcping6 from "install" as its already included in "$(PROGRAMS)", why it was duplicated I don't know, but it would cause emake to fail due to overwriting.

- install -m0755 $(PROGRAMS) dnsdict6 thcping6 *.sh ${DESTDIR}${PREFIX}/bin
+ install -m0755 $(PROGRAMS) dnsdict6 *.sh ${DESTDIR}${PREFIX}/bin

The patch replicates the previous thc-ipv6-1.4-Makefile.patch in that is also removes "strip".

best ... khayyam



Reproducible: Always
Comment 1 Khayyam 2012-07-09 04:40:24 UTC
Created attachment 317646 [details]
thc-ipv6-1.9.ebuild
Comment 2 Khayyam 2012-07-09 04:41:00 UTC
Created attachment 317648 [details, diff]
thc-ipv6-1.9-Makefile.patch
Comment 3 Michael Weber (RETIRED) gentoo-dev 2012-07-09 12:20:38 UTC
+*thc-ipv6-1.9 (09 Jul 2012)
+
+  09 Jul 2012; Michael Weber <xmw@gentoo.org>
+  +files/thc-ipv6-1.9-Makefile.patch, +thc-ipv6-1.9.ebuild,
+  -thc-ipv6-1.4.ebuild, -thc-ipv6-1.6.ebuild:
+  Version bump (bug 425400, by Khayyam), drop old.
+