jlec 15/07/27 14:10:36
Modified: ChangeLog
Added: greenbone-security-assistant-5.0.8.ebuild
greenbone-security-assistant-6.0.4.ebuild
Removed: greenbone-security-assistant-5.0.5.ebuild
greenbone-security-assistant-5.0.6.ebuild
greenbone-security-assistant-6.0.1.ebuild
Log:
Version Bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
E9402A79B03529A2!)
Revision Changes Path
1.20 net-analyzer/greenbone-security-assistant/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 19 May 2015 09:02:52 -0000 1.19
+++ ChangeLog 27 Jul 2015 14:10:36 -0000 1.20
@@ -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 <[email protected]>
+ +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)
1.1
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild?rev=1.1&content-type=text/plain
Index: greenbone-security-assistant-5.0.8.ebuild
===================================================================
# 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.8.ebuild,v
1.1 2015/07/27 14:10:36 jlec Exp $
EAPI=5
inherit cmake-utils systemd
MY_PN=gsad
DL_ID=2109
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.10
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
}
1.1
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild?rev=1.1&content-type=text/plain
Index: greenbone-security-assistant-6.0.4.ebuild
===================================================================
# 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.4.ebuild,v
1.1 2015/07/27 14:10:36 jlec Exp $
EAPI=5
inherit cmake-utils systemd
MY_PN=gsad
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}.tar.gz"
SLOT="0"
LICENSE="GPL-2+ BSD MIT"
KEYWORDS=" ~amd64 ~arm ~ppc ~x86"
IUSE=""
RDEPEND="
dev-libs/libgcrypt:0
dev-libs/libxslt
>=net-analyzer/openvas-libraries-8.0.3
net-libs/libmicrohttpd[messages]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-5.0.3-run.patch
)
S="${WORKDIR}"/${P}
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
}