diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2006-09-22 13:42:01 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2006-09-22 13:42:01 +0000 |
commit | 4570f000a78ccabccddeb8a3ecc8e3f392be34af (patch) | |
tree | 99792d579ec4e7cdf4ea2f6a0b141ac2c6e6abd0 /net-dialup/capisuite/files | |
parent | removed old version + obsolete patches. (diff) | |
download | historical-4570f000a78ccabccddeb8a3ecc8e3f392be34af.tar.gz historical-4570f000a78ccabccddeb8a3ecc8e3f392be34af.tar.bz2 historical-4570f000a78ccabccddeb8a3ecc8e3f392be34af.zip |
removed old version + obsolete patches.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'net-dialup/capisuite/files')
-rw-r--r-- | net-dialup/capisuite/files/capisuite-0.4.5-capiv3.patch | 29 | ||||
-rw-r--r-- | net-dialup/capisuite/files/capisuite-0.4.5-gentoo.patch | 49 | ||||
-rw-r--r-- | net-dialup/capisuite/files/digest-capisuite-0.4.5 | 3 |
3 files changed, 0 insertions, 81 deletions
diff --git a/net-dialup/capisuite/files/capisuite-0.4.5-capiv3.patch b/net-dialup/capisuite/files/capisuite-0.4.5-capiv3.patch deleted file mode 100644 index d319221a6e94..000000000000 --- a/net-dialup/capisuite/files/capisuite-0.4.5-capiv3.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- src/backend/capi.cpp.orig 2004-11-28 14:35:25.000000000 +0100 -+++ src/backend/capi.cpp 2005-03-22 00:18:14.000000000 +0100 -@@ -148,7 +148,7 @@ - << " CIPValue 0x" << CIPValue << ", B1proto 0x" << B1protocol << ", B2proto 0x" << B2protocol <<", B3proto 0x" << B3protocol << endl; - } - unsigned info=CONNECT_REQ(&CMSG, applId, messageNumber, controller, CIPValue, calledPartyNumber, callingPartyNumber, NULL, NULL, -- B1protocol, B2protocol, B3protocol, B1configuration, B2configuration, B3configuration, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -+ B1protocol, B2protocol, B3protocol, B1configuration, B2configuration, B3configuration, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); - if (debug_level >= 2) { - debug << prefix() << "info: " << info << endl; - } -@@ -181,7 +181,7 @@ - - if (debug_level >= 2) debug << prefix() << ">SELECT_B_PROTOCOL_REQ: ApplId 0x" << hex << applId << ", MsgNr 0x" << messageNumber << ", PLCI 0x" << plci - << ", B1protocol " << B1protocol << ", B2protocol " << B2protocol << ", B3protocol " << B3protocol << endl; -- unsigned info=SELECT_B_PROTOCOL_REQ(&CMSG, applId, messageNumber++, plci, B1protocol, B2protocol, B3protocol, B1configuration, B2configuration, B3configuration); -+ unsigned info=SELECT_B_PROTOCOL_REQ(&CMSG, applId, messageNumber++, plci, B1protocol, B2protocol, B3protocol, B1configuration, B2configuration, B3configuration, NULL); - if (debug_level >= 2) - debug << prefix() << "info: " << info << endl; - -@@ -295,7 +295,7 @@ - << reject << ", B1proto 0x" << B1protocol << ", B2proto 0x" << B2protocol << ", B3proto 0x" << B3protocol << endl; - - _cmsg new_message; -- unsigned info=CONNECT_RESP(&new_message, applId, messageNumber, plci, reject, B1protocol, B2protocol, B3protocol, B1configuration, B2configuration, B3configuration, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -+ unsigned info=CONNECT_RESP(&new_message, applId, messageNumber, plci, reject, B1protocol, B2protocol, B3protocol, B1configuration, B2configuration, B3configuration, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); - if (debug_level >= 2) - debug << prefix() << "info: " << info << endl; - diff --git a/net-dialup/capisuite/files/capisuite-0.4.5-gentoo.patch b/net-dialup/capisuite/files/capisuite-0.4.5-gentoo.patch deleted file mode 100644 index eb120c4231ff..000000000000 --- a/net-dialup/capisuite/files/capisuite-0.4.5-gentoo.patch +++ /dev/null @@ -1,49 +0,0 @@ -diff -Naur Makefile.in Makefile.in ---- Makefile.in 2004-11-28 14:36:13.000000000 +0100 -+++ Makefile.in 2004-11-29 00:28:01.017495772 +0100 -@@ -181,7 +181,7 @@ - target_alias = @target_alias@ - spooldir = @localstatedir@/spool/capisuite - pkgsysconfdir = @sysconfdir@/capisuite --doc_DATA = COPYING NEWS README -+doc_DATA = - EXTRA_DIST = rc.capisuite.in capisuite.cronin cronjob.conf - SUBDIRS = src scripts docs - all: config.h -diff -Naur docs/Makefile.in docs/Makefile.in ---- docs/Makefile.in 2004-11-28 14:36:12.000000000 +0100 -+++ docs/Makefile.in 2004-11-29 00:28:21.312213674 +0100 -@@ -558,9 +558,6 @@ - $(mkinstalldirs) $(DESTDIR)$(docdir) ; \ - cp -r manual $(DESTDIR)$(docdir)/ ; \ - fi -- if test -f manual.pdf; then \ -- cp manual.pdf $(DESTDIR)$(docdir)/ ; \ -- fi - - uninstall-local: - -rm -rf $(DESTDIR)$(docdir) -diff -Naur scripts/Makefile.in scripts/Makefile.in ---- scripts/Makefile.in 2004-11-28 14:36:12.000000000 +0100 -+++ scripts/Makefile.in 2004-11-29 00:28:51.101928173 +0100 -@@ -173,7 +173,7 @@ - target_alias = @target_alias@ - spooldir = @localstatedir@/spool/capisuite - pkgsysconfdir = @sysconfdir@/capisuite --dist_pkglib_DATA = idle.py incoming.py README -+dist_pkglib_DATA = idle.py incoming.py - python_module_DATA = cs_helpers.py - EXTRA_DIST = cs_helpers.pyin fax.confin answering_machine.confin capisuitefax.in - pkgsysconf_DATA = fax.conf answering_machine.conf -diff -Naur scripts/waves/Makefile.in scripts/waves/Makefile.in ---- scripts/waves/Makefile.in 2004-11-28 14:36:12.000000000 +0100 -+++ scripts/waves/Makefile.in 2004-11-29 00:29:22.131381092 +0100 -@@ -164,7 +164,7 @@ - bitte-neue-ansage-komplett.la neue-ansage-lautet.la wenn-einverstanden-1.la \ - bitte-neue-ansage-kurz.la ansage-gespeichert.la und.la ein.la 10.la 11.la \ - 12.la 13.la 14.la 15.la 16.la 17.la 18.la 19.la 20.la 30.la 40.la 50.la 60.la \ -- 70.la 80.la 90.la fernabfrage-aktiv.la unbekannt.la +.la README -+ 70.la 80.la 90.la fernabfrage-aktiv.la unbekannt.la +.la - - all: all-am - diff --git a/net-dialup/capisuite/files/digest-capisuite-0.4.5 b/net-dialup/capisuite/files/digest-capisuite-0.4.5 deleted file mode 100644 index 38c12bea5c04..000000000000 --- a/net-dialup/capisuite/files/digest-capisuite-0.4.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2197c8650be74db8904c7e54ff43ab7b capisuite-0.4.5.tar.gz 1184603 -RMD160 f28b9cb42a6cfa6d790ec76e74a33a0b7a799762 capisuite-0.4.5.tar.gz 1184603 -SHA256 3e94e42eae6477a222c608c2cd040568fd9fcfa4e8eb0b06a538175d44cbae96 capisuite-0.4.5.tar.gz 1184603 |