diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-21 19:57:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-21 19:57:26 +0000 |
commit | 64dddd1ced818758e735c38d726743f36b4f2304 (patch) | |
tree | 111357604d83d8a98191e1470b449b512be08a4c /net-misc/lksctp-tools | |
parent | x86 stable wrt bug #333735 (diff) | |
download | gentoo-2-64dddd1ced818758e735c38d726743f36b4f2304.tar.gz gentoo-2-64dddd1ced818758e735c38d726743f36b4f2304.tar.bz2 gentoo-2-64dddd1ced818758e735c38d726743f36b4f2304.zip |
Drop unused files.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/lksctp-tools')
-rw-r--r-- | net-misc/lksctp-tools/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/lksctp-tools/files/lksctp-tools-1.0.6-as-needed.patch | 28 | ||||
-rw-r--r-- | net-misc/lksctp-tools/files/lksctp-tools-1.0.8-as-needed.patch | 30 |
3 files changed, 6 insertions, 59 deletions
diff --git a/net-misc/lksctp-tools/ChangeLog b/net-misc/lksctp-tools/ChangeLog index 20171c196df0..5c3f36634731 100644 --- a/net-misc/lksctp-tools/ChangeLog +++ b/net-misc/lksctp-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/lksctp-tools # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/ChangeLog,v 1.26 2010/07/12 17:06:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/ChangeLog,v 1.27 2010/08/21 19:57:26 flameeyes Exp $ + + 21 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -files/lksctp-tools-1.0.6-as-needed.patch, + -files/lksctp-tools-1.0.8-as-needed.patch: + Drop unused files. 12 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> -lksctp-tools-1.0.6.ebuild, -lksctp-tools-1.0.8.ebuild: diff --git a/net-misc/lksctp-tools/files/lksctp-tools-1.0.6-as-needed.patch b/net-misc/lksctp-tools/files/lksctp-tools-1.0.6-as-needed.patch deleted file mode 100644 index 67f41b35813d..000000000000 --- a/net-misc/lksctp-tools/files/lksctp-tools-1.0.6-as-needed.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -uNr lksctp-tools-1.0.6.orig/src/apps/Makefile.am lksctp-tools-1.0.6/src/apps/Makefile.am ---- lksctp-tools-1.0.6.orig/src/apps/Makefile.am 2006-02-03 18:58:37.000000000 +0000 -+++ lksctp-tools-1.0.6/src/apps/Makefile.am 2006-09-02 13:39:54.000000000 +0100 -@@ -8,8 +8,8 @@ - INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib - AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration - AM_LDFLAGS = --LDADD = $(top_builddir)/src/lib/libsctp.la \ -- $(top_builddir)/src/testlib/libsctputil.la -+LDADD = $(top_builddir)/src/testlib/libsctputil.la \ -+ $(top_builddir)/src/lib/libsctp.la - - # programs to be installed with the distriubution - bin_PROGRAMS = sctp_darn sctp_test -diff -uNr lksctp-tools-1.0.6.orig/src/func_tests/Makefile.am lksctp-tools-1.0.6/src/func_tests/Makefile.am ---- lksctp-tools-1.0.6.orig/src/func_tests/Makefile.am 2006-02-03 18:58:37.000000000 +0000 -+++ lksctp-tools-1.0.6/src/func_tests/Makefile.am 2006-09-02 13:46:38.000000000 +0100 -@@ -8,8 +8,8 @@ - INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib - AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration - AM_LDFLAGS = -lpthread --LDADD = $(top_builddir)/src/lib/libsctp.la \ -- $(top_builddir)/src/testlib/libsctputil.la -+LDADD = $(top_builddir)/src/testlib/libsctputil.la \ -+ $(top_builddir)/src/lib/libsctp.la - - V6FLAGS = -DCONFIG_IPV6=1 -DTEST_V6=1 ${DEFS} ${INCLUDES} ${CFLAGS} - diff --git a/net-misc/lksctp-tools/files/lksctp-tools-1.0.8-as-needed.patch b/net-misc/lksctp-tools/files/lksctp-tools-1.0.8-as-needed.patch deleted file mode 100644 index 3c862357e719..000000000000 --- a/net-misc/lksctp-tools/files/lksctp-tools-1.0.8-as-needed.patch +++ /dev/null @@ -1,30 +0,0 @@ -fix static linking as well as --as-needed - -http://sourceforge.net/tracker/index.php?func=detail&aid=1517981&group_id=26529&atid=387572 - ---- lksctp-tools-1.0.6/src/apps/Makefile.in -+++ lksctp-tools-1.0.6/src/apps/Makefile.in -@@ -8,8 +8,8 @@ - INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib - AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration - AM_LDFLAGS = --LDADD = $(top_builddir)/src/lib/libsctp.la \ -- $(top_builddir)/src/testlib/libsctputil.la -+LDADD = $(top_builddir)/src/testlib/libsctputil.la \ -+ $(top_builddir)/src/lib/libsctp.la - - # programs to be installed with the distriubution - bin_PROGRAMS = sctp_darn sctp_test ---- lksctp-tools-1.0.6/src/func_tests/Makefile.in -+++ lksctp-tools-1.0.6/src/func_tests/Makefile.in -@@ -8,8 +8,8 @@ - INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib - AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration - AM_LDFLAGS = -lpthread --LDADD = $(top_builddir)/src/lib/libsctp.la \ -- $(top_builddir)/src/testlib/libsctputil.la -+LDADD = $(top_builddir)/src/testlib/libsctputil.la \ -+ $(top_builddir)/src/lib/libsctp.la - - V6FLAGS = -DCONFIG_IPV6=1 -DTEST_V6=1 ${DEFS} ${INCLUDES} ${CFLAGS} - |