Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425400 - net-analyzer/thc-ipv6-1.9 version bump request
Summary: net-analyzer/thc-ipv6-1.9 version bump request
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:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-07-09 04:39 UTC by Khayyam
Modified: 2012-07-09 12:20 UTC (History)
0 users

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


Attachments
thc-ipv6-1.9.ebuild (thc-ipv6-1.9.ebuild,719 bytes, text/plain)
2012-07-09 04:40 UTC, Khayyam
Details
thc-ipv6-1.9-Makefile.patch (thc-ipv6-1.9-Makefile.patch,739 bytes, patch)
2012-07-09 04:41 UTC, Khayyam
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.
+