public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan Schweizer (genstef)" <genstef@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/fcdsl: fcdsl-2.6.37.ebuild ChangeLog
Date: Fri, 21 Dec 2007 23:15:54 +0000	[thread overview]
Message-ID: <E1J5r5u-000539-QT@stork.gentoo.org> (raw)

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



             reply	other threads:[~2007-12-21 23:16 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1J5r5u-000539-QT@stork.gentoo.org \
    --to=genstef@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox