From cd554424b6c711336ae7f03cb574b237528420a9 Mon Sep 17 00:00:00 2001 From: alarig Date: Sat, 29 Feb 2020 15:25:25 +0100 Subject: [PATCH] net-misc/ipdecap: new ebuild --- net-misc/ipdecap/.ipdecap-0.7.2.ebuild.swp | Bin 0 -> 12288 bytes net-misc/ipdecap/Manifest | 1 + net-misc/ipdecap/ipdecap-0.7.2.ebuild | 24 +++++++++++++++++++++ net-misc/ipdecap/metadata.xml | 12 +++++++++++ 4 files changed, 37 insertions(+) create mode 100644 net-misc/ipdecap/.ipdecap-0.7.2.ebuild.swp create mode 100644 net-misc/ipdecap/Manifest create mode 100644 net-misc/ipdecap/ipdecap-0.7.2.ebuild create mode 100644 net-misc/ipdecap/metadata.xml diff --git a/net-misc/ipdecap/.ipdecap-0.7.2.ebuild.swp b/net-misc/ipdecap/.ipdecap-0.7.2.ebuild.swp new file mode 100644 index 0000000000000000000000000000000000000000..f048aac79d21cdb8ac6b5349f0b7e6299cd7a6ae GIT binary patch literal 12288 zcmeI2zi-n(6o9X6l_(&PfblRLibU)*MQsI2rI46lHBGEIDT0A=vCp+t+h?86;Ya0G zu<#GS2CS@X@aHhX#0p~J8ImGZ6{^@k@1#%XJHPiX_id5isJdxw&{chrz&Jz5*X-W? z@3ZI0t#v|J#ALW#zWDPOM9fqh^PP{0FV2n>K0a0AeR@~j2m0`Lva{tSEqz5qDT02)98XaEhM0W^RH&;S}h z18Cqc4NO|9i-OF0B4!DlZX8-e2ly){O+%(LL<{HjSy?-m}S_ydG}7Q-*W2O9*e!@ zYjp3?>as?hPH#}xsv7B7O|x5uw(U-32@;)tb8FbQ>RO;wnq4=H?N9~zNOwhSL@D=u zE_Z}XjQL%=TNq5bK{)2d7?zubu9(!fpU}!0h4pl)k=wlu({8lklxfjOgzoQRI`pX@ zw5I#gC~x94`<6YhdfmF#DqGjHJYtGdC7JJsF6GI=o_Db6OA%8>Q+Ne836p@!P|?z? z5+ce7F&nm3Ux6lF+6prz!%?odNAtwvlBxiza~Wq;_&*oz?vS>5!X=BSosS|owG+BL f$v7R?phQ!okD-k}P_$O9Rm)H~g*I{(2$_)|CZO!g literal 0 HcmV?d00001 diff --git a/net-misc/ipdecap/Manifest b/net-misc/ipdecap/Manifest new file mode 100644 index 0000000..437172e --- /dev/null +++ b/net-misc/ipdecap/Manifest @@ -0,0 +1 @@ +DIST ipdecap-0.7.2.tar.gz 825828 BLAKE2B 7d44d05b961111245ff340e99ed20cc2710a1f7cae13a632f3605d704d8164ef20795a2c263c216a5901611ffcfa2ab67c4176314d92227973c83f44d28d4b56 SHA512 0d2bd3db4700bd773f9208eb1543022036d72080f370439cd36153a59207a4b4015aca275c36b6313da3ac6ea626ade2d01b4a86e4839a0fae658bdfa46b4e62 diff --git a/net-misc/ipdecap/ipdecap-0.7.2.ebuild b/net-misc/ipdecap/ipdecap-0.7.2.ebuild new file mode 100644 index 0000000..abac6fe --- /dev/null +++ b/net-misc/ipdecap/ipdecap-0.7.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Decapsulate traffic encapsulated traffic from a pcap" +HOMEPAGE="https://loicpefferkorn.net/ipdecap-fr/" +SRC_URI="https://github.com/lpefferkorn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_prepare() { + default + eautoreconf +} diff --git a/net-misc/ipdecap/metadata.xml b/net-misc/ipdecap/metadata.xml new file mode 100644 index 0000000..678ca7a --- /dev/null +++ b/net-misc/ipdecap/metadata.xml @@ -0,0 +1,12 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + + + proxy-maint@gentoo.org + Proxy Maintainers + +