commit: 4b05bacae32547859932234896b9dba01893d5dc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 18:57:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 18:59:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b05baca
net-analyzer/thc-ipv6: drop superfluous src_unpack definition
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild | 8 --------
net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild | 8 --------
2 files changed, 16 deletions(-)
diff --git a/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
b/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
index 396a0b2a216..b5817554f26 100644
--- a/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
+++ b/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
@@ -30,14 +30,6 @@ RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-3.2-stdint.patch" )
-src_unpack() {
- if [[ ${PV} == *9999 ]]; then
- git-r3_src_unpack
- fi
-
- default
-}
-
src_prepare() {
sed -e '/^CFLAGS=/s,CFLAGS=,CFLAGS?=,' \
-i Makefile || die
diff --git a/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
b/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
index 396a0b2a216..b5817554f26 100644
--- a/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
+++ b/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
@@ -30,14 +30,6 @@ RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-3.2-stdint.patch" )
-src_unpack() {
- if [[ ${PV} == *9999 ]]; then
- git-r3_src_unpack
- fi
-
- default
-}
-
src_prepare() {
sed -e '/^CFLAGS=/s,CFLAGS=,CFLAGS?=,' \
-i Makefile || die