diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-12-25 13:10:27 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-12-25 13:10:27 +0000 |
commit | 80e5660387c979b53eb2894fb820eeb1def991ef (patch) | |
tree | 1acc751aff38c5eb375e02bc64e88520b9118d6e /net-dialup | |
parent | Drop masked for removal package (diff) | |
download | gentoo-2-80e5660387c979b53eb2894fb820eeb1def991ef.tar.gz gentoo-2-80e5660387c979b53eb2894fb820eeb1def991ef.tar.bz2 gentoo-2-80e5660387c979b53eb2894fb820eeb1def991ef.zip |
Drop masked for removal package
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/openadsl/ChangeLog | 17 | ||||
-rw-r--r-- | net-dialup/openadsl/Manifest | 5 | ||||
-rw-r--r-- | net-dialup/openadsl/files/openadsl-kernel-2.6.patch | 27 | ||||
-rw-r--r-- | net-dialup/openadsl/metadata.xml | 6 | ||||
-rw-r--r-- | net-dialup/openadsl/openadsl-4.0.24.ebuild | 41 |
5 files changed, 0 insertions, 96 deletions
diff --git a/net-dialup/openadsl/ChangeLog b/net-dialup/openadsl/ChangeLog deleted file mode 100644 index 1b70d9894915..000000000000 --- a/net-dialup/openadsl/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for net-dialup/openadsl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/openadsl/ChangeLog,v 1.2 2008/01/29 11:45:09 mrness Exp $ - - 29 Jan 2008; Alin Năstac <mrness@gentoo.org> - +files/openadsl-kernel-2.6.patch, -files/openadsl-makefile.2.6.patch, - openadsl-4.0.24.ebuild: - Fix broken compilation on hosts with kernel 2.6.24 (#207647). - -*openadsl-4.0.24 (21 Aug 2007) - - 21 Aug 2007; Alin Năstac <mrness@gentoo.org> - +files/openadsl-makefile.2.6.patch, +metadata.xml, - +openadsl-4.0.24.ebuild: - Initial import from bug 144834. Credit goes to Alan Hourihane <alanh at - fairlite dot demon dot co dot uk>. - diff --git a/net-dialup/openadsl/Manifest b/net-dialup/openadsl/Manifest deleted file mode 100644 index ebb8265b3d7f..000000000000 --- a/net-dialup/openadsl/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX openadsl-kernel-2.6.patch 1090 RMD160 166d5a6c8270a0c595124f9a6a7df537520fb66b SHA1 522a934d1acb46e244cede7bc5998ecd8ea65a40 SHA256 35d7b146be8e848d681ec32ad41b96d4e6c7f5f78b588df9de1239a721d90502 -DIST pulsar-4.0.24.tar.gz 330173 RMD160 a6f97c25369003756888e04605a57e6d53cbec31 SHA1 79f2eeddd27dd7747cc3095ae9c6fa89af5c8756 SHA256 f9d6306702bcec172a0a44b5e4579307fd264e091d13297312d43a4dcf8e03c1 -EBUILD openadsl-4.0.24.ebuild 941 RMD160 2d750f6093769550c56ed75c25a5997b450a4942 SHA1 5d0823f0b8aaad358470915b74971b52bd96605b SHA256 741d41040e0101b6e20d59ed747772fdd83373654f31d19b5e55e2bdfc1f0626 -MISC ChangeLog 694 RMD160 475c4502c2077ccd2cd4959db6749b084bc1d002 SHA1 62eed8e1cf43c0229bdaf851e10b98c740f9db71 SHA256 1dd93378a445d61d4da2692ea7232fa3510454f2ace9a8a3d1fc54eb133b2022 -MISC metadata.xml 236 RMD160 7f65d6d5adba22c5a41c8c4d38a7574810507846 SHA1 aff7f4df51cd998c70bd0152076cf0c7004525ae SHA256 302516d00d27f1fe99019e1aa2ca5a7028ac7ab733470ca292d11eb7fe682b61 diff --git a/net-dialup/openadsl/files/openadsl-kernel-2.6.patch b/net-dialup/openadsl/files/openadsl-kernel-2.6.patch deleted file mode 100644 index 664677d310d1..000000000000 --- a/net-dialup/openadsl/files/openadsl-kernel-2.6.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Nru pulsar-4.0.24.orig/makefile.2.6 pulsar-4.0.24/makefile.2.6 ---- pulsar-4.0.24.orig/makefile.2.6 2007-06-26 09:49:40.000000000 +0300 -+++ pulsar-4.0.24/makefile.2.6 2008-01-29 13:42:52.000000000 +0200 -@@ -5,7 +5,7 @@ -
- ifneq ($(KERNELRELEASE),)
-
--GCC = $(shell ${CC} --version | head -n 1 | sed -e 's/[^0-9. ]//g;s/^ *//;s\[.].*\\g')
-+GCC = $(shell ${CC} --version | head -n 1 | sed -e 's/[[:alnum:]-]*//;s/[^0-9. ]//g;s/^ *//;s\[.].*\\g')
-
- obj-m := pulsar_atm.o
- pulsar_atm-lib := libpulsar_fw$(GCC).a
-diff -Nru pulsar-4.0.24.orig/pulsar.c pulsar-4.0.24/pulsar.c ---- pulsar-4.0.24.orig/pulsar.c 2007-06-29 02:59:21.000000000 +0300 -+++ pulsar-4.0.24/pulsar.c 2008-01-29 13:42:18.000000000 +0200 -@@ -1015,7 +1015,11 @@ - - /* Register interrupt */ - adsl_irq_disable(pmodem); -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) - err = request_irq(pci_dev->irq, isr, SA_SHIRQ, name, pmodem); -+#else -+ err = request_irq(pci_dev->irq, isr, IRQF_SHARED, name, pmodem); -+#endif - if (err) { - printk(KERN_ERR "%s: IRQ request failure\n", name); - goto pulsar_init_exit_irq; diff --git a/net-dialup/openadsl/metadata.xml b/net-dialup/openadsl/metadata.xml deleted file mode 100644 index 8ae6a114a9d6..000000000000 --- a/net-dialup/openadsl/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>net-dialup</herd> - <longdescription>Driver for the Pulsar PCI ADSL Card</longdescription> -</pkgmetadata> diff --git a/net-dialup/openadsl/openadsl-4.0.24.ebuild b/net-dialup/openadsl/openadsl-4.0.24.ebuild deleted file mode 100644 index 4be51980c70e..000000000000 --- a/net-dialup/openadsl/openadsl-4.0.24.ebuild +++ /dev/null @@ -1,41 +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/openadsl/openadsl-4.0.24.ebuild,v 1.2 2008/01/29 11:45:09 mrness Exp $ - -inherit linux-mod - -MY_P="pulsar-${PV}" - -DESCRIPTION="Driver for Pulsar PCI ADSL card" -HOMEPAGE="http://sf.net/projects/openadsl" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~x86" -IUSE="" - -RDEPEND="" -DEPEND="" - -S="${WORKDIR}/${MY_P}" - -CONFIG_CHECK="ATM" -ATM_ERROR="${P} requires ATM support (CONFIG_ATM)." - -MODULE_NAMES="pulsar_atm(net:)" -BUILD_TARGETS="default" -BUILD_PARAMS="KDIR=${KV_DIR}" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${PN}-kernel-2.6.patch" - - if kernel_is lt 2 6 0 ; then - mv "${S}"/makefile.2.4 "${S}"/Makefile || die "unable to copy Makefile" - else - mv "${S}"/makefile.2.6 "${S}"/Makefile || die "unable to copy Makefile" - fi -} |