public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpslice/
Date: Sat,  3 Apr 2021 15:57:17 +0000 (UTC)	[thread overview]
Message-ID: <1617465317.583ffef612c9abd83cea5a1b31fe8dc81f5830d0.sam@gentoo> (raw)

commit:     583ffef612c9abd83cea5a1b31fe8dc81f5830d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 01:00:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 15:55:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583ffef6

net-analyzer/tcpslice: flag-o-matic--, eautoREconf

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild | 33 ++++++++++++------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild b/net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild
index e988b2260bd..eca9e30b0bd 100644
--- a/net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild
+++ b/net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild
@@ -1,36 +1,37 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools flag-o-matic
+
+inherit autotools
 
 MY_P="${PN}_$(ver_cut 1).$(ver_cut 2-3)$(ver_cut 5)"
 
 DESCRIPTION="Extract and concatenate portions of pcap files"
 HOMEPAGE="http://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice"
-LICENSE="BSD"
-SLOT="0"
 SRC_URI="
 	mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz
 	mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}-$(ver_cut 7).debian.tar.gz
 "
+S="${WORKDIR}"/${MY_P/_/-}
+
+LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
 
-RDEPEND="
-	net-libs/libpcap
-"
-DEPEND="
-	${RDEPEND}
-"
-S=${WORKDIR}/${MY_P/_/-}
+RDEPEND="net-libs/libpcap"
+DEPEND="${RDEPEND}"
 
 src_prepare() {
-	eapply \
-		"${WORKDIR}"/debian/patches/[0-]* \
-		"${FILESDIR}"/${PN}-1.2a_p3-exit.patch
-	eapply_user
+	eapply "${WORKDIR}"/debian/patches/[0-]*
+	eapply "${FILESDIR}"/${PN}-1.2a_p3-exit.patch
+
+	default
+
 	sed -i -e 's|ifndef lint|if 0|g' *.c || die
-	eautoconf
+
+	mv configure.{in,ac} || die
+	eautoreconf
 }
 
 src_install() {


             reply	other threads:[~2021-04-03 15:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-03 15:57 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 15:33 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpslice/ Sam James
2024-12-23 20:01 Conrad Kostecki
2024-11-14  2:49 Sam James
2024-08-31 14:00 Arthur Zamarin
2024-03-08 18:07 Sam James
2022-02-19 13:22 Jakov Smolić
2022-01-09  7:41 John Helmert III
2020-11-27  1:00 Aaron Bauman
2020-11-26 23:44 Thomas Deutschmann
2020-01-01 13:38 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1617465317.583ffef612c9abd83cea5a1b31fe8dc81f5830d0.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox