diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-06-19 21:19:54 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-19 21:19:54 -0400 |
commit | 22a7680ab28c28d7b7f100c83500c4630c848f12 (patch) | |
tree | 684accb3ee9530e719fd6bcef476089e87f5749a /net-analyzer/sarg | |
parent | media-libs/libvorbis: drop vulnerable (diff) | |
download | gentoo-22a7680ab28c28d7b7f100c83500c4630c848f12.tar.gz gentoo-22a7680ab28c28d7b7f100c83500c4630c848f12.tar.bz2 gentoo-22a7680ab28c28d7b7f100c83500c4630c848f12.zip |
net-analyzer/sarg: drop vulnerable
Bug: https://bugs.gentoo.org/701842
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/sarg')
-rw-r--r-- | net-analyzer/sarg/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/sarg/sarg-2.3.11-r1.ebuild | 43 | ||||
-rw-r--r-- | net-analyzer/sarg/sarg-2.3.11-r2.ebuild | 44 |
3 files changed, 0 insertions, 88 deletions
diff --git a/net-analyzer/sarg/Manifest b/net-analyzer/sarg/Manifest index 2594fe485a81..46ce89cb0525 100644 --- a/net-analyzer/sarg/Manifest +++ b/net-analyzer/sarg/Manifest @@ -1,2 +1 @@ -DIST sarg-2.3.11.tar.gz 1346884 BLAKE2B f1ba5e5d3531b611cca1e18444b24772d5f6fb31622d3702ce34bf7e5208b7ff04000ed80c984ff103f785dd9b7015f56403b8389100bbd02cdbf936c8343be9 SHA512 a5bf5c0f696a9d58d9dd1d631d2b458e7a48f597e7a084b032b2feb6185440b08babe7ffaaefc04676f0dbc11301084d1896b6246a7e79a10acdbd7aa7882ff6 DIST sarg-2.4.0.tar.gz 1371812 BLAKE2B 4a07e97f5bdf36dc9ea867517f511dff4e2b501c01231c523778b283000bcf8e6eeb26e219c3d710551ad31f939a47453341b6a8a5575df1d8f3957461326675 SHA512 cb314c15379b01c1ad874e473fcc41664ed5a0dd492b8537d5f375e2c00d9e083679a01da5e3506775b7d66f2d43ba698864ffbd36f5e5e512ef58882148739b diff --git a/net-analyzer/sarg/sarg-2.3.11-r1.ebuild b/net-analyzer/sarg/sarg-2.3.11-r1.ebuild deleted file mode 100644 index 88f7c507e91e..000000000000 --- a/net-analyzer/sarg/sarg-2.3.11-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -DESCRIPTION="Squid Analysis Report Generator" -HOMEPAGE="http://sarg.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -SLOT="0" -IUSE="+gd ldap pcre" - -DEPEND=" - gd? ( media-libs/gd[png,truetype] ) - ldap? ( net-nds/openldap ) - pcre? ( dev-libs/libpcre ) -" -RDEPEND=" - ${DEPEND} -" -DOCS=( BETA-TESTERS CONTRIBUTORS DONATIONS README ChangeLog htaccess ) -PATCHES=( - "${FILESDIR}"/${PN}-2.3.10-config.patch - "${FILESDIR}"/${PN}-2.3.11-configure.patch - "${FILESDIR}"/${PN}-2.3.11-format.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf \ - $(use_with gd) \ - $(use_with ldap) \ - $(use_with pcre) \ - --sysconfdir="${EPREFIX}/etc/sarg/" -} diff --git a/net-analyzer/sarg/sarg-2.3.11-r2.ebuild b/net-analyzer/sarg/sarg-2.3.11-r2.ebuild deleted file mode 100644 index c8afb3c48d45..000000000000 --- a/net-analyzer/sarg/sarg-2.3.11-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="Squid Analysis Report Generator" -HOMEPAGE="https://sourceforge.net/projects/sarg/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" -IUSE="+gd ldap pcre" - -DEPEND=" - gd? ( media-libs/gd[png,truetype] ) - ldap? ( net-nds/openldap ) - pcre? ( dev-libs/libpcre ) -" -RDEPEND=" - ${DEPEND} -" -DOCS=( BETA-TESTERS CONTRIBUTORS DONATIONS README ChangeLog htaccess ) -PATCHES=( - "${FILESDIR}"/${PN}-2.3.10-config.patch - "${FILESDIR}"/${PN}-2.3.11-configure.patch - "${FILESDIR}"/${PN}-2.3.11-format.patch - "${FILESDIR}"/${PN}-2.3.11-Werror.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf \ - $(use_with gd) \ - $(use_with ldap) \ - $(use_with pcre) \ - --sysconfdir="${EPREFIX}/etc/sarg/" -} |