Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235966 | Differences between
and this patch

Collapse All | Expand All

(-)ntfs3g-1.2531.ebuild (-1 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v 1.5 2008/07/17 19:04:53 corsair Exp $
3
# $Header: $
4
5
inherit linux-info
4
6
5
MY_PN="${PN/3g/-3g}"
7
MY_PN="${PN/3g/-3g}"
6
MY_P="${MY_PN}-${PV}"
8
MY_P="${MY_PN}-${PV}"
Lines 16-21 Link Here
16
18
17
RDEPEND=""
19
RDEPEND=""
18
DEPEND=""
20
DEPEND=""
21
CONFIG_CHECK="~FUSE_FS"
19
22
20
S="${WORKDIR}/${MY_P}"
23
S="${WORKDIR}/${MY_P}"
21
24
(-)ntfs3g-1.5130.ebuild (-1 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.5130.ebuild,v 1.1 2009/01/19 19:47:03 chutzpah Exp $
3
# $Header: $
4
5
inherit linux-info
4
6
5
MY_PN="${PN/3g/-3g}"
7
MY_PN="${PN/3g/-3g}"
6
MY_P="${MY_PN}-${PV}"
8
MY_P="${MY_PN}-${PV}"
Lines 16-21 Link Here
16
18
17
RDEPEND="hal? ( sys-apps/hal )"
19
RDEPEND="hal? ( sys-apps/hal )"
18
DEPEND="${RDEPEND}"
20
DEPEND="${RDEPEND}"
21
CONFIG_CHECK="~FUSE_FS"
19
22
20
S="${WORKDIR}/${MY_P}"
23
S="${WORKDIR}/${MY_P}"
21
24
(-)ntfs3g-2009.2.1.ebuild (-1 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.2.1.ebuild,v 1.1 2009/02/12 16:21:24 chutzpah Exp $
3
# $Header: $
4
5
inherit linux-info
4
6
5
MY_PN="${PN/3g/-3g}"
7
MY_PN="${PN/3g/-3g}"
6
MY_P="${MY_PN}-${PV}"
8
MY_P="${MY_PN}-${PV}"
Lines 16-21 Link Here
16
18
17
RDEPEND="hal? ( sys-apps/hal )"
19
RDEPEND="hal? ( sys-apps/hal )"
18
DEPEND="${RDEPEND}"
20
DEPEND="${RDEPEND}"
21
CONFIG_CHECK="~FUSE_FS"
19
22
20
S="${WORKDIR}/${MY_P}"
23
S="${WORKDIR}/${MY_P}"
21
24

Return to bug 235966