summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-01 09:17:01 +0000
committerSam James <sam@gentoo.org>2021-02-01 10:20:21 +0000
commit0a9728dc3f69fcb2afceafb1a77bcb027db63804 (patch)
treec6384d2009e8049de5e6512930c48effc8aa6533 /net-libs
parentnet-libs/libnetfilter_log: port to EAPI 7 (diff)
downloadgentoo-0a9728dc3f69fcb2afceafb1a77bcb027db63804.tar.gz
gentoo-0a9728dc3f69fcb2afceafb1a77bcb027db63804.tar.bz2
gentoo-0a9728dc3f69fcb2afceafb1a77bcb027db63804.zip
net-libs/libprotoident: cleanup old
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libprotoident/Manifest2
-rw-r--r--net-libs/libprotoident/libprotoident-2.0.12.ebuild41
-rw-r--r--net-libs/libprotoident/libprotoident-2.0.13.ebuild40
3 files changed, 0 insertions, 83 deletions
diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index fed894028bd0..d28504a26542 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,3 +1 @@
DIST 2.0.14-1.tar.gz 548297 BLAKE2B 1ebee48a18b798895171152f0e56e93520d39ffd7a18f025638bb2a115fded07c76db5b1110b93c4c7e2191f5c1a6043d42ce4862d6ee30914d3a47ab225b1f1 SHA512 2026f55ccc2cbf80f11c81c8d05e23f035ed8eb0b61443d9723b0d6d37a6befe989941043b7352761ff9cc744076b3d1ee36ffe971e4bca59b8f7d4a8a1c6d94
-DIST libprotoident-2.0.12.tar.gz 571466 BLAKE2B 604dee2d33f7944615211ee3ab0a3ba610354bd604bcbf5296d58698ab963b5e667ea3e08fc2df62dfdb1e7dc7a336a57be6e61b6f410fdd7a96f3b46c35d70c SHA512 b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
-DIST libprotoident-2.0.13.tar.gz 592008 BLAKE2B b8e4ecf5fdc1b40881709e9a572148e666f6d1a56c00cca39efd81caba3c3344a57bbc57e0794a92d1ec23bac3c928ac2b06323c1785cb8fc08cb33f55f2195c SHA512 905c97ba3f994d7b63c95ee80bc7b2c2be13b86745d072f5aecb4df88f791c02dcda3f851f01b5cca3cd36ad87379759789238a8c05f3209a5aad3d854e6ff20
diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
deleted file mode 100644
index 12543b4187b1..000000000000
--- a/net-libs/libprotoident/libprotoident-2.0.12.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils ltprune
-
-DESCRIPTION="A library that performs application layer protocol identification for flows"
-HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
-SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs tools"
-
-DEPEND="
- >=net-libs/libtrace-4.0.1
- >=net-libs/libflowmanager-3.0.0
-"
-RDEPEND="
- ${DEPEND}
-"
-
-src_prepare() {
- default
-
- sed -i \
- -e '/-Werror/d' \
- lib/Makefile{.am,.in} || die
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with tools)
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/net-libs/libprotoident/libprotoident-2.0.13.ebuild b/net-libs/libprotoident/libprotoident-2.0.13.ebuild
deleted file mode 100644
index 8d80ce7cabdc..000000000000
--- a/net-libs/libprotoident/libprotoident-2.0.13.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A library that performs application layer protocol identification for flows"
-HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
-SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs tools"
-
-DEPEND="
- >=net-libs/libtrace-4.0.1
- >=net-libs/libflowmanager-3.0.0
-"
-RDEPEND="
- ${DEPEND}
-"
-
-src_prepare() {
- default
-
- sed -i \
- -e '/-Werror/d' \
- lib/Makefile{.am,.in} || die
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with tools)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}