diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 21:28:55 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 21:28:55 +0000 |
commit | 0256dcc46b5502edc0bfd4461afad2e8eb78f5d8 (patch) | |
tree | 9f337ab1e9c21474f242e551a6be4279491c6a6c | |
parent | Version bump. Add patches that disable update of swt and shared plugin, which... (diff) | |
download | historical-0256dcc46b5502edc0bfd4461afad2e8eb78f5d8.tar.gz historical-0256dcc46b5502edc0bfd4461afad2e8eb78f5d8.tar.bz2 historical-0256dcc46b5502edc0bfd4461afad2e8eb78f5d8.zip |
clean up
Package-Manager: portage-2.1.8.3/cvs/Linux i686
-rw-r--r-- | net-analyzer/fragroute/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/fragroute/fragroute-1.2.ebuild | 26 | ||||
-rw-r--r-- | net-analyzer/labrea/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/labrea/labrea-2.5.ebuild | 37 |
4 files changed, 9 insertions, 65 deletions
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog index 8e0853559dbd..62ee8665fc89 100644 --- a/net-analyzer/fragroute/ChangeLog +++ b/net-analyzer/fragroute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/fragroute # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.18 2010/04/21 18:13:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.19 2010/04/21 21:28:55 fauli Exp $ + + 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + -fragroute-1.2.ebuild: + clean up 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> fragroute-1.2-r1.ebuild: diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild deleted file mode 100644 index 93bfcdb4132c..000000000000 --- a/net-analyzer/fragroute/fragroute-1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.13 2010/01/15 19:52:41 ulm Exp $ - -DESCRIPTION="fragroute was written to aid in the testing of network intrusion detection systems, firewalls and basic TCP/IP stack behaviour." -HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/" -SRC_URI="http://www.monkey.org/~dugsong/fragroute/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND=">=dev-libs/libevent-0.6 - net-libs/libpcap - >=dev-libs/libdnet-1.4" - -src_compile() { - econf --with-libevent=/usr --with-libdnet=/usr || die "Econf failed" - emake || die "Make failed" -} - -src_install() { - einstall || die - dodoc README -} diff --git a/net-analyzer/labrea/ChangeLog b/net-analyzer/labrea/ChangeLog index 2e71cb21930c..d4b9d68dd173 100644 --- a/net-analyzer/labrea/ChangeLog +++ b/net-analyzer/labrea/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/labrea # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/labrea/ChangeLog,v 1.10 2010/04/21 18:12:21 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/labrea/ChangeLog,v 1.11 2010/04/21 21:27:23 fauli Exp $ + + 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> -labrea-2.5.ebuild: + clean up 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> labrea-2.5-r1.ebuild: stable x86, bug 316533 diff --git a/net-analyzer/labrea/labrea-2.5.ebuild b/net-analyzer/labrea/labrea-2.5.ebuild deleted file mode 100644 index eb762861b675..000000000000 --- a/net-analyzer/labrea/labrea-2.5.ebuild +++ /dev/null @@ -1,37 +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/labrea/labrea-2.5.ebuild,v 1.7 2007/07/02 14:37:38 peper Exp $ - -DESCRIPTION="'Sticky' Honeypot and IDS" -HOMEPAGE="http://labrea.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-stable-1.tar.gz" -RESTRICT="mirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" -DEPEND="net-libs/libpcap - >=dev-libs/libdnet-1.7" - -MY_P="${P}-stable-1" -S=${WORKDIR}/${MY_P} - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die "einstall failed" - dodoc AUTHORS ChangeLog README TODO NEWS - newdoc INSTALL README.first -} - -pkg_postinst() { - - ewarn CAUTION: - ewarn Before using this package READ the INSTALL and README! - ewarn as the author states that it can cause serious problems on your network. - -} |