public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/fcdsl: fcdsl-2.6.37.ebuild ChangeLog
@ 2007-12-21 23:15 Stefan Schweizer (genstef)
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Schweizer (genstef) @ 2007-12-21 23:15 UTC (permalink / raw
  To: gentoo-commits

genstef     07/12/21 23:15:54

  Modified:             fcdsl-2.6.37.ebuild ChangeLog
  Log:
  2.6.24 patch only for fcdsl version1 thanks to Arnd Feldmueller
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.9                  net-dialup/fcdsl/fcdsl-2.6.37.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?r1=1.8&r2=1.9

Index: fcdsl-2.6.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fcdsl-2.6.37.ebuild	13 Jul 2007 08:00:12 -0000	1.8
+++ fcdsl-2.6.37.ebuild	21 Dec 2007 23:15:54 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.8 2007/07/13 08:00:12 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.9 2007/12/21 23:15:54 genstef Exp $
 
 inherit linux-mod eutils rpm
 
@@ -35,7 +35,7 @@
 	FCDSL_FIRMWARES=("fds2base.bin" "fdssbase.bin" "fdsubase.frm" "fdlubase.frm"
 		"fds2base.frm" "fdslbase.bin" "fdlabase.frm")
 
-	CONFIG_CHECK="ISDN_CAPI_CAPI20"
+	#CONFIG_CHECK="ISDN_CAPI_CAPI20"
 	linux-mod_pkg_setup
 
 	MODULE_NAMES=""
@@ -74,7 +74,7 @@
 	cd "${S}"
 	mv usr/src/kernel-modules/fcdsl/src/src.fcdslusb1 \
 		usr/src/kernel-modules/fcdsl/src/src.fcdslusb
-	# do not fail even if some drivers are not present
+	# use -f to not fail even if some drivers are not present
 	einfo "When you have FCDSL_CARDS set some errors are OK here"
 	if kernel_is ge 2 6 22 ; then
 		patch -p0 -f < "${FILESDIR}"/fcdsl-2.6.22.diff
@@ -84,6 +84,7 @@
 	patch -p0 -f < ${FILESDIR}/fcdslslusb-2.6.20.diff
 	cd usr/src/kernel-modules/fcdsl/src
 	kernel_is ge 2 6 20 && patch -p1 -f < ${FILESDIR}/usb-2.6.20.diff
+	kernel_is ge 2 6 24 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.24.diff
 	cd "${S}"
 
 	if use x86; then



1.31                 net-dialup/fcdsl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	13 Jul 2007 08:00:12 -0000	1.30
+++ ChangeLog	21 Dec 2007 23:15:54 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/fcdsl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.30 2007/07/13 08:00:12 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.31 2007/12/21 23:15:54 genstef Exp $
+
+  21 Dec 2007; Stefan Schweizer <genstef@gentoo.org>
+  +files/fcdsl-2.6.24.diff, fcdsl-2.6.37.ebuild:
+  2.6.24 patch only for fcdsl version1 thanks to Arnd Feldmueller
 
   13 Jul 2007; Stefan Schweizer <genstef@gentoo.org>
   +files/fcdsl-2.6.22.diff, fcdsl-2.6.37.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dialup/fcdsl: fcdsl-2.6.37.ebuild ChangeLog
@ 2007-12-25 18:05 Stefan Schweizer (genstef)
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Schweizer (genstef) @ 2007-12-25 18:05 UTC (permalink / raw
  To: gentoo-commits

genstef     07/12/25 18:05:52

  Modified:             fcdsl-2.6.37.ebuild ChangeLog
  Log:
  new patch to also work with 2.6.23
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.10                 net-dialup/fcdsl/fcdsl-2.6.37.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?r1=1.9&r2=1.10

Index: fcdsl-2.6.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fcdsl-2.6.37.ebuild	21 Dec 2007 23:15:54 -0000	1.9
+++ fcdsl-2.6.37.ebuild	25 Dec 2007 18:05:51 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.9 2007/12/21 23:15:54 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.10 2007/12/25 18:05:51 genstef Exp $
 
 inherit linux-mod eutils rpm
 
@@ -84,7 +84,7 @@
 	patch -p0 -f < ${FILESDIR}/fcdslslusb-2.6.20.diff
 	cd usr/src/kernel-modules/fcdsl/src
 	kernel_is ge 2 6 20 && patch -p1 -f < ${FILESDIR}/usb-2.6.20.diff
-	kernel_is ge 2 6 24 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.24.diff
+	kernel_is ge 2 6 23 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.23.diff
 	cd "${S}"
 
 	if use x86; then



1.32                 net-dialup/fcdsl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	21 Dec 2007 23:15:54 -0000	1.31
+++ ChangeLog	25 Dec 2007 18:05:51 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/fcdsl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.31 2007/12/21 23:15:54 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.32 2007/12/25 18:05:51 genstef Exp $
+
+  25 Dec 2007; Stefan Schweizer <genstef@gentoo.org>
+  +files/fcdsl-2.6.23.diff, -files/fcdsl-2.6.24.diff, fcdsl-2.6.37.ebuild:
+  new patch to also work with 2.6.23
 
   21 Dec 2007; Stefan Schweizer <genstef@gentoo.org>
   +files/fcdsl-2.6.24.diff, fcdsl-2.6.37.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dialup/fcdsl: fcdsl-2.6.37.ebuild ChangeLog
@ 2007-12-25 20:27 Stefan Schweizer (genstef)
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Schweizer (genstef) @ 2007-12-25 20:27 UTC (permalink / raw
  To: gentoo-commits

genstef     07/12/25 20:27:54

  Modified:             fcdsl-2.6.37.ebuild ChangeLog
  Log:
  fix patch ordering
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.11                 net-dialup/fcdsl/fcdsl-2.6.37.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?r1=1.10&r2=1.11

Index: fcdsl-2.6.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fcdsl-2.6.37.ebuild	25 Dec 2007 18:05:51 -0000	1.10
+++ fcdsl-2.6.37.ebuild	25 Dec 2007 20:27:53 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.10 2007/12/25 18:05:51 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.11 2007/12/25 20:27:53 genstef Exp $
 
 inherit linux-mod eutils rpm
 
@@ -84,7 +84,6 @@
 	patch -p0 -f < ${FILESDIR}/fcdslslusb-2.6.20.diff
 	cd usr/src/kernel-modules/fcdsl/src
 	kernel_is ge 2 6 20 && patch -p1 -f < ${FILESDIR}/usb-2.6.20.diff
-	kernel_is ge 2 6 23 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.23.diff
 	cd "${S}"
 
 	if use x86; then
@@ -94,6 +93,9 @@
 			cd "${S}"
 		done
 	fi
+	cd usr/src/kernel-modules/fcdsl/src
+	kernel_is ge 2 6 23 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.23.diff
+	cd "${S}"
 
 	# convert docs from latin1 to UTF-8
 	if use unicode; then



1.33                 net-dialup/fcdsl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	25 Dec 2007 18:05:51 -0000	1.32
+++ ChangeLog	25 Dec 2007 20:27:53 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/fcdsl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.32 2007/12/25 18:05:51 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.33 2007/12/25 20:27:53 genstef Exp $
+
+  25 Dec 2007; Stefan Schweizer <genstef@gentoo.org> fcdsl-2.6.37.ebuild:
+  fix patch ordering
 
   25 Dec 2007; Stefan Schweizer <genstef@gentoo.org>
   +files/fcdsl-2.6.23.diff, -files/fcdsl-2.6.24.diff, fcdsl-2.6.37.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-25 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-25 18:05 [gentoo-commits] gentoo-x86 commit in net-dialup/fcdsl: fcdsl-2.6.37.ebuild ChangeLog Stefan Schweizer (genstef)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-25 20:27 Stefan Schweizer (genstef)
2007-12-21 23:15 Stefan Schweizer (genstef)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox