commit:     ac02f7d0ecc503595ae5f43654aea1376ff85a06
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:33:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:38:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac02f7d0

net-analyzer/argus-clients: drop 3.0.8, 3.0.8.2, 3.0.8.2-r2, 3.0.8.2-r3

Bug: https://bugs.gentoo.org/776508
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/argus-clients/Manifest                |  2 -
 .../argus-clients/argus-clients-3.0.8.2-r2.ebuild  | 74 ---------------------
 .../argus-clients/argus-clients-3.0.8.2-r3.ebuild  | 75 ----------------------
 .../argus-clients/argus-clients-3.0.8.2.ebuild     | 72 ---------------------
 .../argus-clients/argus-clients-3.0.8.ebuild       | 72 ---------------------
 .../files/argus-clients-3.0.8.2-rpc.patch          | 34 ----------
 6 files changed, 329 deletions(-)

diff --git a/net-analyzer/argus-clients/Manifest 
b/net-analyzer/argus-clients/Manifest
index 86af1c6d491..e93bb4e9c8d 100644
--- a/net-analyzer/argus-clients/Manifest
+++ b/net-analyzer/argus-clients/Manifest
@@ -1,3 +1 @@
-DIST argus-clients-3.0.8.2.tar.gz 2776072 BLAKE2B 
429a12d63f38ce1c5dae343be28543f3c8b6dd746661a893a0108db100762d60dec619cdccfff525b84c0843f0bb61c7e5d96df561a369e6df0d1e6a821d938a
 SHA512 
20aac16bd6474b8f98c8fc86b21ad0b43aca62264c6de2f7f26eea876a90f7276cdaf2241a510a19ae445f40f5d0d05ec6a5869980b6889e6eb5937dbff0f855
 DIST argus-clients-3.0.8.3.tar.gz 2753929 BLAKE2B 
561b945ce5beb8d8d016579921417f405f421fd2afe2369ff0a4c5b8aaed44eca7591b43e64db00396cf963cc550753207c9b0e8d21d6b99d8c1ea0faaddb0e9
 SHA512 
ce6f6aaa21452f60c72498b5410cdc650eed6eec6d949daf7226e93f22d193db175e8051073cbfd258c127ed7cb445d6673ae38f386982dc19632ac55539960e
-DIST argus-clients-3.0.8.tar.gz 2627515 BLAKE2B 
e7753ce1a65f24639c0c36d694033b038abb7cf835b89a1020edf72829f9196cad2a1be5958a28a51884c169ff7b4e295381501e61cf1e1eb1ee1557fccb6d8f
 SHA512 
79022b3c3e472ebc526b27c20c25ae97abdb9a363a91ebbe3baf405f2aba9bdd80fbc0250b444d3d7ab4488e3c1325389a4719e92d9aded7598a91c3309369c2

diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild 
b/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild
deleted file mode 100644
index d87060d87be..00000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Clients for net-analyzer/argus"
-HOMEPAGE="https://www.qosient.com/argus/";
-SRC_URI="https://qosient.com/argus/dev/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug ft geoip mysql sasl tcpd"
-
-ARGUS_CDEPEND="
-       net-analyzer/rrdtool[perl]
-       net-libs/libpcap
-       net-libs/libtirpc:=
-       sys-libs/ncurses:=
-       sys-libs/readline:=
-       sys-libs/zlib
-       ft? ( net-analyzer/flow-tools )
-       geoip? ( dev-libs/geoip )
-       mysql? ( dev-db/mysql-connector-c:0= )
-       sasl? ( dev-libs/cyrus-sasl )
-"
-RDEPEND="
-       ${ARGUS_CDEPEND}
-"
-DEPEND="
-       ${ARGUS_CDEPEND}
-       sys-devel/bison
-       sys-devel/flex
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch
-       "${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch
-       "${FILESDIR}"/${PN}-3.0.8.2-rpc.patch
-       "${FILESDIR}"/${PN}-3.0.8.2-ar.patch
-       "${FILESDIR}"/${PN}-3.0.8.2-curses-readline.patch
-)
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       tc-export AR RANLIB
-
-       use debug && touch .debug
-       econf \
-               $(use_with ft libft) \
-               $(use_with geoip GeoIP /usr/) \
-               $(use_with sasl) \
-               $(use_with tcpd wrappers) \
-               $(use_with mysql mysql /usr)
-}
-
-src_compile() {
-       emake \
-               CCOPT="${CFLAGS} ${LDFLAGS}" \
-               RANLIB=$(tc-getRANLIB) \
-               CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)"
-}
-
-src_install() {
-       dobin bin/ra*
-       dodoc ChangeLog CREDITS README CHANGES
-       doman man/man{1,5}/*
-}

diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.2-r3.ebuild 
b/net-analyzer/argus-clients/argus-clients-3.0.8.2-r3.ebuild
deleted file mode 100644
index 637ef50ad05..00000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.8.2-r3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Clients for net-analyzer/argus"
-HOMEPAGE="https://www.qosient.com/argus/";
-SRC_URI="https://qosient.com/argus/dev/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug ft geoip mysql sasl tcpd"
-
-ARGUS_CDEPEND="
-       net-analyzer/rrdtool[perl]
-       net-libs/libpcap
-       net-libs/libtirpc:=
-       sys-libs/ncurses:=
-       sys-libs/readline:=
-       sys-libs/zlib
-       ft? ( net-analyzer/flow-tools )
-       geoip? ( dev-libs/geoip )
-       mysql? ( dev-db/mysql-connector-c:0= )
-       sasl? ( dev-libs/cyrus-sasl )
-"
-RDEPEND="
-       ${ARGUS_CDEPEND}
-"
-DEPEND="
-       ${ARGUS_CDEPEND}
-       sys-devel/bison
-       sys-devel/flex
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch
-       "${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch
-       "${FILESDIR}"/${PN}-3.0.8.2-ar.patch
-       "${FILESDIR}"/${PN}-3.0.8.2-curses-readline.patch
-       "${FILESDIR}"/${PN}-3.0.8.2-my_bool.patch
-       "${FILESDIR}"/${PN}-3.0.8.2-rpc.patch
-)
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       tc-export AR RANLIB
-
-       use debug && touch .debug
-       econf \
-               $(use_with ft libft) \
-               $(use_with geoip GeoIP /usr/) \
-               $(use_with sasl) \
-               $(use_with tcpd wrappers) \
-               $(use_with mysql mysql /usr)
-}
-
-src_compile() {
-       emake \
-               CCOPT="${CFLAGS} ${LDFLAGS}" \
-               RANLIB=$(tc-getRANLIB) \
-               CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)"
-}
-
-src_install() {
-       dobin bin/ra*
-       dodoc ChangeLog CREDITS README CHANGES
-       doman man/man{1,5}/*
-}

diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild 
b/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild
deleted file mode 100644
index d16c7f6422a..00000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Clients for net-analyzer/argus"
-HOMEPAGE="https://www.qosient.com/argus/";
-SRC_URI="https://qosient.com/argus/dev/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug ft geoip mysql sasl tcpd"
-
-MY_CDEPEND="
-       net-analyzer/rrdtool[perl]
-       net-libs/libpcap
-       sys-libs/ncurses:=
-       sys-libs/readline:=
-       sys-libs/zlib
-       ft? ( net-analyzer/flow-tools )
-       geoip? ( dev-libs/geoip )
-       mysql? ( virtual/mysql )
-       sasl? ( dev-libs/cyrus-sasl )
-"
-
-RDEPEND="
-       ${MY_CDEPEND}
-"
-
-DEPEND="
-       ${MY_CDEPEND}
-       sys-devel/bison
-       sys-devel/flex
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       epatch \
-               
"${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch \
-               "${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch
-
-       sed -i -e 's| ar | $(AR) |g' common/Makefile.in || die
-       tc-export AR RANLIB
-
-       eautoreconf
-}
-
-src_configure() {
-       use debug && touch .debug
-       econf \
-               $(use_with ft libft) \
-               $(use_with geoip GeoIP /usr/) \
-               $(use_with sasl) \
-               $(use_with tcpd wrappers) \
-               $(use_with mysql)
-}
-
-src_compile() {
-       # racurses uses both libncurses and libtinfo, if present
-       emake \
-               CCOPT="${CFLAGS} ${LDFLAGS}" \
-               RANLIB=$(tc-getRANLIB) \
-               CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)"
-}
-
-src_install() {
-       dobin bin/ra*
-       dodoc ChangeLog CREDITS README CHANGES
-       doman man/man{1,5}/*
-}

diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.ebuild 
b/net-analyzer/argus-clients/argus-clients-3.0.8.ebuild
deleted file mode 100644
index 742c6cbebee..00000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.8.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Clients for net-analyzer/argus"
-HOMEPAGE="https://www.qosient.com/argus/";
-SRC_URI="https://qosient.com/argus/dev/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug ft geoip mysql sasl tcpd"
-
-MY_CDEPEND="
-       net-analyzer/rrdtool[perl]
-       net-libs/libpcap
-       sys-libs/ncurses
-       sys-libs/readline
-       sys-libs/zlib
-       ft? ( net-analyzer/flow-tools )
-       geoip? ( dev-libs/geoip )
-       mysql? ( virtual/mysql )
-       sasl? ( dev-libs/cyrus-sasl )
-"
-
-RDEPEND="
-       ${MY_CDEPEND}
-"
-
-DEPEND="
-       ${MY_CDEPEND}
-       sys-devel/bison
-       sys-devel/flex
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       epatch \
-               
"${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch \
-               "${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch
-
-       sed -i -e 's| ar | $(AR) |g' common/Makefile.in || die
-       tc-export AR RANLIB
-
-       eautoreconf
-}
-
-src_configure() {
-       use debug && touch .debug
-       econf \
-               $(use_with ft libft) \
-               $(use_with geoip GeoIP /usr/) \
-               $(use_with sasl) \
-               $(use_with tcpd wrappers) \
-               $(use_with mysql)
-}
-
-src_compile() {
-       # racurses uses both libncurses and libtinfo, if present
-       emake \
-               CCOPT="${CFLAGS} ${LDFLAGS}" \
-               RANLIB=$(tc-getRANLIB) \
-               CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)"
-}
-
-src_install() {
-       dobin bin/ra*
-       dodoc ChangeLog CREDITS README CHANGES
-       doman man/man{1,5}/*
-}

diff --git a/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-rpc.patch 
b/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-rpc.patch
deleted file mode 100644
index e140fa96b2a..00000000000
--- a/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-rpc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -40,6 +40,7 @@
- AC_PROG_INSTALL
- AC_PROG_RANLIB
- AC_PROG_YACC
-+PKG_PROG_PKG_CONFIG
- 
- AC_CHECK_PROGS(V_RANLIB, ranlib, @true)
- AC_QOSIENT_LEX_AND_YACC(V_LEX, V_YACC, argus_)
-@@ -82,6 +83,12 @@
- AC_CHECK_HEADERS([stdlib.h stddef.h string.h strings.h sys/file.h sys/ioctl.h 
sys/param.h sys/socket.h])
- AC_CHECK_HEADERS([sys/mount.h sys/time.h sys/vfs.h syslog.h termios.h 
unistd.h values.h ifaddrs.h])
- 
-+PKG_CHECK_MODULES(libtirpc, libtirpc,
-+      [LIBS="${LIBS} ${libtirpc_LIBS}"],
-+[AC_CHECK_HEADER([rpc/types.h],,
-+              [AC_MSG_ERROR([Cannot find <rpc/types.h>])])]
-+)
-+
- # Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
- AC_C_INLINE
---- a/common/Makefile.in
-+++ b/common/Makefile.in
-@@ -48,7 +48,7 @@
- 
- CC = @CC@
- CCOPT = @V_CCOPT@
--INCLS = -I. -I../include @V_INCLS@ @MYSQL_INCLS@
-+INCLS = -I. -I../include @V_INCLS@ @MYSQL_INCLS@ @libtirpc_CFLAGS@
- DEFS = @DEFS@ -DARGUS_SYSLOG
- 
- # Standard CFLAGS

Reply via email to