From 24249f846ad9e7c801d5fdd213d461b95e9d5391 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Wed, 28 Dec 2022 21:59:53 +0100 Subject: net-misc/netsed: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/740806 Signed-off-by: Marco Scardovi Closes: https://github.com/gentoo/gentoo/pull/28879 Signed-off-by: Joonas Niilola --- net-misc/netsed/netsed-1.3-r1.ebuild | 25 +++++++++++++++++++++++++ net-misc/netsed/netsed-1.3.ebuild | 21 --------------------- 2 files changed, 25 insertions(+), 21 deletions(-) create mode 100644 net-misc/netsed/netsed-1.3-r1.ebuild delete mode 100644 net-misc/netsed/netsed-1.3.ebuild diff --git a/net-misc/netsed/netsed-1.3-r1.ebuild b/net-misc/netsed/netsed-1.3-r1.ebuild new file mode 100644 index 000000000000..417929a0f491 --- /dev/null +++ b/net-misc/netsed/netsed-1.3-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Small tool for altering forwarded network data in real time" +HOMEPAGE="http://silicone.homelinux.org/projects/netsed/" +SRC_URI="http://silicone.homelinux.org/release/netsed/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND="test? ( dev-lang/ruby )" + +src_compile() { + emake CFLAGS="${CFLAGS}" +} + +src_install() { + dobin netsed + dodoc NEWS README +} diff --git a/net-misc/netsed/netsed-1.3.ebuild b/net-misc/netsed/netsed-1.3.ebuild deleted file mode 100644 index ff0fe3ff7439..000000000000 --- a/net-misc/netsed/netsed-1.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Small tool for altering forwarded network data in real time" -HOMEPAGE="http://silicone.homelinux.org/projects/netsed/" -SRC_URI="http://silicone.homelinux.org/release/netsed/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - emake CFLAGS="${CFLAGS}" -} - -src_install() { - dobin netsed - dodoc NEWS README -} -- cgit v1.2.3-65-gdbad