commit:     8b54ad18cd7e5f6b4debc7a19a0ec47dcb606b87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  3 10:06:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  3 10:06:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b54ad18

net-analyzer/packit: add 1.8

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

 net-analyzer/packit/Manifest          |  1 +
 net-analyzer/packit/packit-1.8.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-analyzer/packit/Manifest b/net-analyzer/packit/Manifest
index df96e38d0b67..743b4bac828e 100644
--- a/net-analyzer/packit/Manifest
+++ b/net-analyzer/packit/Manifest
@@ -1 +1,2 @@
 DIST packit-1.7.tar.gz 53192 BLAKE2B 
f5a7fcd0790e05be593be47c2339c3ecb14b2fd45308a273ecc9d5398087698605c2174a8440e870ccf35fd9d560bea11ca720e44045115c15757f6f98d00ac4
 SHA512 
4e7d13ef5387dc446e718792562dbf84f9e0b611196a3590ea8e8b4411ae30694b48f28ab632a0b692935adffb44757e65a4eb5ab942b5d625acbdc08d34aefd
+DIST packit-1.8.tar.gz 150410 BLAKE2B 
d0a0926643b6b595159d1fec703295a880c1fcad188e2d9a6719b879bad0b1f081ab75031550257d5c8573f2d8ed9960e7d46fdbe4c4c19c669015b048509a24
 SHA512 
1873c687c8be489966d5f8868def3cb824264dcfd8c6572b03fd51f15f8920965c8682b13cc6a9d6fec62bf9fe3b4e91f5a9d3d4c6441232d3f6f51a244a8baf

diff --git a/net-analyzer/packit/packit-1.8.ebuild 
b/net-analyzer/packit/packit-1.8.ebuild
new file mode 100644
index 000000000000..77ed5d2691ae
--- /dev/null
+++ b/net-analyzer/packit/packit-1.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Network packet generator and capture tool"
+HOMEPAGE="https://github.com/resurrecting-open-source-projects/packit";
+SRC_URI="https://github.com/resurrecting-open-source-projects/packit/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="net-libs/libnet:1.1
+       net-libs/libpcap"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+       default
+
+       eautoreconf
+}
+
+src_install() {
+       default
+
+       dodoc docs/*
+}

Reply via email to