Gentoo Archives: gentoo-commits

From: Hanno Boeck <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/greenbone-security-assistant/
Date: Sat, 02 Jul 2016 08:05:16
Message-Id: 1467446697.e39eb621ee1430f323f599738c3da77315958c36.hanno@gentoo
1 commit: e39eb621ee1430f323f599738c3da77315958c36
2 Author: Hanno <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 08:04:57 2016 +0000
4 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 08:04:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39eb621
7
8 net-analyzer/greenbone-security-assistant: Remove vulnerable version
9
10 Package-Manager: portage-2.3.0
11
12 net-analyzer/greenbone-security-assistant/Manifest | 1 -
13 .../greenbone-security-assistant-6.0.8.ebuild | 64 ----------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/net-analyzer/greenbone-security-assistant/Manifest b/net-analyzer/greenbone-security-assistant/Manifest
17 index cc88ae7..e60c5fd 100644
18 --- a/net-analyzer/greenbone-security-assistant/Manifest
19 +++ b/net-analyzer/greenbone-security-assistant/Manifest
20 @@ -1,2 +1 @@
21 -DIST greenbone-security-assistant-6.0.8.tar.gz 1475498 SHA256 1dc23cc24dcd7adc84aaed218e0d9651e032b930ab897c571bf16eb0b155b1ff SHA512 4126e05fc9c7c3272200a070d849fb21c680f49390d5305dc433aa16bf4365525a2c6047575fc11ca53668f87ce5d2a1aef5e63e782cea9d403129ab86aafa8d WHIRLPOOL 91f38c495d99a1c54132e276c321f536abe2ca9a08d9caba716457d2ffb7b63025bb687ff1e6640912d41aed7b39875f1e5a4d2acba4ab7d48248cdf373414fc
22 DIST greenbone-security-assistant-6.0.9.tar.gz 1476238 SHA256 bc3dead8e3c24ad906466c208aad1c48262dc912a941b255427f72b0932595e2 SHA512 4afb50f044b6853181c3c3e6466e7329915356bbcccecf98b89d9dc39a193392f45850f9073ac055ec826753af78e8a6368e7f9ac52734a3b5e254d124180d68 WHIRLPOOL d53d8b7e9cfccf5309d300e7ae806cca7586a1056644d582c4da1afa3cc04a6cb87426aa89005c5ef536b764868a5d0febb67d90042e1cc800ae892fcaeb2cca
23
24 diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.8.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.8.ebuild
25 deleted file mode 100644
26 index 9d8d69c..0000000
27 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.8.ebuild
28 +++ /dev/null
29 @@ -1,64 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -inherit cmake-utils systemd
37 -
38 -MY_PN=gsad
39 -
40 -DL_ID=2283
41 -
42 -DESCRIPTION="Greenbone Security Assistant for openvas"
43 -HOMEPAGE="http://www.openvas.org/"
44 -SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz"
45 -
46 -SLOT="0"
47 -LICENSE="GPL-2+ BSD MIT"
48 -KEYWORDS=" ~amd64 ~arm ~ppc ~x86"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - dev-libs/libgcrypt:0
53 - dev-libs/libxslt
54 - >=net-analyzer/openvas-libraries-8.0.3
55 - net-libs/libmicrohttpd[messages]"
56 -DEPEND="${RDEPEND}
57 - virtual/pkgconfig"
58 -
59 -PATCHES=(
60 - "${FILESDIR}"/${PN}-5.0.3-run.patch
61 - )
62 -
63 -S="${WORKDIR}"/${P}
64 -
65 -src_prepare() {
66 - sed \
67 - -e '/^install.*OPENVAS_CACHE_DIR.*/d' \
68 - -i CMakeLists.txt || die
69 - cmake-utils_src_prepare
70 -}
71 -
72 -src_configure() {
73 - local mycmakeargs=(
74 - -DLOCALSTATEDIR="${EPREFIX}/var"
75 - -DSYSCONFDIR="${EPREFIX}/etc"
76 - )
77 - cmake-utils_src_configure
78 -}
79 -
80 -src_install() {
81 - cmake-utils_src_install
82 - newinitd "${FILESDIR}"/${MY_PN}.init ${MY_PN}
83 -
84 - insinto /etc/openvas
85 - doins "${FILESDIR}"/${MY_PN}-daemon.conf
86 - dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${MY_PN}
87 -
88 - insinto /etc/logrotate.d
89 - doins "${FILESDIR}"/${MY_PN}.logrotate
90 -
91 - systemd_newtmpfilesd "${FILESDIR}"/${MY_PN}.tmpfiles.d ${MY_PN}.conf
92 - systemd_dounit "${FILESDIR}"/${MY_PN}.service
93 -}