Gentoo Archives: gentoo-commits

From: "Timothy Redaelli (drizzt)" <drizzt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/cdfs: ChangeLog cdfs-2.6.27.ebuild
Date: Mon, 02 Feb 2009 16:02:53
Message-Id: E1LU1G7-0003pp-Qv@stork.gentoo.org
1 drizzt 09/02/02 16:02:51
2
3 Modified: ChangeLog
4 Added: cdfs-2.6.27.ebuild
5 Log:
6 Version bump and fix for kernel 2.6.28
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 sys-fs/cdfs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cdfs/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cdfs/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cdfs/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cdfs/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 5 Jan 2008 10:27:30 -0000 1.8
23 +++ ChangeLog 2 Feb 2009 16:02:51 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-fs/cdfs
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/ChangeLog,v 1.8 2008/01/05 10:27:30 drizzt Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/ChangeLog,v 1.9 2009/02/02 16:02:51 drizzt Exp $
30 +
31 +*cdfs-2.6.27 (02 Feb 2009)
32 +
33 + 02 Feb 2009; <drizzt@g.o> +files/cdfs-2.6.27-kernel-2.6.28.patch,
34 + +cdfs-2.6.27.ebuild:
35 + Version bump and fix for kernel 2.6.28
36
37 *cdfs-2.6.23 (05 Jan 2008)
38
39
40
41
42 1.1 sys-fs/cdfs/cdfs-2.6.27.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cdfs-2.6.27.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild,v 1.1 2009/02/02 16:02:51 drizzt Exp $
52
53 inherit eutils linux-mod
54
55 DESCRIPTION="A file system for Linux systems that 'exports' all tracks and boot images on a CD as normal files."
56 HOMEPAGE="http://www.elis.rug.ac.be/~ronsse/cdfs/"
57 SRC_URI="http://www.elis.rug.ac.be/~ronsse/cdfs/download/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63 RDEPENDS=""
64 DEPENDS=""
65
66 MODULE_NAMES="cdfs(fs)"
67 CONFIG_CHECK="BLK_DEV_LOOP"
68 BUILD_TARGETS="all"
69 BUILD_PARAMS="KDIR=\"${KERNEL_DIR}\""
70
71 src_unpack() {
72 unpack ${A}
73 cd "${S}"
74
75 epatch "${FILESDIR}"/${PN}-2.6.19-kernel-2.6.22.patch
76 epatch "${FILESDIR}"/${P}-kernel-2.6.28.patch
77 }