summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-03-10 18:19:38 +0100
committerSam James <sam@gentoo.org>2021-03-11 17:05:58 +0000
commit8011d8157f47a67e23b1eb256f920aced59e271e (patch)
treeefe4e4125c0b3cd045d27b163bb7054faecf6c0a /net-misc
parentx11-misc/screenkey: change xgqt's e-mail (diff)
downloadgentoo-8011d8157f47a67e23b1eb256f920aced59e271e.tar.gz
gentoo-8011d8157f47a67e23b1eb256f920aced59e271e.tar.bz2
gentoo-8011d8157f47a67e23b1eb256f920aced59e271e.zip
net-misc/netpipes: EAPI7 bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19871 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/netpipes/netpipes-4.2-r2.ebuild20
1 files changed, 11 insertions, 9 deletions
diff --git a/net-misc/netpipes/netpipes-4.2-r2.ebuild b/net-misc/netpipes/netpipes-4.2-r2.ebuild
index 9fbe3848ce4c..d49bf549fc19 100644
--- a/net-misc/netpipes/netpipes-4.2-r2.ebuild
+++ b/net-misc/netpipes/netpipes-4.2-r2.ebuild
@@ -1,26 +1,28 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=7
-DESCRIPTION="a package to manipulate BSD TCP/IP stream sockets"
-HOMEPAGE="http://web.purplefrog.com/~thoth/netpipes/"
+inherit toolchain-funcs
+
+DESCRIPTION="Tools to manipulate BSD TCP/IP stream sockets"
+HOMEPAGE="http://web.purplefrog.com/~thoth/netpipes/netpipes.html"
SRC_URI="http://web.purplefrog.com/~thoth/netpipes/ftp/${P}-export.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
-S=${WORKDIR}/${P}-export
+S="${WORKDIR}/${P}-export"
+
+PATCHES=( "${FILESDIR}/${P}"-string.patch )
src_prepare() {
+ default
sed -i \
-e 's:CFLAGS =:CFLAGS +=:' \
-e '/ -o /s:${CFLAGS}:$(CFLAGS) $(LDFLAGS):g' \
Makefile || die
-
- epatch "${FILESDIR}/${P}"-string.patch
}
src_compile() {