public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sec/
Date: Fri, 27 Nov 2020 14:46:39 +0000 (UTC)	[thread overview]
Message-ID: <1606488130.30830bd55d8a9fc5dfefd876e5cc557e9524af6f.bman@gentoo> (raw)

commit:     30830bd55d8a9fc5dfefd876e5cc557e9524af6f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 14:42:10 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 14:42:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30830bd5

net-analyzer/sec: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/sec/Manifest            |  3 ---
 net-analyzer/sec/sec-2.7.6-r1.ebuild | 27 ---------------------------
 net-analyzer/sec/sec-2.8.1.ebuild    | 27 ---------------------------
 net-analyzer/sec/sec-2.8.2.ebuild    | 27 ---------------------------
 4 files changed, 84 deletions(-)

diff --git a/net-analyzer/sec/Manifest b/net-analyzer/sec/Manifest
index 36b999b24a3..445d76d447c 100644
--- a/net-analyzer/sec/Manifest
+++ b/net-analyzer/sec/Manifest
@@ -1,4 +1 @@
-DIST sec-2.7.6.tar.gz 121621 BLAKE2B 43dbccd05aa274459ba8746c8aba33bae0307929524a9ad77087a6c28305b2f0b7d34f9cb79b7503d2269b84524687b24441263ee99a7061c0e033e15e4b9f01 SHA512 9c050b89970663784f5c149d46c6c6ab941590ef4300ca09ea35b347b2eaa3bad12083bd6e619f25d5024a35de69e020c354b507ac49e3faef1013336ea2d5f5
-DIST sec-2.8.1.tar.gz 143700 BLAKE2B 4101883ccd947140546659c799f9641d496912f22e08debbae5bc9b8b65301ddfeb4c005a9885063c6381383d1f0581a7b96f56cf53bf2401438cfa6cf1755f0 SHA512 03c7acd1e1cfd6dc11143e0ff35758925ddc75e460987a91d5606564f0caa45afade497b8653ec2d8865cfcfab4d87743777eb104e1a16f79069cf61e17d0661
-DIST sec-2.8.2.tar.gz 144131 BLAKE2B d2c9e33be815c1e2321e94e2f679ca6eb6d272b4f68bbf575508c916293c39a36bb4e675a09986395fb34dcc04e356a0dcbf88d076f4c27f532337b4493138d9 SHA512 846a0671d5d774f74645e5e4f6d7a01c04079be19ea9b2ec9cb862fb48173dac0e1131981bb6e1fae525c74610dfdabc1535ff5818ae893bec35daab46e05c07
 DIST sec-2.8.3.tar.gz 144950 BLAKE2B 03e6f3077628a1e4221149875878642574ab00d87a0e601144b4c2f35f1d54cb937053a22d30ee7c5f13c4079e845dcccdf743a71a5afd75d2c46a34e4dadcf6 SHA512 9eba7db0dfa3661a3ef4e8aad3eeef1db710784f7a71131991a06918cc4f5634577b8bff3f00fcc1c5d998bf0c1e80efe88e1c1df3f5530b6ab4905ff00f2269

diff --git a/net-analyzer/sec/sec-2.7.6-r1.ebuild b/net-analyzer/sec/sec-2.7.6-r1.ebuild
deleted file mode 100644
index 9d01d54b155..00000000000
--- a/net-analyzer/sec/sec-2.7.6-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Simple Event Correlator"
-HOMEPAGE="http://simple-evcorr.sourceforge.net/"
-SRC_URI="mirror://sourceforge/simple-evcorr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux"
-
-RDEPEND=">=dev-lang/perl-5.8.0"
-
-src_install() {
-	dobin sec
-
-	dodoc ChangeLog README
-	docinto contrib
-	dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl}
-
-	newman sec.man sec.1
-
-	newinitd "${FILESDIR}"/sec.init.d sec
-	newconfd "${FILESDIR}"/sec.conf.d sec
-}

diff --git a/net-analyzer/sec/sec-2.8.1.ebuild b/net-analyzer/sec/sec-2.8.1.ebuild
deleted file mode 100644
index 8d81eebd4d0..00000000000
--- a/net-analyzer/sec/sec-2.8.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple Event Correlator"
-HOMEPAGE="https://github.com/simple-evcorr/sec"
-SRC_URI="https://github.com/simple-evcorr/sec/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-
-RDEPEND=">=dev-lang/perl-5.8.0"
-
-src_install() {
-	dobin sec
-
-	dodoc ChangeLog README
-	docinto contrib
-	dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl}
-
-	newman sec.man sec.1
-
-	newinitd "${FILESDIR}"/sec.init.d sec
-	newconfd "${FILESDIR}"/sec.conf.d sec
-}

diff --git a/net-analyzer/sec/sec-2.8.2.ebuild b/net-analyzer/sec/sec-2.8.2.ebuild
deleted file mode 100644
index 89e843baa33..00000000000
--- a/net-analyzer/sec/sec-2.8.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Simple Event Correlator"
-HOMEPAGE="https://github.com/simple-evcorr/sec"
-SRC_URI="https://github.com/simple-evcorr/sec/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-
-RDEPEND=">=dev-lang/perl-5.8.0"
-
-src_install() {
-	dobin sec
-
-	dodoc ChangeLog README
-	docinto contrib
-	dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl}
-
-	newman sec.man sec.1
-
-	newinitd "${FILESDIR}"/sec.init.d sec
-	newconfd "${FILESDIR}"/sec.conf.d sec
-}


             reply	other threads:[~2020-11-27 14:46 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 14:46 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-08  9:29 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sec/ Sam James
2023-09-08  9:29 Sam James
2023-06-07  9:10 Sam James
2022-05-14  3:00 Sam James
2020-11-27  8:08 Agostino Sarubbo
2020-11-26 23:44 Thomas Deutschmann
2020-05-06  9:08 Jeroen Roovers
2019-06-04  7:04 Jeroen Roovers
2019-06-04  7:04 Jeroen Roovers
2018-10-04 15:25 Jeroen Roovers
2018-09-03 17:42 Jeroen Roovers
2018-09-03 17:42 Jeroen Roovers
2017-12-15 12:02 Jeroen Roovers
2017-12-15 12:02 Jeroen Roovers
2017-02-07 15:52 Jeroen Roovers
2017-02-07 15:52 Jeroen Roovers
2016-07-04  7:44 Jeroen Roovers
2016-03-19  7:23 Jeroen Roovers
2016-03-19  7:23 Jeroen Roovers
2016-03-19  7:23 Jeroen Roovers
2015-12-16  8:15 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1606488130.30830bd55d8a9fc5dfefd876e5cc557e9524af6f.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox