summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-10-09 08:25:01 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-10-09 08:25:01 +0000
commitb1c308b7c53de2e4a58481812d67717e0bca7e01 (patch)
tree191a7e513bde100e2bc9fe0ed8141105243b6064 /net-analyzer/bigeye
parentQA: add RDEPEND explicitly (diff)
downloadgentoo-2-b1c308b7c53de2e4a58481812d67717e0bca7e01.tar.gz
gentoo-2-b1c308b7c53de2e4a58481812d67717e0bca7e01.tar.bz2
gentoo-2-b1c308b7c53de2e4a58481812d67717e0bca7e01.zip
Drop old revision
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/bigeye')
-rw-r--r--net-analyzer/bigeye/ChangeLog5
-rw-r--r--net-analyzer/bigeye/bigeye-0.3-r1.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/net-analyzer/bigeye/ChangeLog b/net-analyzer/bigeye/ChangeLog
index 0c2faee6e4f6..d1db20500a03 100644
--- a/net-analyzer/bigeye/ChangeLog
+++ b/net-analyzer/bigeye/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/bigeye
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.20 2012/10/09 08:23:55 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.21 2012/10/09 08:25:01 pinkbyte Exp $
+
+ 09 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> -bigeye-0.3-r1.ebuild:
+ Drop old revision
09 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> bigeye-0.3-r3.ebuild:
QA: add RDEPEND explicitly
diff --git a/net-analyzer/bigeye/bigeye-0.3-r1.ebuild b/net-analyzer/bigeye/bigeye-0.3-r1.ebuild
deleted file mode 100644
index 683e3f404ec7..000000000000
--- a/net-analyzer/bigeye/bigeye-0.3-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/bigeye-0.3-r1.ebuild,v 1.4 2009/09/23 18:17:45 patrick Exp $
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Bigeye is a network utility dump and simple honeypot utility"
-HOMEPAGE="http://violating.us/projects/bigeye/"
-SRC_URI="http://violating.us/projects/bigeye/download/${P}.tgz
- mirror://gentoo/${P}-gcc34.diff.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- epatch "${WORKDIR}"/${P}-gcc34.diff
-}
-
-src_compile() {
- cd src
- $(tc-getCC) ${CFLAGS} bigeye.c emulate.c -o bigeye || die
- einfo "Done compiling."
-}
-
-src_install() {
- dobin src/bigeye || die
-
- insinto /usr/share/bigeye
- doins sig.file
- cp -r messages "${D}"/usr/share/bigeye/
- dodoc README
-}
-
-pkg_postinst() {
- elog "The service emulation files mentioned in the README"
- elog "are located in /usr/share/bigeye/messages"
-}