summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-03-17 06:35:10 +0000
committerAlin Năstac <mrness@gentoo.org>2005-03-17 06:35:10 +0000
commit251bd507310c431010651eb9876759904bf6d936 (patch)
tree6a6fca117a1cbd24ba9e69370642a7b39fe2d6cd /net-dialup
parentversion bump (diff)
downloadgentoo-2-251bd507310c431010651eb9876759904bf6d936.tar.gz
gentoo-2-251bd507310c431010651eb9876759904bf6d936.tar.bz2
gentoo-2-251bd507310c431010651eb9876759904bf6d936.zip
remove EXPORT_SYMBOL fix (#84926) because it is unnecessary; Linuxant already fixed this
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/hsfmodem/ChangeLog6
-rw-r--r--net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch14
-rw-r--r--net-dialup/hsfmodem/hsfmodem-7.18.00.03-r1.ebuild3
3 files changed, 3 insertions, 20 deletions
diff --git a/net-dialup/hsfmodem/ChangeLog b/net-dialup/hsfmodem/ChangeLog
index 1bc8677e26e5..bf36582f5c45 100644
--- a/net-dialup/hsfmodem/ChangeLog
+++ b/net-dialup/hsfmodem/ChangeLog
@@ -1,15 +1,13 @@
# ChangeLog for net-dialup/hsfmodem
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/ChangeLog,v 1.7 2005/03/16 21:02:59 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/ChangeLog,v 1.8 2005/03/17 06:35:10 mrness Exp $
*hsfmodem-7.18.00.03-r1 (16 Mar 2005)
16 Mar 2005; Alin Nastac <mrness@gentoo.org>
- +files/hsfmodem-7.18.00.03-export_symbol.patch,
+files/hsfmodem-7.18.00.03-nvminstall.patch, -hsfmodem-7.18.00.03.ebuild,
+hsfmodem-7.18.00.03-r1.ebuild:
- Fix missing region files (#84927) and replace deprecated
- EXPORT_SYMBOL_NOVERS (#84926).
+ Fix missing region files (#84927).
08 Mar 2005; Alin Nastac <mrness@gentoo.org> hsfmodem-7.18.00.02.ebuild,
hsfmodem-7.18.00.03.ebuild:
diff --git a/net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch b/net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch
deleted file mode 100644
index 65532137617c..000000000000
--- a/net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nru hsfmodem-7.18.00.03full.orig/modules/GPL/oscompat.h hsfmodem-7.18.00.03full/modules/GPL/oscompat.h
---- hsfmodem-7.18.00.03full.orig/modules/GPL/oscompat.h 2005-03-03 22:28:08.000000000 +0200
-+++ hsfmodem-7.18.00.03full/modules/GPL/oscompat.h 2005-03-16 22:39:30.512270696 +0200
-@@ -86,6 +86,10 @@
- #undef max
- #endif
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
-+#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
-+#endif
-+
- #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
- #include <linux/tqueue.h>
- #else
diff --git a/net-dialup/hsfmodem/hsfmodem-7.18.00.03-r1.ebuild b/net-dialup/hsfmodem/hsfmodem-7.18.00.03-r1.ebuild
index 71fa4778a751..67105d3dafd1 100644
--- a/net-dialup/hsfmodem/hsfmodem-7.18.00.03-r1.ebuild
+++ b/net-dialup/hsfmodem/hsfmodem-7.18.00.03-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.03-r1.ebuild,v 1.1 2005/03/16 21:02:59 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.03-r1.ebuild,v 1.2 2005/03/17 06:35:10 mrness Exp $
inherit eutils
@@ -33,7 +33,6 @@ src_unpack() {
cd $MY_ARCH_S
epatch ${FILESDIR}/${P}-nvminstall.patch
- epatch ${FILESDIR}/${P}-export_symbol.patch
}
src_compile() {