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

Collapse All | Expand All

(-)/usr/portage/sys-fs/loop-aes/loop-aes-3.0b.ebuild (-4 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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/loop-aes/loop-aes-3.0b.ebuild,v 1.2 2005/02/05 06:28:07 genstef Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/loop-aes-3.0c.ebuild,v 1.2 2005/02/05 06:28:07 genstef Exp $
4
4
5
inherit linux-mod
5
inherit linux-mod
6
6
Lines 11-24 SRC_URI="mirror://sourceforge/loop-aes/$ Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
IUSE=""
14
IUSE="keyscrub"
15
KEYWORDS="~x86"
15
KEYWORDS="~x86"
16
16
17
S=${WORKDIR}/${MY_P}
17
S=${WORKDIR}/${MY_P}
18
18
19
CONFIG_CHECK="!BLK_DEV_LOOP"
19
CONFIG_CHECK="!BLK_DEV_LOOP"
20
MODULE_NAMES="loop(block:)"
20
MODULE_NAMES="loop(block:)"
21
BUILD_PARAMS="LINUX_SOURCE=${KV_DIR} MODINST=n RUNDM=n"
22
BUILD_TARGETS="all"
21
BUILD_TARGETS="all"
23
22
24
pkg_setup() {
23
pkg_setup() {
Lines 32-37 pkg_setup() { Link Here
32
		ewarn "(CONFIG_KERNELD in kernels 2.0 or CONFIG_KMOD in newer)"
31
		ewarn "(CONFIG_KERNELD in kernels 2.0 or CONFIG_KMOD in newer)"
33
		ewarn ""
32
		ewarn ""
34
	fi
33
	fi
34
	
35
	BUILD_PARAMS="LINUX_SOURCE=${KV_DIR} MODINST=n RUNDM=n"
36
	use keyscrub && BUILD_PARAMS="${BUILD_PARAMS} KEYSCRUB=y"
35
}
37
}
36
38
37
src_unpack () {
39
src_unpack () {
Lines 49-55 pkg_postinst() { Link Here
49
	linux-mod_pkg_postinst
51
	linux-mod_pkg_postinst
50
52
51
	ewarn ""
53
	ewarn ""
52
	ewarn "Note, that you will need >=util-linux-2.12p compiled with crypt"
54
	ewarn "Note, that you will need >=util-linux-2.12q-r1 compiled with crypt"
53
	ewarn "in USE flag enabled in order to use this module."
55
	ewarn "in USE flag enabled in order to use this module."
54
	ewarn ""
56
	ewarn ""
55
	einfo "For more instructions take a look at examples in"
57
	einfo "For more instructions take a look at examples in"

Return to bug 95725