public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/tcpsound/
@ 2020-09-07  8:25 Jeroen Roovers
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers @ 2020-09-07  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3484fcc841243f98857f29b33c44d4a2aed481bf
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 08:19:06 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 08:25:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3484fcc8

net-misc/tcpsound: Decompress manual page

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Closes: https://bugs.gentoo.org/show_bug.cgi?id=740786
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild b/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild
index fe5bb78e69c..9791ba1a3d4 100644
--- a/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild
+++ b/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=7
+inherit toolchain-funcs
 
 DESCRIPTION="Play sounds in response to network traffic"
 LICENSE="BSD"
@@ -17,15 +17,17 @@ DEPEND="
 	net-analyzer/tcpdump
 "
 RDEPEND="${DEPEND}"
-
 DOCS=( README.txt elaborate.conf )
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-makefile.patch \
-		"${FILESDIR}"/${P}-misc.patch
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-makefile.patch
+	"${FILESDIR}"/${P}-misc.patch
+)
 
 src_compile() {
 	emake CC="$(tc-getCC)"
 }
+
+src_install() {
+	default
+	gunzip $(find "${ED}" -name '*.[0-9].gz') || die
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-07  8:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-07  8:25 [gentoo-commits] repo/gentoo:master commit in: net-misc/tcpsound/ Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox