diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-01-10 20:59:12 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-01-10 20:59:12 +0000 |
commit | a903d56cac6f217d901311586736fea88efbdc6b (patch) | |
tree | 80b8e48b5cc8c2f0d1b096b2e411d51239abb336 /net-dialup | |
parent | added ~amd64 to KEYWORDS. fixes #69598. (Manifest recommit) (diff) | |
download | gentoo-2-a903d56cac6f217d901311586736fea88efbdc6b.tar.gz gentoo-2-a903d56cac6f217d901311586736fea88efbdc6b.tar.bz2 gentoo-2-a903d56cac6f217d901311586736fea88efbdc6b.zip |
stable on x86 and remove old ebuild
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/fcpci/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/fcpci/fcpci-03.10.02.ebuild | 36 | ||||
-rw-r--r-- | net-dialup/fcpci/fcpci-03.11.02.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/fcpci/fcpci-3.11.02-r1.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/fcpci/files/digest-fcpci-03.10.02 | 1 | ||||
-rw-r--r-- | net-dialup/fcpci/files/tools.c.diff | 20 |
6 files changed, 11 insertions, 64 deletions
diff --git a/net-dialup/fcpci/ChangeLog b/net-dialup/fcpci/ChangeLog index 5c0f2c262af1..e4c47d24bd6c 100644 --- a/net-dialup/fcpci/ChangeLog +++ b/net-dialup/fcpci/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/fcpci -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.11 2004/11/19 18:44:57 mrness Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.12 2005/01/10 20:59:12 mrness Exp $ + + 10 Jan 2005; Alin Nastac <mrness@gentoo.org> -files/tools.c.diff, + -fcpci-03.10.02.ebuild, fcpci-3.11.02-r1.ebuild: + Mark stable on x86 and remove old ebuild. 19 Nov 2004; Alin Nastac <mrness@gentoo.org> -fcpci-03.09.10.ebuild, fcpci-03.11.02.ebuild: diff --git a/net-dialup/fcpci/fcpci-03.10.02.ebuild b/net-dialup/fcpci/fcpci-03.10.02.ebuild deleted file mode 100644 index 5945dc43ef6c..000000000000 --- a/net-dialup/fcpci/fcpci-03.10.02.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-03.10.02.ebuild,v 1.4 2004/07/14 22:40:47 agriffis Exp $ - -DESCRIPTION="CAPI4Linux drivers for AVM Fritz!Card PCI" -HOMEPAGE="http://www.avm.de/" -S="${WORKDIR}/fritz" -SRC_URI="ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.81/fcpci-suse8.1-${PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="virtual/linux-sources" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 <${FILESDIR}/tools.c.diff - krnlver=`uname -r` - mv src.drv/makefile src.drv/makefile.orig - cat src.drv/makefile.orig | sed -e "s/\`uname -r\`/${krnlver}/" \ - -e 's/-DMODULE/-DMODULE -DMODVERSIONS/' \ - -e "s:(DEFINES) -O2:(DEFINES) ${CFLAGS} -include /lib/modules/${krnlver}/build/include/linux/modversions.h:" \ - >src.drv/makefile -} - -src_compile() { - emake || die "compile problem" -} - -src_install () { - insinto /lib/modules/`uname -r`/misc - doins src.drv/fcpci.o - dodoc CAPI* compile* license.txt - dohtml install_passive-d.html -} diff --git a/net-dialup/fcpci/fcpci-03.11.02.ebuild b/net-dialup/fcpci/fcpci-03.11.02.ebuild index 4e31538f0a13..5cbf2d288a9b 100644 --- a/net-dialup/fcpci/fcpci-03.11.02.ebuild +++ b/net-dialup/fcpci/fcpci-03.11.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-03.11.02.ebuild,v 1.4 2004/11/19 18:21:40 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-03.11.02.ebuild,v 1.5 2005/01/10 20:59:12 mrness Exp $ inherit flag-o-matic kernel-mod diff --git a/net-dialup/fcpci/fcpci-3.11.02-r1.ebuild b/net-dialup/fcpci/fcpci-3.11.02-r1.ebuild index f60d2b4b9d79..fbbc49fb5e79 100644 --- a/net-dialup/fcpci/fcpci-3.11.02-r1.ebuild +++ b/net-dialup/fcpci/fcpci-3.11.02-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-3.11.02-r1.ebuild,v 1.1 2004/11/13 19:38:34 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-3.11.02-r1.ebuild,v 1.2 2005/01/10 20:59:12 mrness Exp $ inherit flag-o-matic kernel-mod @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.82/${PV_K24} ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.91/${PV_K26}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/linux-sources" diff --git a/net-dialup/fcpci/files/digest-fcpci-03.10.02 b/net-dialup/fcpci/files/digest-fcpci-03.10.02 deleted file mode 100644 index 21da2a84b27c..000000000000 --- a/net-dialup/fcpci/files/digest-fcpci-03.10.02 +++ /dev/null @@ -1 +0,0 @@ -MD5 3769ed13e4607e58e3c41ae00ebba54f fcpci-suse8.1-03.10.02.tar.gz 824816 diff --git a/net-dialup/fcpci/files/tools.c.diff b/net-dialup/fcpci/files/tools.c.diff deleted file mode 100644 index 2ce8df4c3417..000000000000 --- a/net-dialup/fcpci/files/tools.c.diff +++ /dev/null @@ -1,20 +0,0 @@ -diff -Naur fritz.orig/src.drv/tools.c fritz/src.drv/tools.c ---- fritz.orig/src.drv/tools.c 2002-06-07 00:00:00.000000000 +0200 -+++ fritz/src.drv/tools.c 2002-07-17 23:42:18.000000000 +0200 -@@ -24,11 +24,11 @@ - #include <linux/vmalloc.h> - #include <linux/kernel.h> - #include <linux/version.h> --#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,18) -+//#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,18) - #include <linux/slab.h> --#else --#include <linux/malloc.h> --#endif -+//#else -+//#include <linux/malloc.h> -+//#endif - - #include "defs.h" - #include "tools.h" - |