diff options
author | 2014-07-10 19:02:18 +0000 | |
---|---|---|
committer | 2014-07-10 19:02:18 +0000 | |
commit | d11aa4cdc1f5d7662f2e336d15361192295d7a08 (patch) | |
tree | c9df45f73a9b4131bee25ad26fefacfa8e469333 /net-analyzer/argus | |
parent | EAPI bump. (diff) | |
download | gentoo-2-d11aa4cdc1f5d7662f2e336d15361192295d7a08.tar.gz gentoo-2-d11aa4cdc1f5d7662f2e336d15361192295d7a08.tar.bz2 gentoo-2-d11aa4cdc1f5d7662f2e336d15361192295d7a08.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/argus')
-rw-r--r-- | net-analyzer/argus/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.7.8.ebuild | 79 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.8_rc6.ebuild (renamed from net-analyzer/argus/argus-3.0.7.7.ebuild) | 6 |
3 files changed, 11 insertions, 82 deletions
diff --git a/net-analyzer/argus/ChangeLog b/net-analyzer/argus/ChangeLog index d23c8282c432..daf24cc706d1 100644 --- a/net-analyzer/argus/ChangeLog +++ b/net-analyzer/argus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/argus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.62 2014/06/12 20:00:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.63 2014/07/10 19:02:18 jer Exp $ + +*argus-3.0.8_rc6 (10 Jul 2014) + + 10 Jul 2014; Jeroen Roovers <jer@gentoo.org> -argus-3.0.7.7.ebuild, + -argus-3.0.7.8.ebuild, +argus-3.0.8_rc6.ebuild: + Version bump. *argus-3.0.7.8 (12 Jun 2014) diff --git a/net-analyzer/argus/argus-3.0.7.8.ebuild b/net-analyzer/argus/argus-3.0.7.8.ebuild deleted file mode 100644 index b4054a9986a0..000000000000 --- a/net-analyzer/argus/argus-3.0.7.8.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.7.8.ebuild,v 1.1 2014/06/12 20:00:14 jer Exp $ - -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/dev/${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() { - 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.4-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.7.7.ebuild b/net-analyzer/argus/argus-3.0.8_rc6.ebuild index 3f24bb2954b0..1bb879d8ba5a 100644 --- a/net-analyzer/argus/argus-3.0.7.7.ebuild +++ b/net-analyzer/argus/argus-3.0.8_rc6.ebuild @@ -1,19 +1,21 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.7.7.ebuild,v 1.1 2014/06/05 22:41:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.8_rc6.ebuild,v 1.1 2014/07/10 19:02:18 jer Exp $ 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/dev/${P}.tar.gz" +SRC_URI="http://qosient.com/argus/dev/${P/_rc*}.rc.${PV/*_rc}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug sasl tcpd" +S=${WORKDIR}/${P/_rc*}.rc.${PV/*_rc} + RDEPEND=" net-libs/libpcap sys-libs/zlib |