diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-14 18:33:30 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-14 18:33:30 +0000 |
commit | 85f864df80e4903103290eccad59acb145e17123 (patch) | |
tree | f839158596328751c5aa9d53aef629cfba3363d3 /net-analyzer/greenbone-security-assistant | |
parent | Version Bump (diff) | |
download | gentoo-2-85f864df80e4903103290eccad59acb145e17123.tar.gz gentoo-2-85f864df80e4903103290eccad59acb145e17123.tar.bz2 gentoo-2-85f864df80e4903103290eccad59acb145e17123.zip |
Version Bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-analyzer/greenbone-security-assistant')
-rw-r--r-- | net-analyzer/greenbone-security-assistant/ChangeLog | 14 | ||||
-rw-r--r-- | net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.5.ebuild (renamed from net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta4.ebuild) | 16 | ||||
-rw-r--r-- | net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta6.ebuild (renamed from net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta3.ebuild) | 9 |
3 files changed, 24 insertions, 15 deletions
diff --git a/net-analyzer/greenbone-security-assistant/ChangeLog b/net-analyzer/greenbone-security-assistant/ChangeLog index d4c82253f06f..ce0cbe0761e6 100644 --- a/net-analyzer/greenbone-security-assistant/ChangeLog +++ b/net-analyzer/greenbone-security-assistant/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for net-analyzer/greenbone-security-assistant -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.14 2014/12/18 08:52:19 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.15 2015/02/14 18:33:30 jlec Exp $ + +*greenbone-security-assistant-6.0_beta6 (14 Feb 2015) +*greenbone-security-assistant-5.0.5 (14 Feb 2015) + + 14 Feb 2015; Justin Lecher <jlec@gentoo.org> + +greenbone-security-assistant-5.0.5.ebuild, + +greenbone-security-assistant-6.0_beta6.ebuild, + -greenbone-security-assistant-6.0_beta3.ebuild, + -greenbone-security-assistant-6.0_beta4.ebuild: + Version Bump 18 Dec 2014; Justin Lecher <jlec@gentoo.org> greenbone-security-assistant-5.0.4.ebuild, diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta4.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.5.ebuild index 24f830ef6dc9..47a6a2e803b0 100644 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta4.ebuild +++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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_beta4.ebuild,v 1.2 2014/12/18 08:52:19 jlec Exp $ +# $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 $ EAPI=5 @@ -8,19 +8,19 @@ inherit cmake-utils systemd MY_PN=gsad -DL_ID=1819 +DL_ID=1915 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" -KEYWORDS="" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND=" - >=net-analyzer/openvas-libraries-8.0_beta4 + >=net-analyzer/openvas-libraries-7.0.7 dev-libs/libxslt net-libs/libmicrohttpd[messages]" DEPEND="${RDEPEND} @@ -30,8 +30,6 @@ PATCHES=( "${FILESDIR}"/${PN}-5.0.3-run.patch ) -S="${WORKDIR}"/${P/_beta/+beta} - src_prepare() { sed \ -e '/^install.*OPENVAS_CACHE_DIR.*/d' \ diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta3.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta6.ebuild index bb5a287cd726..6d7aaf3a0005 100644 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta3.ebuild +++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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_beta3.ebuild,v 1.1 2014/10/22 08:19:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0_beta6.ebuild,v 1.1 2015/02/14 18:33:30 jlec Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit cmake-utils systemd MY_PN=gsad -DL_ID=1775 +DL_ID=1934 DESCRIPTION="Greenbone Security Assistant for openvas" HOMEPAGE="http://www.openvas.org/" @@ -20,8 +20,9 @@ KEYWORDS="" IUSE="" RDEPEND=" - >=net-analyzer/openvas-libraries-8.0_beta3 + dev-libs/libgcrypt dev-libs/libxslt + >=net-analyzer/openvas-libraries-8.0_beta6 net-libs/libmicrohttpd[messages]" DEPEND="${RDEPEND} virtual/pkgconfig" |