summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-03-01 20:22:30 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-03-01 20:22:30 +0000
commit43d77b399a3fd1532ea58d2a2ddb5cd45e3c9772 (patch)
tree294ba3685237d29f61f08d2d0aa9f35818270ca8 /net-analyzer
parentRemove unused patch (diff)
downloadgentoo-2-43d77b399a3fd1532ea58d2a2ddb5cd45e3c9772.tar.gz
gentoo-2-43d77b399a3fd1532ea58d2a2ddb5cd45e3c9772.tar.bz2
gentoo-2-43d77b399a3fd1532ea58d2a2ddb5cd45e3c9772.zip
Remove unused patches
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/rtpbreak/ChangeLog9
-rw-r--r--net-analyzer/rtpbreak/files/rtpbreak-1.0-ldflags.patch18
-rw-r--r--net-analyzer/rtpbreak/files/rtpbreak-1.2-build.patch14
-rw-r--r--net-analyzer/rtpbreak/files/rtpbreak-1.2-ldflags.patch19
4 files changed, 7 insertions, 53 deletions
diff --git a/net-analyzer/rtpbreak/ChangeLog b/net-analyzer/rtpbreak/ChangeLog
index 70cf31233bb8..956b48d64ae3 100644
--- a/net-analyzer/rtpbreak/ChangeLog
+++ b/net-analyzer/rtpbreak/ChangeLog
@@ -1,6 +1,11 @@
# 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.6 2009/12/23 16:16:08 vostorga Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtpbreak/ChangeLog,v 1.7 2011/03/01 20:22:30 idl0r Exp $
+
+ 01 Mar 2011; Christian Ruppert <idl0r@gentoo.org>
+ -files/rtpbreak-1.0-ldflags.patch, -files/rtpbreak-1.2-build.patch,
+ -files/rtpbreak-1.2-ldflags.patch:
+ Remove unused patches
23 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> -rtpbreak-1.0.ebuild,
-rtpbreak-1.2.ebuild, rtpbreak-1.3a.ebuild:
diff --git a/net-analyzer/rtpbreak/files/rtpbreak-1.0-ldflags.patch b/net-analyzer/rtpbreak/files/rtpbreak-1.0-ldflags.patch
deleted file mode 100644
index 89a19f271672..000000000000
--- a/net-analyzer/rtpbreak/files/rtpbreak-1.0-ldflags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.orig 2007-05-28 17:04:50.000000000 +0200
-+++ Makefile 2007-05-28 17:05:37.000000000 +0200
-@@ -7,13 +7,14 @@
- $(CC) -c $(CFLAGS) $(DEFS) rtpbreak.c
- $(CC) -c $(CFLAGS) $(DEFS) common.c
- $(CC) -c $(CFLAGS) $(DEFS) net.c
-- $(CC) $(LIBS) rtpbreak.o common.o net.o -o rtpbreak
-+ $(CC) $(LDFLAGS) rtpbreak.o common.o net.o -o rtpbreak $(LIBS)
- @echo "%"
-
- header:
- @echo "%"
- @echo "% CC...................: $(CC)"
- @echo "% CFLAGS...............: $(CFLAGS)"
-+ @echo "% LDFLAGS..............: $(LDFLAGS)"
- @echo "% LIBS.................: $(LIBS)"
- @echo "% DEFS.................: $(DEFS)"
- @echo "%"
diff --git a/net-analyzer/rtpbreak/files/rtpbreak-1.2-build.patch b/net-analyzer/rtpbreak/files/rtpbreak-1.2-build.patch
deleted file mode 100644
index 58a980055723..000000000000
--- a/net-analyzer/rtpbreak/files/rtpbreak-1.2-build.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-fix building with newer glibc
-
-http://bugs.gentoo.org/247936
-
---- rtpbreak.c
-+++ rtpbreak.c
-@@ -24,6 +24,7 @@
- /* includes */
-
-
-+#include <limits.h>
- #include <time.h>
- #include <sys/stat.h>
- #include <pwd.h>
diff --git a/net-analyzer/rtpbreak/files/rtpbreak-1.2-ldflags.patch b/net-analyzer/rtpbreak/files/rtpbreak-1.2-ldflags.patch
deleted file mode 100644
index c3fa610f4e4c..000000000000
--- a/net-analyzer/rtpbreak/files/rtpbreak-1.2-ldflags.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.old 2007-09-26 19:27:45.000000000 +0200
-+++ Makefile 2007-09-26 19:28:31.000000000 +0200
-@@ -11,7 +11,7 @@
- $(CC) -c -DVERSION=\"$(VERSION)\" $(CFLAGS) $(DEFS) rtpbreak.c
- $(CC) -c $(CFLAGS) $(DEFS) common.c
- $(CC) -c $(CFLAGS) $(DEFS) net.c
-- $(CC) $(LIBS) rtpbreak.o common.o net.o -o rtpbreak
-+ $(CC) $(LDFLAGS) rtpbreak.o common.o net.o -o rtpbreak $(LIBS)
- @echo "%"
-
- header:
-@@ -20,6 +20,7 @@
- @echo "%"
- @echo "% CC...................: $(CC)"
- @echo "% CFLAGS...............: $(CFLAGS)"
-+ @echo "% LDFLAGS..............: $(LDFLAGS)"
- @echo "% LIBS.................: $(LIBS)"
- @echo "% DEFS.................: $(DEFS)"
- @echo "%"