summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-06 18:29:54 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-06 18:29:54 +0000
commitac9084efb8b45c34f39a3413ce85d421b89895d8 (patch)
tree4be47fdec418e64a14373393de759b85149b7b83
parentalpha/ia64/x86 stable (diff)
downloadhistorical-ac9084efb8b45c34f39a3413ce85d421b89895d8.tar.gz
historical-ac9084efb8b45c34f39a3413ce85d421b89895d8.tar.bz2
historical-ac9084efb8b45c34f39a3413ce85d421b89895d8.zip
Cleanup
Package-Manager: portage-2.1.3.7
-rw-r--r--net-analyzer/snortsam/ChangeLog5
-rw-r--r--net-analyzer/snortsam/files/digest-snortsam-2.313
-rw-r--r--net-analyzer/snortsam/snortsam-2.31.ebuild42
-rw-r--r--net-analyzer/sonar/ChangeLog6
-rw-r--r--net-analyzer/sonar/files/1.2.1-libtool.patch48
-rw-r--r--net-analyzer/sonar/files/digest-sonar-1.2.13
-rw-r--r--net-analyzer/sonar/sonar-1.2.1.ebuild32
-rw-r--r--net-analyzer/sonar/sonar-1.2.2-r1.ebuild14
-rw-r--r--net-analyzer/tcpdump/ChangeLog5
-rw-r--r--net-analyzer/tcpreen/ChangeLog6
-rw-r--r--net-analyzer/tcpreen/files/digest-tcpreen-1.2.43
-rw-r--r--net-analyzer/tcpreen/files/digest-tcpreen-1.4.23
-rw-r--r--net-analyzer/tcpreen/tcpreen-1.2.4.ebuild24
-rw-r--r--net-analyzer/tcpreen/tcpreen-1.4.2.ebuild24
14 files changed, 23 insertions, 195 deletions
diff --git a/net-analyzer/snortsam/ChangeLog b/net-analyzer/snortsam/ChangeLog
index dffb80f8e63e..c3a0801590b6 100644
--- a/net-analyzer/snortsam/ChangeLog
+++ b/net-analyzer/snortsam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/snortsam
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/ChangeLog,v 1.23 2007/05/01 22:39:36 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/ChangeLog,v 1.24 2007/09/06 18:17:49 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -snortsam-2.31.ebuild:
+ Cleanup
01 May 2007; Marius Mauch <genone@gentoo.org> snortsam-2.30.ebuild,
snortsam-2.31.ebuild, snortsam-2.44.ebuild, snortsam-2.50-r1.ebuild:
diff --git a/net-analyzer/snortsam/files/digest-snortsam-2.31 b/net-analyzer/snortsam/files/digest-snortsam-2.31
deleted file mode 100644
index 149ca2c642ef..000000000000
--- a/net-analyzer/snortsam/files/digest-snortsam-2.31
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 82c603a6bede37ff9f269e725874bf94 snortsam-src-2.31.tar.gz 1011337
-RMD160 de87d3e828ca5a2e0ac1b65c86106db7cd5f0438 snortsam-src-2.31.tar.gz 1011337
-SHA256 1d0250ca1660f209b40f7c2c4d7d41e3ab8568bcd300850af954784c3605194d snortsam-src-2.31.tar.gz 1011337
diff --git a/net-analyzer/snortsam/snortsam-2.31.ebuild b/net-analyzer/snortsam/snortsam-2.31.ebuild
deleted file mode 100644
index 5a52d6d3151f..000000000000
--- a/net-analyzer/snortsam/snortsam-2.31.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/snortsam-2.31.ebuild,v 1.5 2007/07/11 23:49:24 mr_bones_ Exp $
-
-inherit eutils
-
-DESCRIPTION="Snort plugin that allows automated blocking of IP addresses on several firewalls"
-HOMEPAGE="http://www.snortsam.net/"
-SRC_URI="http://www.snortsam.net/files/snortsam-v2_multi-threaded/${PN}-src-${PV}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-2.29-no-ugly----lines.diff
-}
-
-src_compile() {
- sed -i "s: -O2 : ${CFLAGS} :" makesnortsam.sh || die "sed failed"
- sh makesnortsam.sh || die "makesnortsam.sh failed"
-}
-
-src_install() {
- find ${S} -type d -name CVS -exec rm -rf {} \;
- find ${S} -type f -name "*.asc" -exec rm -f {} \;
- dobin snortsam || die "dobin failed"
- dodoc docs/* conf/*
-}
-
-pkg_postinst() {
- echo
- elog "To use snortsam with snort, you'll have to compile snort with USE=snortsam."
- elog "Read the INSTALL file to configure snort for snortsam, and configure"
- elog "snortsam for your particular firewall."
- echo
-}
diff --git a/net-analyzer/sonar/ChangeLog b/net-analyzer/sonar/ChangeLog
index d1d2f4a362ab..f37bc7566a10 100644
--- a/net-analyzer/sonar/ChangeLog
+++ b/net-analyzer/sonar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/sonar
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sonar/ChangeLog,v 1.16 2007/07/02 14:41:27 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sonar/ChangeLog,v 1.17 2007/09/06 18:22:10 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -files/1.2.1-libtool.patch,
+ -sonar-1.2.1.ebuild, sonar-1.2.2-r1.ebuild:
+ Cleanup
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> sonar-1.2.1.ebuild,
sonar-1.2.2-r1.ebuild:
diff --git a/net-analyzer/sonar/files/1.2.1-libtool.patch b/net-analyzer/sonar/files/1.2.1-libtool.patch
deleted file mode 100644
index 77c8b09ef4a2..000000000000
--- a/net-analyzer/sonar/files/1.2.1-libtool.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-*** libltdl/configure.old Sat Dec 6 14:03:58 2003
---- libltdl/configure Sat Dec 6 14:10:26 2003
-*************** build=NONE
-*** 197,202 ****
---- 197,203 ----
- cache_file=./config.cache
- exec_prefix=NONE
- host=NONE
-+ host_alias=NONE
- no_create=
- nonopt=NONE
- no_recursion=
-*************** EOF
-*** 368,374 ****
- ac_prev=host ;;
- -host=* | --host=* | --hos=* | --ho=*)
- host="$ac_optarg" ;;
-!
- -includedir | --includedir | --includedi | --included | --include \
- | --includ | --inclu | --incl | --inc)
- ac_prev=includedir ;;
---- 369,376 ----
- ac_prev=host ;;
- -host=* | --host=* | --hos=* | --ho=*)
- host="$ac_optarg" ;;
-! -host_alias=* | --host_alias=* )
-! host_alias="$ac_optarg" ;;
- -includedir | --includedir | --includedi | --included | --include \
- | --includ | --inclu | --incl | --inc)
- ac_prev=includedir ;;
-*************** EOF
-*** 556,562 ****
-
- -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
- ;;
-!
- *)
- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
---- 558,565 ----
-
- -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
- ;;
-! CC* | CFLAGS* | CXXFLAGS*)
-! ;;
- *)
- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
diff --git a/net-analyzer/sonar/files/digest-sonar-1.2.1 b/net-analyzer/sonar/files/digest-sonar-1.2.1
deleted file mode 100644
index a4b16b2ed90b..000000000000
--- a/net-analyzer/sonar/files/digest-sonar-1.2.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ed95b5f44b7bdf43e867d799dc8bf615 sonar-1.2.1.tar.bz2 302203
-RMD160 fd3e6e5590a645b23f99187341674021abd57131 sonar-1.2.1.tar.bz2 302203
-SHA256 83cb100adc2846cd3c68d5a3d3a4986a3f188d35e38bd1ec9292a4e4de93ebb1 sonar-1.2.1.tar.bz2 302203
diff --git a/net-analyzer/sonar/sonar-1.2.1.ebuild b/net-analyzer/sonar/sonar-1.2.1.ebuild
deleted file mode 100644
index 191686257612..000000000000
--- a/net-analyzer/sonar/sonar-1.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sonar/sonar-1.2.1.ebuild,v 1.6 2007/07/02 14:41:27 peper Exp $
-
-inherit toolchain-funcs eutils
-
-IUSE=""
-DESCRIPTION="network reconnaissance utility"
-HOMEPAGE="http://autosec.sourceforge.net/"
-SRC_URI="mirror://sourceforge/autosec/${P}.tar.bz2"
-RESTRICT="mirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc"
-
-DEPEND="virtual/libc
- >=dev-libs/popt-1.7-r1
- >=app-doc/doxygen-1.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-libtool.patch
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc ChangeLog README AUTHORS CONTRIB NEWS
- dohtml doc/html/*
- rm -rf ${D}/usr/share/sonar
-}
diff --git a/net-analyzer/sonar/sonar-1.2.2-r1.ebuild b/net-analyzer/sonar/sonar-1.2.2-r1.ebuild
index 055634702b2b..2c9763547af4 100644
--- a/net-analyzer/sonar/sonar-1.2.2-r1.ebuild
+++ b/net-analyzer/sonar/sonar-1.2.2-r1.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/sonar/sonar-1.2.2-r1.ebuild,v 1.7 2007/07/02 14:41:27 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sonar/sonar-1.2.2-r1.ebuild,v 1.8 2007/09/06 18:22:10 jokey Exp $
DESCRIPTION="network reconnaissance utility"
HOMEPAGE="http://autosec.sourceforge.net/"
@@ -19,17 +19,13 @@ DEPEND="virtual/libc
doc? ( >=app-doc/doxygen-1.3 )"
src_compile() {
-
- econf || die
- emake || die
-
+ econf || die "econf failed"
+ emake || die "emake failed"
}
src_install() {
-
- make install DESTDIR=${D} || die
+ make install DESTDIR="${D}" || die "emake install failed"
dodoc ChangeLog README AUTHORS CONTRIB NEWS
use doc && dohtml doc/html/*
- rm -rf ${D}/usr/share/sonar
-
+ rm -rf "${D}"/usr/share/sonar
}
diff --git a/net-analyzer/tcpdump/ChangeLog b/net-analyzer/tcpdump/ChangeLog
index cc24e23b447b..88364177bdc9 100644
--- a/net-analyzer/tcpdump/ChangeLog
+++ b/net-analyzer/tcpdump/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/tcpdump
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.115 2007/09/06 18:27:04 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.116 2007/09/06 18:29:54 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
+ Cleanup
06 Sep 2007; Raúl Porcel <armin76@gentoo.org> tcpdump-3.9.7-r1.ebuild:
alpha/ia64/x86 stable
diff --git a/net-analyzer/tcpreen/ChangeLog b/net-analyzer/tcpreen/ChangeLog
index 446d3089e9e1..967a7e8686a8 100644
--- a/net-analyzer/tcpreen/ChangeLog
+++ b/net-analyzer/tcpreen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/tcpreen
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreen/ChangeLog,v 1.9 2007/03/20 19:40:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreen/ChangeLog,v 1.10 2007/09/06 18:25:52 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -tcpreen-1.2.4.ebuild,
+ -tcpreen-1.4.2.ebuild:
+ Cleanup
20 Mar 2007; Raúl Porcel <armin76@gentoo.org> tcpreen-1.4.3.ebuild:
x86 stable
diff --git a/net-analyzer/tcpreen/files/digest-tcpreen-1.2.4 b/net-analyzer/tcpreen/files/digest-tcpreen-1.2.4
deleted file mode 100644
index f36ea23d42b2..000000000000
--- a/net-analyzer/tcpreen/files/digest-tcpreen-1.2.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e5a5bfdb21d6cf234a87f266e3b3aacb tcpreen-1.2.4.tar.bz2 149251
-RMD160 d338b9bacdf875d407602044e5a53a238f12c147 tcpreen-1.2.4.tar.bz2 149251
-SHA256 db4372f8fdfd9f9977fe728a2780c8f0b8dc1cb8e34ee9676f11e137f101ae26 tcpreen-1.2.4.tar.bz2 149251
diff --git a/net-analyzer/tcpreen/files/digest-tcpreen-1.4.2 b/net-analyzer/tcpreen/files/digest-tcpreen-1.4.2
deleted file mode 100644
index 7293e47fdf43..000000000000
--- a/net-analyzer/tcpreen/files/digest-tcpreen-1.4.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a0d846d3ee587a41bb0749c5f2227475 tcpreen-1.4.2.tar.bz2 175605
-RMD160 a276ee808c4a2e30b7eb577bcdde18ca08418115 tcpreen-1.4.2.tar.bz2 175605
-SHA256 da133fa119d4d8cca5ea6feba2449313ab7700d9e9d68cc3df1bdd7a139b2545 tcpreen-1.4.2.tar.bz2 175605
diff --git a/net-analyzer/tcpreen/tcpreen-1.2.4.ebuild b/net-analyzer/tcpreen/tcpreen-1.2.4.ebuild
deleted file mode 100644
index 7ee22b06e0c6..000000000000
--- a/net-analyzer/tcpreen/tcpreen-1.2.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreen/tcpreen-1.2.4.ebuild,v 1.5 2005/03/23 00:27:12 vanquirius Exp $
-
-DESCRIPTION="TCP network re-engineering tool"
-HOMEPAGE="http://www.simphalempin.com/dev/tcpreen/"
-SRC_URI="mirror://sourceforge/tcpreen/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-IUSE="nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc AUTHORS NEWS THANKS TODO README
-}
diff --git a/net-analyzer/tcpreen/tcpreen-1.4.2.ebuild b/net-analyzer/tcpreen/tcpreen-1.4.2.ebuild
deleted file mode 100644
index 99676823bce0..000000000000
--- a/net-analyzer/tcpreen/tcpreen-1.4.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreen/tcpreen-1.4.2.ebuild,v 1.1 2005/03/23 00:27:12 vanquirius Exp $
-
-DESCRIPTION="TCP network re-engineering tool"
-HOMEPAGE="http://www.simphalempin.com/dev/tcpreen/"
-SRC_URI="mirror://sourceforge/tcpreen/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc AUTHORS NEWS THANKS TODO README
-}