commit:     5ef54149a7b0cd8ce43fbb549b3c340b749f0aa9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 19:28:55 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 19:28:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef54149

net-libs/libcrafter: update EAPI 7 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...crafter-1.0.ebuild => libcrafter-1.0-r1.ebuild} | 28 ++++++++------------
 net-libs/libcrafter/libcrafter-9999.ebuild         | 30 ++++++++--------------
 2 files changed, 21 insertions(+), 37 deletions(-)

diff --git a/net-libs/libcrafter/libcrafter-1.0.ebuild 
b/net-libs/libcrafter/libcrafter-1.0-r1.ebuild
similarity index 64%
rename from net-libs/libcrafter/libcrafter-1.0.ebuild
rename to net-libs/libcrafter/libcrafter-1.0-r1.ebuild
index 7b919920ad0..9eb5e0583a6 100644
--- a/net-libs/libcrafter/libcrafter-1.0.ebuild
+++ b/net-libs/libcrafter/libcrafter-1.0-r1.ebuild
@@ -1,38 +1,30 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit autotools
 
 DESCRIPTION="A high level C++ network packet sniffing and crafting library"
 HOMEPAGE="https://github.com/pellegre/libcrafter";
 SRC_URI="https://github.com/pellegre/${PN}/archive/version-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-version-${PV}/${PN}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="
-       net-libs/libpcap
-"
-DEPEND="
-       ${RDEPEND}
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.3_p20171019-libpcap.patch
-)
-S=${WORKDIR}/${PN}-version-${PV}/${PN}
+
+RDEPEND="net-libs/libpcap"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.3_p20171019-libpcap.patch )
 
 src_prepare() {
        default
        eautoreconf
 }
 
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
 src_install() {
        default
 

diff --git a/net-libs/libcrafter/libcrafter-9999.ebuild 
b/net-libs/libcrafter/libcrafter-9999.ebuild
index 16291e48909..609119bb53c 100644
--- a/net-libs/libcrafter/libcrafter-9999.ebuild
+++ b/net-libs/libcrafter/libcrafter-9999.ebuild
@@ -1,38 +1,30 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit autotools git-r3
 
 DESCRIPTION="A high level C++ network packet sniffing and crafting library"
 HOMEPAGE="https://github.com/pellegre/libcrafter";
 EGIT_REPO_URI="https://github.com/pellegre/${PN}";
+S="${WORKDIR}/${P}/${PN}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
-IUSE="static-libs"
-
-RDEPEND="
-       net-libs/libpcap
-"
-DEPEND="
-       ${RDEPEND}
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.3_p20171019-libpcap.patch
-)
-S=${WORKDIR}/${P}/${PN}
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="net-libs/libpcap"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.3_p20171019-libpcap.patch )
 
 src_prepare() {
        default
        eautoreconf
 }
 
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
 src_install() {
        default
 

Reply via email to