summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/fcdsl2')
-rw-r--r--net-dialup/fcdsl2/ChangeLog17
-rw-r--r--net-dialup/fcdsl2/Manifest6
-rw-r--r--net-dialup/fcdsl2/fcdsl2-0.1-r1.ebuild60
-rw-r--r--net-dialup/fcdsl2/fcdsl2-0.1.ebuild53
-rw-r--r--net-dialup/fcdsl2/files/fcdsl2_kernel-2.6.24.diff47
-rw-r--r--net-dialup/fcdsl2/metadata.xml9
6 files changed, 0 insertions, 192 deletions
diff --git a/net-dialup/fcdsl2/ChangeLog b/net-dialup/fcdsl2/ChangeLog
deleted file mode 100644
index 0ddc135e9f30..000000000000
--- a/net-dialup/fcdsl2/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for net-dialup/fcdsl2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl2/ChangeLog,v 1.2 2008/01/30 01:29:21 sbriesen Exp $
-
-*fcdsl2-0.1-r1 (30 Jan 2008)
-
- 30 Jan 2008; Stefan Briesenick <sbriesen@gentoo.org>
- +files/fcdsl2_kernel-2.6.24.diff, +fcdsl2-0.1-r1.ebuild:
- fixing string.h problem (see bug #202385) + patches for kernel 2.6.24
- (thanks to Arnd Feldmueller <arnd.feldmueller@web.de>).
-
-*fcdsl2-0.1 (06 Jan 2008)
-
- 06 Jan 2008; Stefan Briesenick <sbriesen@gentoo.org> +metadata.xml,
- +fcdsl2-0.1.ebuild:
- using special openSUSE repository for AVM drivers from now on.
-
diff --git a/net-dialup/fcdsl2/Manifest b/net-dialup/fcdsl2/Manifest
deleted file mode 100644
index 9affd5d2461e..000000000000
--- a/net-dialup/fcdsl2/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX fcdsl2_kernel-2.6.24.diff 1825 RMD160 f8db1ccfa2221da41a83319b535d755156812f09 SHA1 60fc9eccd70e63069fd3e09423cc7b8556308247 SHA256 09b2458f3e081214c03470d00ca3978b30693a798ea566aa2c101f91b9f565c2
-DIST fcdsl2-0.1-0.src.rpm 2230082 RMD160 b52f28a130b64c243cea7b86d46d5af5ef8b4d3f SHA1 4a0bc2a434a6e1dcfc26d881322336d470065867 SHA256 bda2664a3784311022efe98e975574ffa790d107a2fbee30919d550f4c09bb62
-EBUILD fcdsl2-0.1-r1.ebuild 1491 RMD160 4deab3a056750072f5a0c3902319be12300c602e SHA1 2b47f45baa48be0f83dfbc40036c78288055d86c SHA256 0d899aac3a60a203b70d27180acc49cd76f3903ddcd87ceac89507259e9e451d
-EBUILD fcdsl2-0.1.ebuild 1242 RMD160 d5d8282ae2d8fff76cfb7f9c33a9a659595051f2 SHA1 9b369a868b74a26f653d5d80cad11dc966c4af87 SHA256 d048021d3a2f309fca8035bea54c39676e8e8b1ddb390f7588f9fd0b0ab929db
-MISC ChangeLog 669 RMD160 bf1ac7401058f60196a762d1a2e3625cc0fdcb94 SHA1 c58717ce237ff1fc1c9528584719f6d9fcc4a008 SHA256 262b3a494e82240a4ee50e5a8ce3f5bb68a4ca0f36c7b2fc780aa284999419da
-MISC metadata.xml 263 RMD160 ea2e7ecb186a7fd9b309bd3aff02c9e139981ce8 SHA1 62ca0c83d00d102d78427e59920cf79b62d37dc1 SHA256 ad6c0344e90e2a2c1f631b6d6e0242799bec90eee1eaccdc04674f52be49ea75
diff --git a/net-dialup/fcdsl2/fcdsl2-0.1-r1.ebuild b/net-dialup/fcdsl2/fcdsl2-0.1-r1.ebuild
deleted file mode 100644
index 0868de753c43..000000000000
--- a/net-dialup/fcdsl2/fcdsl2-0.1-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl2/fcdsl2-0.1-r1.ebuild,v 1.1 2008/01/30 01:29:21 sbriesen Exp $
-
-inherit eutils rpm linux-mod
-
-DESCRIPTION="AVM kernel 2.6 modules for Fritz!Card DSL v2.0 PCI"
-HOMEPAGE="http://opensuse.foehr-it.de/"
-SRC_URI="http://opensuse.foehr-it.de/rpms/10_3/src/${P}-0.src.rpm"
-
-LICENSE="AVM-FC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="net-dialup/capi4k-utils"
-
-S="${WORKDIR}/fritz"
-
-pkg_setup() {
- linux-mod_pkg_setup
-
- if ! kernel_is 2 6; then
- die "This package works only with 2.6 kernel!"
- fi
-
- BUILD_TARGETS="all"
- BUILD_PARAMS="KDIR=${KV_DIR} LIBDIR=${S}/src"
- MODULE_NAMES="${PN}(net:${S}/src)"
-}
-
-src_unpack() {
- local BIT="" PAT="01234"
- if use amd64; then
- BIT="64bit-" PAT="1234"
- fi
-
- rpm_unpack "${DISTDIR}/${A}" || die "failed to unpack ${A} file"
- DISTDIR="${WORKDIR}" unpack ${PN}-suse[0-9][0-9]-${BIT}[0-9].[0-9]*-[0-9]*.tar.gz
-
- cd "${S}"
- epatch $(sed -n "s|^Patch[${PAT}]:\s*\(.*\)|../\1|p" ../${PN}.spec)
- epatch "${FILESDIR}/${PN}_kernel-2.6.24.diff"
- convert_to_m src/Makefile
-
- for i in lib/*-lib.o; do
- einfo "Localize symbols in ${i##*/} ..."
- objcopy -L memcmp -L memcpy -L memmove -L memset -L strcat \
- -L strcmp -L strcpy -L strlen -L strncmp -L strncpy "${i}"
- done
-}
-
-src_install() {
- linux-mod_src_install
- insinto /lib/firmware/isdn
- doins ../*.bin
- dodoc CAPI*.txt
- dohtml *.html
-}
diff --git a/net-dialup/fcdsl2/fcdsl2-0.1.ebuild b/net-dialup/fcdsl2/fcdsl2-0.1.ebuild
deleted file mode 100644
index 0f3c02e2cab6..000000000000
--- a/net-dialup/fcdsl2/fcdsl2-0.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl2/fcdsl2-0.1.ebuild,v 1.1 2008/01/06 01:39:07 sbriesen Exp $
-
-inherit eutils rpm linux-mod
-
-DESCRIPTION="AVM kernel 2.6 modules for Fritz!Card DSL v2.0 PCI"
-HOMEPAGE="http://opensuse.foehr-it.de/"
-SRC_URI="http://opensuse.foehr-it.de/rpms/10_3/src/${P}-0.src.rpm"
-
-LICENSE="AVM-FC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="net-dialup/capi4k-utils"
-
-S="${WORKDIR}/fritz"
-
-pkg_setup() {
- linux-mod_pkg_setup
-
- if ! kernel_is 2 6; then
- die "This package works only with 2.6 kernel!"
- fi
-
- BUILD_TARGETS="all"
- BUILD_PARAMS="KDIR=${KV_DIR} LIBDIR=${S}/src"
- MODULE_NAMES="${PN}(net:${S}/src)"
-}
-
-src_unpack() {
- local BIT="" PAT="01234"
- if use amd64; then
- BIT="64bit-" PAT="1234"
- fi
-
- rpm_unpack "${DISTDIR}/${A}" || die "failed to unpack ${A} file"
- DISTDIR="${WORKDIR}" unpack ${PN}-suse[0-9][0-9]-${BIT}[0-9].[0-9]*-[0-9]*.tar.gz
-
- cd "${S}"
- epatch $(sed -n "s|^Patch[${PAT}]:\s*\(.*\)|../\1|p" ../${PN}.spec)
- convert_to_m "src/Makefile"
-}
-
-src_install() {
- linux-mod_src_install
- insinto /lib/firmware/isdn
- doins ../*.bin
- dodoc CAPI*.txt
- dohtml *.html
-}
diff --git a/net-dialup/fcdsl2/files/fcdsl2_kernel-2.6.24.diff b/net-dialup/fcdsl2/files/fcdsl2_kernel-2.6.24.diff
deleted file mode 100644
index e9b51ed36a2d..000000000000
--- a/net-dialup/fcdsl2/files/fcdsl2_kernel-2.6.24.diff
+++ /dev/null
@@ -1,47 +0,0 @@
---- src/driver.c.orig 2008-01-27 05:38:50.000000000 +0100
-+++ src/driver.c 2008-01-27 05:38:50.000000000 +0100
-@@ -116,7 +116,10 @@
- static DECLARE_WAIT_QUEUE_HEAD(capi_wait);
- static DECLARE_WAIT_QUEUE_HEAD(dbg_wait);
-
-+static DECLARE_COMPLETION(thread_sync); /* New DECLARE, <arnd.feldmueller@web.de> */
-+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
- static DECLARE_MUTEX_LOCKED(thread_sync);
-+#endif
-
- #define SCHED_WAKEUP_CAPI { atomic_set (&thread_capi_flag, 1); wake_up_interruptible (&capi_wait); }
- #define SCHED_WAKEUP { atomic_set (&got_kicked, 1); wake_up_interruptible (&wait); }
-@@ -1405,7 +1409,10 @@
- }
- }
- LOG("Scheduler thread stopped.\n");
-+ complete(&thread_sync); /* Complete Thread Sync here <arnd.feldmueller@web.de> */
-+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
- up (&thread_sync);
-+ #endif
- return 0;
- } /* sched_thread */
-
-@@ -1439,7 +1448,10 @@
- SCHED_WAKEUP;
- }
- LOG("Thread signalled, waiting for termination...\n");
-+ wait_for_completion(&thread_sync); /* Wait for complete Thread Sync <arnd.feldmueller@web.de> */
-+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
- down (&thread_sync);
-+ #endif
- LOG("Thread[%d] terminated.\n", thread_pid);
- }
- thread_pid = -1;
---- src/common.h.orig 2005-07-07 00:00:00.000000000 +0200
-+++ src/common.h 2008-01-27 05:38:50.000000000 +0100
-@@ -44,7 +44,9 @@
- /*---------------------------------------------------------------------------*\
- \*---------------------------------------------------------------------------*/
- typedef long intptr_t;
-+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
- typedef unsigned long uintptr_t;
-+#endif
-
- /*---------------------------------------------------------------------------*\
- \*---------------------------------------------------------------------------*/
diff --git a/net-dialup/fcdsl2/metadata.xml b/net-dialup/fcdsl2/metadata.xml
deleted file mode 100644
index 5c648b8ae7af..000000000000
--- a/net-dialup/fcdsl2/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>net-dialup</herd>
- <maintainer>
- <email>sbriesen@gentoo.org</email>
- <name>Stefan Briesenick</name>
- </maintainer>
-</pkgmetadata>