summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-07-27 14:10:36 +0000
committerJustin Lecher <jlec@gentoo.org>2015-07-27 14:10:36 +0000
commit85074d3e754c954ca4d0f6d5321337d67c67d0d0 (patch)
tree281fe5cd6cd9db61332fa8271faf14a0d8880009 /net-analyzer
parentVersion Bump (diff)
downloadgentoo-2-85074d3e754c954ca4d0f6d5321337d67c67d0d0.tar.gz
gentoo-2-85074d3e754c954ca4d0f6d5321337d67c67d0d0.tar.bz2
gentoo-2-85074d3e754c954ca4d0f6d5321337d67c67d0d0.zip
Version Bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/greenbone-security-assistant/ChangeLog13
-rw-r--r--net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.6.ebuild61
-rw-r--r--net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild (renamed from net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.5.ebuild)6
-rw-r--r--net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild (renamed from net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.1.ebuild)10
4 files changed, 20 insertions, 70 deletions
diff --git a/net-analyzer/greenbone-security-assistant/ChangeLog b/net-analyzer/greenbone-security-assistant/ChangeLog
index d98d4e57c5e6..2c375c254923 100644
--- a/net-analyzer/greenbone-security-assistant/ChangeLog
+++ b/net-analyzer/greenbone-security-assistant/ChangeLog
@@ -1,6 +1,17 @@
# ChangeLog for net-analyzer/greenbone-security-assistant
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.19 2015/05/19 09:02:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.20 2015/07/27 14:10:36 jlec Exp $
+
+*greenbone-security-assistant-5.0.8 (27 Jul 2015)
+*greenbone-security-assistant-6.0.4 (27 Jul 2015)
+
+ 27 Jul 2015; Justin Lecher <jlec@gentoo.org>
+ +greenbone-security-assistant-5.0.8.ebuild,
+ +greenbone-security-assistant-6.0.4.ebuild,
+ -greenbone-security-assistant-5.0.5.ebuild,
+ -greenbone-security-assistant-5.0.6.ebuild,
+ -greenbone-security-assistant-6.0.1.ebuild:
+ Version Bump
*greenbone-security-assistant-5.0.7 (19 May 2015)
*greenbone-security-assistant-6.0.3 (19 May 2015)
diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.6.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.6.ebuild
deleted file mode 100644
index e0716bfbde45..000000000000
--- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.6.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.6.ebuild,v 1.1 2015/03/06 10:17:47 jlec Exp $
-
-EAPI=5
-
-inherit cmake-utils systemd
-
-MY_PN=gsad
-
-DL_ID=1967
-
-DESCRIPTION="Greenbone Security Assistant for openvas"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
- >=net-analyzer/openvas-libraries-7.0.9
- dev-libs/libxslt
- net-libs/libmicrohttpd[messages]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-5.0.3-run.patch
- )
-
-src_prepare() {
- sed \
- -e '/^install.*OPENVAS_CACHE_DIR.*/d' \
- -i CMakeLists.txt || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DLOCALSTATEDIR="${EPREFIX}/var"
- -DSYSCONFDIR="${EPREFIX}/etc"
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- newinitd "${FILESDIR}"/${MY_PN}.init ${MY_PN}
-
- insinto /etc/openvas
- doins "${FILESDIR}"/${MY_PN}-daemon.conf
- dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}
-
- insinto /etc/logrotate.d
- doins "${FILESDIR}"/${MY_PN}.logrotate
-
- systemd_newtmpfilesd "${FILESDIR}"/${MY_PN}.tmpfiles.d ${MY_PN}.conf
- systemd_dounit "${FILESDIR}"/${MY_PN}.service
-}
diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.5.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild
index 47a6a2e803b0..ec21c3ec7f42 100644
--- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.5.ebuild
+++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.5.ebuild,v 1.1 2015/02/14 18:33:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild,v 1.1 2015/07/27 14:10:36 jlec Exp $
EAPI=5
@@ -8,7 +8,7 @@ inherit cmake-utils systemd
MY_PN=gsad
-DL_ID=1915
+DL_ID=2109
DESCRIPTION="Greenbone Security Assistant for openvas"
HOMEPAGE="http://www.openvas.org/"
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="
- >=net-analyzer/openvas-libraries-7.0.7
+ >=net-analyzer/openvas-libraries-7.0.10
dev-libs/libxslt
net-libs/libmicrohttpd[messages]"
DEPEND="${RDEPEND}
diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.1.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild
index 5e0d5a39737f..3c37e2f5b873 100644
--- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.1.ebuild
+++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.1.ebuild,v 1.1 2015/04/06 10:52:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild,v 1.1 2015/07/27 14:10:36 jlec Exp $
EAPI=5
@@ -8,11 +8,11 @@ inherit cmake-utils systemd
MY_PN=gsad
-DL_ID=2018
+DL_ID=2137
DESCRIPTION="Greenbone Security Assistant for openvas"
HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz"
+SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2+ BSD MIT"
@@ -22,7 +22,7 @@ IUSE=""
RDEPEND="
dev-libs/libgcrypt:0
dev-libs/libxslt
- >=net-analyzer/openvas-libraries-8.0.1
+ >=net-analyzer/openvas-libraries-8.0.3
net-libs/libmicrohttpd[messages]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -31,7 +31,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.0.3-run.patch
)
-S="${WORKDIR}"/${P/_beta/+beta}
+S="${WORKDIR}"/${P}
src_prepare() {
sed \