summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2007-04-08 18:32:34 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2007-04-08 18:32:34 +0000
commitf1408fcb38bc286c960367afbfd5d4a54f15f333 (patch)
tree9914fbe5ec379efba5d9691d57985e7c7c216c77 /net-analyzer/nessus-bin
parentRemove old ebuild, reword documentation warning, mark 1.0.2 x86 stable. (diff)
downloadhistorical-f1408fcb38bc286c960367afbfd5d4a54f15f333.tar.gz
historical-f1408fcb38bc286c960367afbfd5d4a54f15f333.tar.bz2
historical-f1408fcb38bc286c960367afbfd5d4a54f15f333.zip
Remove old ebuild, mark 3.0.5 x86 stable.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-analyzer/nessus-bin')
-rw-r--r--net-analyzer/nessus-bin/ChangeLog6
-rw-r--r--net-analyzer/nessus-bin/files/digest-nessus-bin-3.0.43
-rw-r--r--net-analyzer/nessus-bin/nessus-bin-3.0.4.ebuild70
-rw-r--r--net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild4
4 files changed, 7 insertions, 76 deletions
diff --git a/net-analyzer/nessus-bin/ChangeLog b/net-analyzer/nessus-bin/ChangeLog
index fa164b569470..4cdf9d597073 100644
--- a/net-analyzer/nessus-bin/ChangeLog
+++ b/net-analyzer/nessus-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nessus-bin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/ChangeLog,v 1.6 2007/01/30 03:14:41 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/ChangeLog,v 1.7 2007/04/08 18:32:34 vanquirius Exp $
+
+ 08 Apr 2007; Marcelo Goes <vanquirius@gentoo.org>
+ -nessus-bin-3.0.4.ebuild, nessus-bin-3.0.5.ebuild:
+ Remove old ebuild, mark 3.0.5 x86 stable.
*nessus-bin-3.0.5 (30 Jan 2007)
diff --git a/net-analyzer/nessus-bin/files/digest-nessus-bin-3.0.4 b/net-analyzer/nessus-bin/files/digest-nessus-bin-3.0.4
deleted file mode 100644
index db34b8a520bb..000000000000
--- a/net-analyzer/nessus-bin/files/digest-nessus-bin-3.0.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c55a9d3acd0deca333d4e3e15bae1ae2 Nessus-3.0.4-suse10.0.i586.rpm 5682928
-RMD160 ce74d55930de29c244430016739a556892aa4010 Nessus-3.0.4-suse10.0.i586.rpm 5682928
-SHA256 4f72646866383a4f757b69b8e6fe37e91d6feac12d5eb5e3081a509bfa3d6202 Nessus-3.0.4-suse10.0.i586.rpm 5682928
diff --git a/net-analyzer/nessus-bin/nessus-bin-3.0.4.ebuild b/net-analyzer/nessus-bin/nessus-bin-3.0.4.ebuild
deleted file mode 100644
index 7d1d2ef6e2ef..000000000000
--- a/net-analyzer/nessus-bin/nessus-bin-3.0.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/nessus-bin-3.0.4.ebuild,v 1.1 2006/11/29 16:53:30 jokey Exp $
-
-inherit rpm
-
-MY_P="Nessus-${PV}-suse10.0.i586"
-# We are using SuSE's binary
-
-DESCRIPTION="A remote security scanner for Linux"
-HOMEPAGE="http://nessus.org"
-SRC_URI="${MY_P}.rpm"
-RESTRICT="nomirror fetch nostrip"
-
-LICENSE="Nessus-EULA"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="X"
-
-DEPEND="=sys-libs/db-4.3*
- dev-libs/openssl"
-
-PDEPEND="X? ( net-analyzer/nessus-client )"
-
-pkg_nofetch() {
- einfo "Please download ${MY_P}.rpm from ${HOMEPAGE}/download"
- einfo "The archive should then be placed into ${DISTDIR}."
-}
-
-pkg_setup() {
- case ${CHOST} in
- i586-pc-linux-gnu*) einfo "Found compatible architecture." ;;
- i686-pc-linux-gnu*) einfo "Found compatible architecture." ;;
- *) die "No compatible architecture found." ;;
- esac
-}
-
-src_install() {
- # copy files
- cp -pPR "${WORKDIR}"/opt "${D}"
-
- # make sure these directories do not vanish
- # nessus will not run properly without them
- keepdir /opt/nessus/etc/nessus
- keepdir /opt/nessus/var/nessus/jobs
- keepdir /opt/nessus/var/nessus/logs
- keepdir /opt/nessus/var/nessus/tmp
- keepdir /opt/nessus/var/nessus/users
-
- # add /opt/nessus/lib to LD_PATH
- # nessus will not run properly without it
- doenvd "${FILESDIR}"/90nessus-bin
-
- # we have /bin/gzip, not /usr/bin/gzip
- sed -i -e "s:/usr/bin/gzip:/bin/gzip:g" \
- "${D}"/opt/nessus/sbin/nessus-update-plugins
-
- # init script
- newinitd "${FILESDIR}"/nessusd-initd nessusd-bin
-}
-
-pkg_postinst() {
- einfo "You can get started running the following commands:"
- einfo "/opt/nessus/sbin/nessus-add-first-user"
- einfo "/opt/nessus/sbin/nessus-mkcert"
- einfo "/etc/init.d/nessusd-bin start"
- einfo
- einfo "For more information about nessus, please visit"
- einfo "${HOMEPAGE}/documentation/"
-}
diff --git a/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild b/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild
index 6597dadfeefc..a4c01c9be801 100644
--- a/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild,v 1.1 2007/01/30 03:14:41 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/nessus-bin-3.0.5.ebuild,v 1.2 2007/04/08 18:32:34 vanquirius Exp $
inherit rpm
@@ -14,7 +14,7 @@ RESTRICT="nomirror fetch nostrip"
LICENSE="Nessus-EULA"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="X"
DEPEND="=sys-libs/db-4.3*