diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-10-27 11:18:41 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-10-27 12:23:24 +0200 |
commit | d1fc097476f35372cb65a86d09bd8dd76039c36e (patch) | |
tree | e8072ea7019c83d38603f7b87a383d2348d6f5a6 /net-analyzer/argus | |
parent | dev-scheme/gambit: remove old 4.8.8 (diff) | |
download | gentoo-d1fc097476f35372cb65a86d09bd8dd76039c36e.tar.gz gentoo-d1fc097476f35372cb65a86d09bd8dd76039c36e.tar.bz2 gentoo-d1fc097476f35372cb65a86d09bd8dd76039c36e.zip |
net-analyzer/argus: Old
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/argus')
-rw-r--r-- | net-analyzer/argus/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.8.1.ebuild | 79 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.8.2.ebuild | 81 |
3 files changed, 0 insertions, 161 deletions
diff --git a/net-analyzer/argus/Manifest b/net-analyzer/argus/Manifest index 724e18db95a3..17d6ac24042c 100644 --- a/net-analyzer/argus/Manifest +++ b/net-analyzer/argus/Manifest @@ -1,2 +1 @@ -DIST argus-3.0.8.1.tar.gz 523375 BLAKE2B 785f68d3977b72146a57c1a1fb6c40d80cce1b9c4e5ca46555ac12766fd8885f657997da8f54a5d0610ccedf2ed652231c15518dc631d61051edae75c57849a2 SHA512 d96332849df7ce2297aa0d81a9f22c12763d04b2936ffaffc0e4b1942535846cfbc41dadf28791eb88d1ffd0429bdc280d16dff44369c415c713064849b158f7 DIST argus-3.0.8.2.tar.gz 524749 BLAKE2B 4d93fd8acd71b198da712961d75f0e813f5ed3fde841e77b8a10c3a9b89571902b7597969a4be12437c97ffc69ba5ebefaee8b684c5d2d4ce4f1309c1cfd1199 SHA512 146795880d8697e065ed23d2fbab226846d55db0b71945c5a4cab2896e48ceb6e1671ccb4e00dc3b0f984525bac4ced3773f3b9e70c3ea5f7c6972fe9bd94313 diff --git a/net-analyzer/argus/argus-3.0.8.1.ebuild b/net-analyzer/argus/argus-3.0.8.1.ebuild deleted file mode 100644 index 605285628f0b..000000000000 --- a/net-analyzer/argus/argus-3.0.8.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils user - -DESCRIPTION="network Audit Record Generation and Utilization System" -HOMEPAGE="http://www.qosient.com/argus/" -SRC_URI="http://qosient.com/argus/src/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="debug sasl tcpd" - -RDEPEND=" - net-libs/libpcap - sys-libs/zlib - sasl? ( dev-libs/cyrus-sasl ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) -" - -DEPEND=" - ${RDEPEND} - >=sys-devel/bison-1.28 - >=sys-devel/flex-2.4.6 -" - -src_prepare() { - find . -type f -execdir chmod +w {} \; #561360 - sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \ - -i argus/argus.c \ - -i support/Config/argus.conf \ - -i man/man8/argus.8 \ - -i man/man5/argus.conf.5 || die - - sed -e 's:#\(ARGUS_SETUSER_ID=\).*:\1argus:' \ - -e 's:#\(ARGUS_SETGROUP_ID=\).*:\1argus:' \ - -e 's:\(#ARGUS_CHROOT_DIR=\).*:\1/var/lib/argus:' \ - -i support/Config/argus.conf || die - epatch \ - "${FILESDIR}"/${PN}-3.0.8.1-disable-tcp-wrappers-automagic.patch \ - "${FILESDIR}"/${PN}-3.0.5-Makefile.patch \ - "${FILESDIR}"/${PN}-3.0.7.3-DLT_IPNET.patch - eautoreconf -} - -src_configure() { - use debug && touch .debug # enable debugging - econf $(use_with tcpd wrappers) $(use_with sasl) -} - -src_compile() { - emake CCOPT="${CFLAGS} ${LDFLAGS}" -} - -src_install () { - doman man/man5/*.5 man/man8/*.8 - - dosbin bin/argus{,bug} - - dodoc ChangeLog CREDITS README - - insinto /etc/argus - doins support/Config/argus.conf - - newinitd "${FILESDIR}/argus.initd" argus - keepdir /var/lib/argus -} - -pkg_preinst() { - enewgroup argus - enewuser argus -1 -1 /var/lib/argus argus -} - -pkg_postinst() { - elog "Note, if you modify ARGUS_DAEMON value in argus.conf it's quite" - elog "possible that the init script will fail to work." -} diff --git a/net-analyzer/argus/argus-3.0.8.2.ebuild b/net-analyzer/argus/argus-3.0.8.2.ebuild deleted file mode 100644 index 927bbe427308..000000000000 --- a/net-analyzer/argus/argus-3.0.8.2.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils user - -DESCRIPTION="network Audit Record Generation and Utilization System" -HOMEPAGE="http://www.qosient.com/argus/" -SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="debug sasl tcpd" - -RDEPEND=" - net-libs/libpcap - sys-libs/zlib - sasl? ( dev-libs/cyrus-sasl ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) -" - -DEPEND=" - ${RDEPEND} - >=sys-devel/bison-1.28 - >=sys-devel/flex-2.4.6 -" - -S=${WORKDIR}/${P/_rc/.rc.} - -src_prepare() { - find . -type f -execdir chmod +w {} \; #561360 - sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \ - -i argus/argus.c \ - -i support/Config/argus.conf \ - -i man/man8/argus.8 \ - -i man/man5/argus.conf.5 || die - - sed -e 's:#\(ARGUS_SETUSER_ID=\).*:\1argus:' \ - -e 's:#\(ARGUS_SETGROUP_ID=\).*:\1argus:' \ - -e 's:\(#ARGUS_CHROOT_DIR=\).*:\1/var/lib/argus:' \ - -i support/Config/argus.conf || die - epatch \ - "${FILESDIR}"/${PN}-3.0.8.1-disable-tcp-wrappers-automagic.patch \ - "${FILESDIR}"/${PN}-3.0.5-Makefile.patch \ - "${FILESDIR}"/${PN}-3.0.7.3-DLT_IPNET.patch - eautoreconf -} - -src_configure() { - use debug && touch .debug # enable debugging - econf $(use_with tcpd wrappers) $(use_with sasl) -} - -src_compile() { - emake CCOPT="${CFLAGS} ${LDFLAGS}" -} - -src_install () { - doman man/man5/*.5 man/man8/*.8 - - dosbin bin/argus{,bug} - - dodoc ChangeLog CREDITS README - - insinto /etc/argus - doins support/Config/argus.conf - - newinitd "${FILESDIR}/argus.initd" argus - keepdir /var/lib/argus -} - -pkg_preinst() { - enewgroup argus - enewuser argus -1 -1 /var/lib/argus argus -} - -pkg_postinst() { - elog "Note, if you modify ARGUS_DAEMON value in argus.conf it's quite" - elog "possible that the init script will fail to work." -} |