cleanup
authorMarkus Ullmann <jokey@gentoo.org>
Thu, 1 Feb 2007 22:05:35 +0000 (22:05 +0000)
committerMarkus Ullmann <jokey@gentoo.org>
Thu, 1 Feb 2007 22:05:35 +0000 (22:05 +0000)
Package-Manager: portage-2.1.2-r1

net-analyzer/libnasl/ChangeLog
net-analyzer/libnasl/files/digest-libnasl-2.2.7 [deleted file]
net-analyzer/libnasl/files/digest-libnasl-2.2.8 [deleted file]
net-analyzer/libnasl/libnasl-2.2.7.ebuild [deleted file]
net-analyzer/libnasl/libnasl-2.2.8.ebuild [deleted file]
net-analyzer/libnasl/libnasl-2.3.1.ebuild
net-analyzer/nessus-plugins/ChangeLog
net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.2.7 [deleted file]
net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.2.8 [deleted file]
net-analyzer/nessus-plugins/nessus-plugins-2.2.7.ebuild [deleted file]
net-analyzer/nessus-plugins/nessus-plugins-2.2.8.ebuild [deleted file]

index 1e50d2210ed6b8d2b3aec67bee38c277bfcb7cad..2c99d39a06072862c367af94fc43483d25f67971 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/libnasl
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.80 2006/06/01 21:37:52 jokey Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.81 2007/02/01 22:03:54 jokey Exp $
+
+  01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -libnasl-2.2.7.ebuild,
+  -libnasl-2.2.8.ebuild:
+  cleanup
 
 *libnasl-2.2.8 (01 Jun 2006)
 
diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.2.7 b/net-analyzer/libnasl/files/digest-libnasl-2.2.7
deleted file mode 100644 (file)
index 2f590a4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 37f6f0db022dad1e218371909de3e8af libnasl-2.2.7.tar.gz 364755
-RMD160 281c6ea87e8eba25152f6f81bdf7186b2ceb9e43 libnasl-2.2.7.tar.gz 364755
-SHA256 6e40f246bc4ff3a7adb48fa417692df02e087c72c372374d88e1175941a5cd00 libnasl-2.2.7.tar.gz 364755
diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.2.8 b/net-analyzer/libnasl/files/digest-libnasl-2.2.8
deleted file mode 100644 (file)
index 66554ac..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz 366779
-RMD160 42bb5cfe9e1974b036c54530721f785344cacdff libnasl-2.2.8.tar.gz 366779
-SHA256 bf9552443b9d016f6f5861a713f9167efcd9f979fcb6112e6c638541d4e20a1d libnasl-2.2.8.tar.gz 366779
diff --git a/net-analyzer/libnasl/libnasl-2.2.7.ebuild b/net-analyzer/libnasl/libnasl-2.2.7.ebuild
deleted file mode 100644 (file)
index 2cbc308..0000000
+++ /dev/null
@@ -1,30 +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/libnasl/libnasl-2.2.7.ebuild,v 1.1 2006/03/09 17:47:48 vanquirius Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="A remote security scanner for Linux (libnasl)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="=net-analyzer/nessus-libraries-${PV}"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-       export CC="$(tc-getCC)"
-       econf || die "configuration failed"
-       # emake fails for >= -j2. bug #16471.
-       emake -C nasl cflags
-       emake || die "make failed"
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die "Install failed libnasl"
-}
diff --git a/net-analyzer/libnasl/libnasl-2.2.8.ebuild b/net-analyzer/libnasl/libnasl-2.2.8.ebuild
deleted file mode 100644 (file)
index 5ff68d7..0000000
+++ /dev/null
@@ -1,30 +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/libnasl/libnasl-2.2.8.ebuild,v 1.1 2006/06/01 21:37:52 jokey Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="A remote security scanner for Linux (libnasl)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="=net-analyzer/nessus-libraries-${PV}"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-       export CC="$(tc-getCC)"
-       econf || die "configuration failed"
-       # emake fails for >= -j2. bug #16471.
-       emake -C nasl cflags
-       emake || die "make failed"
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die "Install failed libnasl"
-}
index 8d61c7363bba0f622b3a6a815f50131b106025b6..aa98302695f22cf512b8031db7a79880cdb96685 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.3.1.ebuild,v 1.3 2006/03/05 21:13:54 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.3.1.ebuild,v 1.4 2007/02/01 22:03:54 jokey Exp $
 
 inherit toolchain-funcs
 
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
 IUSE=""
 
-DEPEND="=net-analyzer/nessus-libraries-${PV}"
+DEPEND="~net-analyzer/nessus-libraries-${PV}"
 
 S="${WORKDIR}/${PN}"
 
index 4c28c8a13da8e5c42d197c60ff756cff4fef41c3..4a274588a15174ec0d0ee6c7c928ec2b09a3a1d8 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/nessus-plugins
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/ChangeLog,v 1.73 2006/06/01 21:43:34 jokey Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/ChangeLog,v 1.74 2007/02/01 22:05:35 jokey Exp $
+
+  01 Feb 2007; Markus Ullmann <jokey@gentoo.org>
+  -nessus-plugins-2.2.7.ebuild, -nessus-plugins-2.2.8.ebuild:
+  cleanup
 
 *nessus-plugins-2.2.8 (01 Jun 2006)
 
diff --git a/net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.2.7 b/net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.2.7
deleted file mode 100644 (file)
index 958c0c8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2e51f5ad96dd55888e835382a61de585 nessus-plugins-GPL-2.2.7.tar.gz 1032442
-RMD160 12681938e75be4749f9b4c51688a83f41f5658f4 nessus-plugins-GPL-2.2.7.tar.gz 1032442
-SHA256 1be559d0c1fd5409e273f816fd59fa133d3344df472699585249cedde576a5ea nessus-plugins-GPL-2.2.7.tar.gz 1032442
diff --git a/net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.2.8 b/net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.2.8
deleted file mode 100644 (file)
index 84e2c24..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 02bc619c89b9615e27f684f97d471c85 nessus-plugins-GPL-2.2.8.tar.gz 1045101
-RMD160 8a1ae7c35c26df4cd27b918c867ab8a461d9530a nessus-plugins-GPL-2.2.8.tar.gz 1045101
-SHA256 436f8e49ff7bec273f12ad8e8e47a9b50c3935118c25e383ae379dca13aacaaf nessus-plugins-GPL-2.2.8.tar.gz 1045101
diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.2.7.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.2.7.ebuild
deleted file mode 100644 (file)
index e371970..0000000
+++ /dev/null
@@ -1,29 +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-plugins/nessus-plugins-2.2.7.ebuild,v 1.1 2006/03/09 17:48:14 vanquirius Exp $
-
-inherit toolchain-funcs
-
-S="${WORKDIR}/${PN}"
-DESCRIPTION="A remote security scanner for Linux (nessus-plugins)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/nessus-plugins-GPL-${PV}.tar.gz"
-DEPEND=">=net-analyzer/nessus-core-${PV}"
-SLOT="0"
-IUSE=""
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-src_compile() {
-       export CC="$(tc-getCC)"
-       econf || die
-       emake || die
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               install || die "make install failed"
-       dodoc docs/*.txt plugins/accounts/accounts.txt
-}
-
diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.2.8.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.2.8.ebuild
deleted file mode 100644 (file)
index 8413e4e..0000000
+++ /dev/null
@@ -1,29 +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-plugins/nessus-plugins-2.2.8.ebuild,v 1.1 2006/06/01 21:43:34 jokey Exp $
-
-inherit toolchain-funcs
-
-S="${WORKDIR}/${PN}"
-DESCRIPTION="A remote security scanner for Linux (nessus-plugins)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/nessus-plugins-GPL-${PV}.tar.gz"
-DEPEND=">=net-analyzer/nessus-core-${PV}"
-SLOT="0"
-IUSE=""
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-src_compile() {
-       export CC="$(tc-getCC)"
-       econf || die
-       emake || die
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               install || die "make install failed"
-       dodoc docs/*.txt plugins/accounts/accounts.txt
-}
-