summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-12-23 16:16:08 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-12-23 16:16:08 +0000
commitd59e96d83e22fa1223a94715ee4c5fd737c56d57 (patch)
treeaac6e5171df5c90dc62e4e40d20c6ecedf729846 /net-analyzer
parentMarked ~amd64-linux and ~ppc-macos, bug #294614 (diff)
downloadgentoo-2-d59e96d83e22fa1223a94715ee4c5fd737c56d57.tar.gz
gentoo-2-d59e96d83e22fa1223a94715ee4c5fd737c56d57.tar.bz2
gentoo-2-d59e96d83e22fa1223a94715ee4c5fd737c56d57.zip
Removing old ebuilds, fixing missing documentation, bug #298010
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/rtpbreak/ChangeLog6
-rw-r--r--net-analyzer/rtpbreak/rtpbreak-1.0.ebuild33
-rw-r--r--net-analyzer/rtpbreak/rtpbreak-1.2.ebuild33
-rw-r--r--net-analyzer/rtpbreak/rtpbreak-1.3a.ebuild6
4 files changed, 8 insertions, 70 deletions
diff --git a/net-analyzer/rtpbreak/ChangeLog b/net-analyzer/rtpbreak/ChangeLog
index 8bdd142b023f..70cf31233bb8 100644
--- a/net-analyzer/rtpbreak/ChangeLog
+++ b/net-analyzer/rtpbreak/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/rtpbreak
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtpbreak/ChangeLog,v 1.5 2009/10/25 20:23:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtpbreak/ChangeLog,v 1.6 2009/12/23 16:16:08 vostorga Exp $
+
+ 23 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> -rtpbreak-1.0.ebuild,
+ -rtpbreak-1.2.ebuild, rtpbreak-1.3a.ebuild:
+ Removing old ebuilds, fixing missing documentation, bug #298010
25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove drizzt from metadata.xml (#149111)
diff --git a/net-analyzer/rtpbreak/rtpbreak-1.0.ebuild b/net-analyzer/rtpbreak/rtpbreak-1.0.ebuild
deleted file mode 100644
index 728c8344c56d..000000000000
--- a/net-analyzer/rtpbreak/rtpbreak-1.0.ebuild
+++ /dev/null
@@ -1,33 +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/rtpbreak/rtpbreak-1.0.ebuild,v 1.1 2007/05/28 15:19:29 drizzt Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Detects, reconstructs and analyzes any RTP session through heuristics over the UDP network traffic."
-HOMEPAGE="http://xenion.antifork.org/rtpbreak/rtpbreak.html"
-SRC_URI="http://xenion.antifork.org/rtpbreak/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=net-libs/libnet-1.1
- >=net-libs/libpcap-0.7"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-ldflags.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin rtpbreak || die "cannot install rtpbreak"
- dodoc README.{en,it}
-}
diff --git a/net-analyzer/rtpbreak/rtpbreak-1.2.ebuild b/net-analyzer/rtpbreak/rtpbreak-1.2.ebuild
deleted file mode 100644
index cc9014192a3d..000000000000
--- a/net-analyzer/rtpbreak/rtpbreak-1.2.ebuild
+++ /dev/null
@@ -1,33 +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/rtpbreak/rtpbreak-1.2.ebuild,v 1.2 2009/01/14 04:20:52 vapier Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Detects, reconstructs and analyzes any RTP session through heuristics over the UDP network traffic"
-HOMEPAGE="http://xenion.antifork.org/rtpbreak/index.html"
-SRC_URI="http://xenion.antifork.org/rtpbreak/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=net-libs/libnet-1.1
- >=net-libs/libpcap-0.7"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch #247936
- epatch "${FILESDIR}"/${P}-ldflags.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin rtpbreak || die "cannot install rtpbreak"
- dodoc README.{en,it}
-}
diff --git a/net-analyzer/rtpbreak/rtpbreak-1.3a.ebuild b/net-analyzer/rtpbreak/rtpbreak-1.3a.ebuild
index c89bca5507fb..0c6a2e74b2f5 100644
--- a/net-analyzer/rtpbreak/rtpbreak-1.3a.ebuild
+++ b/net-analyzer/rtpbreak/rtpbreak-1.3a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtpbreak/rtpbreak-1.3a.ebuild,v 1.1 2009/02/05 13:56:41 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtpbreak/rtpbreak-1.3a.ebuild,v 1.2 2009/12/23 16:16:08 vostorga Exp $
EAPI=1
@@ -32,6 +32,6 @@ src_compile() {
src_install() {
dobin src/rtpbreak || die "cannot install rtpbreak"
- dodoc CHANGELOG THANKS
- dohtml docs/*
+ dodoc CHANGELOG THANKS || die "Failed to install documentation"
+ dohtml doc/* || die "Failed to install documentation"
}