jlec 14/09/28 18:23:34 Modified: metadata.xml ChangeLog Added: greenbone-security-assistant-5.0.3.ebuild Log: net-analyzer/greenbone-security-assistant: Version Bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 net-analyzer/greenbone-security-assistant/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 9 Oct 2011 17:29:41 -0000 1.1 +++ metadata.xml 28 Sep 2014 18:23:34 -0000 1.2 @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer><email>[email protected]</email></maintainer> + <maintainer> + <email>[email protected]</email> + </maintainer> </pkgmetadata> 1.8 net-analyzer/greenbone-security-assistant/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 19 Jun 2014 13:38:01 -0000 1.7 +++ ChangeLog 28 Sep 2014 18:23:34 -0000 1.8 @@ -1,6 +1,12 @@ # 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.7 2014/06/19 13:38:01 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.8 2014/09/28 18:23:34 jlec Exp $ + +*greenbone-security-assistant-5.0.3 (28 Sep 2014) + + 28 Sep 2014; Justin Lecher <[email protected]> + +greenbone-security-assistant-5.0.3.ebuild, metadata.xml: + Version Bump *greenbone-security-assistant-5.0.1 (19 Jun 2014) 1.1 net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.3.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.3.ebuild?rev=1.1&content-type=text/plain Index: greenbone-security-assistant-5.0.3.ebuild =================================================================== # Copyright 1999-2014 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.3.ebuild,v 1.1 2014/09/28 18:23:34 jlec Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Greenbone Security Assistant for openvas" HOMEPAGE="http://www.openvas.org/" SRC_URI="http://wald.intevation.org/frs/download.php/1734/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND=" >=net-analyzer/openvas-libraries-7.0.4 dev-libs/libxslt net-libs/libmicrohttpd[messages]" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS="ChangeLog CHANGES README" src_configure() { local mycmakeargs=( "-DLOCALSTATEDIR=${EPREFIX}/var" "-DSYSCONFDIR=${EPREFIX}/etc" ) cmake-utils_src_configure } src_install() { cmake-utils_src_install doinitd "${FILESDIR}"/gsad }
