summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-05-15 11:18:37 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-05-15 11:18:37 +0000
commita2af22adf78578345365f6384f42909b56ae6998 (patch)
tree6f3fb3f854793537dfbb1bf8e11e99ff2e1f76c1 /net-analyzer
parentStable on ppc64; bug #221063 (diff)
downloadgentoo-2-a2af22adf78578345365f6384f42909b56ae6998.tar.gz
gentoo-2-a2af22adf78578345365f6384f42909b56ae6998.tar.bz2
gentoo-2-a2af22adf78578345365f6384f42909b56ae6998.zip
Fix SRC_URI syntax, whitespace.
(Portage version: 2.1.5)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nessus-bin/ChangeLog5
-rw-r--r--net-analyzer/nessus-bin/nessus-bin-3.2.0.ebuild14
2 files changed, 11 insertions, 8 deletions
diff --git a/net-analyzer/nessus-bin/ChangeLog b/net-analyzer/nessus-bin/ChangeLog
index 7e1b88262461..7048111b0f8c 100644
--- a/net-analyzer/nessus-bin/ChangeLog
+++ b/net-analyzer/nessus-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nessus-bin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/ChangeLog,v 1.10 2008/05/15 01:41:57 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/ChangeLog,v 1.11 2008/05/15 11:18:37 ingmar Exp $
+
+ 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> nessus-bin-3.2.0.ebuild:
+ Fix SRC_URI syntax, whitespace.
*nessus-bin-3.2.0 (14 May 2008)
diff --git a/net-analyzer/nessus-bin/nessus-bin-3.2.0.ebuild b/net-analyzer/nessus-bin/nessus-bin-3.2.0.ebuild
index 2713a080dac9..50b7535f5988 100644
--- a/net-analyzer/nessus-bin/nessus-bin-3.2.0.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-3.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.2.0.ebuild,v 1.1 2008/05/15 01:41:57 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/nessus-bin-3.2.0.ebuild,v 1.2 2008/05/15 11:18:37 ingmar Exp $
inherit rpm
@@ -9,8 +9,8 @@ MY_P="Nessus-${PV}-es5"
DESCRIPTION="A remote security scanner for Linux"
HOMEPAGE="http://www.nessus.org"
-SRC_URI="x86? (${MY_P}.i386.rpm)
- amd64? (${MY_P}.x86_64.rpm)"
+SRC_URI="x86? ( ${MY_P}.i386.rpm )
+ amd64? ( ${MY_P}.x86_64.rpm )"
RESTRICT="mirror fetch strip"
LICENSE="Nessus-EULA"
@@ -29,10 +29,10 @@ pkg_nofetch() {
einfo "Please download ${MY_P}.i386.rpm from ${HOMEPAGE}/download"
einfo "The archive should then be placed into ${DISTDIR}."
fi
-
+
if use amd64; then
einfo "Please download ${MY_P}.x86_64.rpm from ${HOMEPAGE}/download"
- einfo "The archive should then be placed into ${DISTDIR}."
+ einfo "The archive should then be placed into ${DISTDIR}."
fi
}
@@ -68,9 +68,9 @@ src_install() {
# init script
newinitd "${FILESDIR}"/nessusd-initd nessusd-bin
- dosym /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.6
+ dosym /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.6
dosym /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.6
-}
+}
pkg_postinst() {
elog "You can get started running the following commands:"