diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-09-02 09:03:34 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-09-02 09:03:34 +0000 |
commit | 8ced29e84b8fc1b8dd1620e94ff6d26caf8c6014 (patch) | |
tree | 8c7587300b6c4e4205c3955e46d040297b0b8211 /net-misc/dahdi-tools/files | |
parent | Clean up old ebuilds and patches. (diff) | |
download | gentoo-2-8ced29e84b8fc1b8dd1620e94ff6d26caf8c6014.tar.gz gentoo-2-8ced29e84b8fc1b8dd1620e94ff6d26caf8c6014.tar.bz2 gentoo-2-8ced29e84b8fc1b8dd1620e94ff6d26caf8c6014.zip |
Clean up old ebuilds and patches.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/dahdi-tools/files')
6 files changed, 0 insertions, 124 deletions
diff --git a/net-misc/dahdi-tools/files/dahdi-tools-2.1.0.2-asneeded.patch b/net-misc/dahdi-tools/files/dahdi-tools-2.1.0.2-asneeded.patch deleted file mode 100644 index 2801aae5ab51..000000000000 --- a/net-misc/dahdi-tools/files/dahdi-tools-2.1.0.2-asneeded.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -uNr dahdi-tools-2.1.0.2.ORIG/Makefile dahdi-tools-2.1.0.2/Makefile ---- dahdi-tools-2.1.0.2.ORIG/Makefile 2009-03-10 16:48:48.000000000 +0000 -+++ dahdi-tools-2.1.0.2/Makefile 2009-03-10 16:53:46.000000000 +0000 -@@ -156,12 +156,12 @@ - $(CC) $(CFLAGS) $(MAKE_DEPS) -c -o $@ $< - - %: %.o -- $(CC) $(LDFLAGS) -o $@ $^ -+ $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - - prereq: config.status - - dahdi_tool: CFLAGS+=$(NEWT_INCLUDE) --dahdi_tool: LDFLAGS+=$(NEWT_LIB) -+dahdi_tool: LIBS+=$(NEWT_LIB) - - dahdi_speed: CFLAGS+=-O0 - -@@ -173,11 +173,11 @@ - $(CC) $(CFLAGS) -shared -Wl,-soname,$(LTZ_SO).$(LTZ_SO_MAJOR_VER).$(LTZ_SO_MINOR_VER) -o $@ $^ -lm - - dahdi_cfg: $(LTZ_A) --dahdi_cfg: LDFLAGS+=-lm -+dahdi_cfg: LIBS+=-lm - - fxstest: $(LTZ_SO) --fxstest: LDFLAGS+=-lm --fxotune: LDFLAGS+=-lm -+fxstest: LIBS+=-lm -+fxotune: LIBS+=-lm - - tonezones.txt: zonedata.c - perl -ne 'next unless (/\.(country|description) = *"([^"]*)/); \ diff --git a/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-ifreq.patch b/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-ifreq.patch deleted file mode 100644 index 98ce2db7973b..000000000000 --- a/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-ifreq.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr dahdi-tools-2.2.0.ORIG/sethdlc.c dahdi-tools-2.2.0/sethdlc.c ---- dahdi-tools-2.2.0.ORIG/sethdlc.c 2009-10-28 11:07:37.000000000 +0000 -+++ dahdi-tools-2.2.0/sethdlc.c 2009-10-28 11:08:10.000000000 +0000 -@@ -43,6 +43,8 @@ - #warning "No kernel support for Ethernet over Frame Relay / HDLC, skipping it" - #endif - -+#define ifreq __kernel_ifreq -+ - - static struct ifreq req; /* for ioctl */ - static int argc; diff --git a/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-modprobe-suffix.patch b/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-modprobe-suffix.patch deleted file mode 100644 index eea4a7a9948a..000000000000 --- a/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-modprobe-suffix.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN dahdi-tools-2.2.0.orig/Makefile dahdi-tools-2.2.0/Makefile ---- dahdi-tools-2.2.0.orig/Makefile 2009-06-08 19:02:48.000000000 +0200 -+++ dahdi-tools-2.2.0/Makefile 2009-07-19 14:32:44.246071785 +0200 -@@ -70,8 +70,8 @@ - RCCONF_FILE = /etc/dahdi/init.conf - MODULES_FILE = /etc/dahdi/modules - GENCONF_FILE = /etc/dahdi/genconf_parameters --MODPROBE_FILE = /etc/modprobe.d/dahdi --BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist -+MODPROBE_FILE = /etc/modprobe.d/dahdi.conf -+BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist.conf - - NETSCR_DIR := $(firstword $(wildcard $(DESTDIR)/etc/sysconfig/network-scripts )) - ifneq (,$(NETSCR_DIR)) diff --git a/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-no-hardware-fiddling.patch b/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-no-hardware-fiddling.patch deleted file mode 100644 index c04e66241d8e..000000000000 --- a/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-no-hardware-fiddling.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -uNr dahdi-tools-2.2.0.ORIG/Makefile dahdi-tools-2.2.0/Makefile ---- dahdi-tools-2.2.0.ORIG/Makefile 2009-12-22 12:20:03.000000000 +0000 -+++ dahdi-tools-2.2.0/Makefile 2009-12-22 12:20:46.000000000 +0000 -@@ -293,18 +293,6 @@ - $(ADD_INITD) - endif - @echo "DAHDI has been configured." -- @echo "" -- @echo "List of detected DAHDI devices:" -- @echo "" -- @if [ `xpp/dahdi_hardware | tee /dev/stderr | wc -l` -eq 0 ]; then \ -- echo "No hardware found"; \ -- else \ -- echo ""; \ -- echo "run 'dahdi_genconf modules' to load support for only " ;\ -- echo "the DAHDI hardware installed in this system. By "; \ -- echo "default support for all DAHDI hardware is loaded at "; \ -- echo "DAHDI start. "; \ -- fi - - update: - @if [ -d .svn ]; then \ diff --git a/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-vendorlib.patch b/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-vendorlib.patch deleted file mode 100644 index 03bc27e05702..000000000000 --- a/net-misc/dahdi-tools/files/dahdi-tools-2.2.0-vendorlib.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr dahdi-tools-2.2.0.ORIG/xpp/Makefile dahdi-tools-2.2.0/xpp/Makefile ---- dahdi-tools-2.2.0.ORIG/xpp/Makefile 2009-12-22 11:31:02.000000000 +0000 -+++ dahdi-tools-2.2.0/xpp/Makefile 2009-12-22 11:32:59.000000000 +0000 -@@ -28,7 +28,7 @@ - DATADIR = $(datadir)/dahdi - MANDIR = $(mandir)/man8 - HOTPLUG_USB_DIR = /etc/hotplug/usb --PERLLIBDIR := $(shell eval `perl -V:sitelib`; echo "$$sitelib") -+PERLLIBDIR := $(shell eval `perl -V:vendorlib`; echo "$$vendorlib") - PERL_DIRS := $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs) - PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm) - PERL_MODS := $(shell cd perl_modules; echo $(PERL_MODS_PAT)) diff --git a/net-misc/dahdi-tools/files/dahdi.init b/net-misc/dahdi-tools/files/dahdi.init deleted file mode 100644 index 483ec33df9df..000000000000 --- a/net-misc/dahdi-tools/files/dahdi.init +++ /dev/null @@ -1,31 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/files/dahdi.init,v 1.1 2009/03/10 17:08:01 chainsaw Exp $ - -depend() { - need net -} - -checkconfig() { - if [ ! -f /etc/dahdi/system.conf ]; then - eerror "/etc/dahdi/system.conf not found. Nothing to do." - return 1 - fi - - return 0 -} - -start() { - checkconfig || return 1 - - ebegin "Starting DAHDI" - /usr/sbin/dahdi_cfg - eend $? -} - -stop() { - ebegin "Stopping DAHDI" - /usr/sbin/dahdi_cfg -s - eend -} |