diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-20 11:09:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-20 11:09:26 +0000 |
commit | b48eef6fe47df181bc289edfab44b87ba8423e50 (patch) | |
tree | 6bb77a9a0a6501cf0dba2c76aae283981370bcaa /net-analyzer/nessus | |
parent | Respect LDFLAGS, #343337; Added crash patch when updateing feeds, #190912 tha... (diff) | |
download | gentoo-2-b48eef6fe47df181bc289edfab44b87ba8423e50.tar.gz gentoo-2-b48eef6fe47df181bc289edfab44b87ba8423e50.tar.bz2 gentoo-2-b48eef6fe47df181bc289edfab44b87ba8423e50.zip |
Fixing repoman things
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nessus')
-rw-r--r-- | net-analyzer/nessus/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nessus/nessus-2.2.9.ebuild | 19 | ||||
-rw-r--r-- | net-analyzer/nessus/nessus-2.3.1.ebuild | 22 |
3 files changed, 34 insertions, 15 deletions
diff --git a/net-analyzer/nessus/ChangeLog b/net-analyzer/nessus/ChangeLog index b630ca655362..256dedbc50b5 100644 --- a/net-analyzer/nessus/ChangeLog +++ b/net-analyzer/nessus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nessus -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/ChangeLog,v 1.88 2010/09/06 18:30:52 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/ChangeLog,v 1.89 2011/04/20 11:09:26 jlec Exp $ + + 20 Apr 2011; Justin Lecher <jlec@gentoo.org> nessus-2.2.9.ebuild, + nessus-2.3.1.ebuild: + Fixing repoman things 06 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> -nessus-2.2.6.ebuild: Revert back to ~arch wrt #330455. diff --git a/net-analyzer/nessus/nessus-2.2.9.ebuild b/net-analyzer/nessus/nessus-2.2.9.ebuild index 7bc0cb9a78ca..869193be9dc7 100644 --- a/net-analyzer/nessus/nessus-2.2.9.ebuild +++ b/net-analyzer/nessus/nessus-2.2.9.ebuild @@ -1,18 +1,23 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-2.2.9.ebuild,v 1.4 2007/07/11 23:49:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-2.2.9.ebuild,v 1.5 2011/04/20 11:09:25 jlec Exp $ -DESCRIPTION="A remote security scanner for Linux" +DESCRIPTION="A remote security scanner" HOMEPAGE="http://www.nessus.org/" -DEPEND="~net-analyzer/nessus-libraries-${PV} - ~net-analyzer/libnasl-${PV} - ~net-analyzer/nessus-core-${PV} - ~net-analyzer/nessus-plugins-${PV}" +SRC_URI="" + SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" +DEPEND="" +RDEPEND=" + ~net-analyzer/nessus-libraries-${PV} + ~net-analyzer/libnasl-${PV} + ~net-analyzer/nessus-core-${PV} + ~net-analyzer/nessus-plugins-${PV}" + pkg_postinst() { elog "The following article may be useful to get started:" elog "http://www.securityfocus.com/infocus/1741" diff --git a/net-analyzer/nessus/nessus-2.3.1.ebuild b/net-analyzer/nessus/nessus-2.3.1.ebuild index 3afd62e3c85f..517bcf267614 100644 --- a/net-analyzer/nessus/nessus-2.3.1.ebuild +++ b/net-analyzer/nessus/nessus-2.3.1.ebuild @@ -1,18 +1,28 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-2.3.1.ebuild,v 1.8 2007/07/11 23:49:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-2.3.1.ebuild,v 1.9 2011/04/20 11:09:25 jlec Exp $ DESCRIPTION="A remote security scanner" HOMEPAGE="http://www.nessus.org/" -DEPEND="~net-analyzer/nessus-libraries-${PV} - ~net-analyzer/libnasl-${PV} - ~net-analyzer/nessus-core-${PV} - ~net-analyzer/nessus-plugins-${PV}" +SRC_URI="" + SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" +DEPEND="" +RDEPEND=" + ~net-analyzer/nessus-libraries-${PV} + ~net-analyzer/libnasl-${PV} + ~net-analyzer/nessus-core-${PV} + ~net-analyzer/nessus-plugins-${PV}" + +pkg_postinst() { + elog "The following article may be useful to get started:" + elog "http://www.securityfocus.com/infocus/1741" +} + pkg_postrm() { elog "Note: this is a META ebuild for ${P}." elog "to remove it completely or before re-emerging" |