Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 43952
Collapse All | Expand All

(-)/usr/portage/sys-fs/evms/evms-2.2.2.ebuild (-3 / +13 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
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: /home/cvsroot/gentoo-x86/sys-fs/evms/evms-2.2.2.ebuild,v 1.5 2004/02/25 22:21:16 iggy Exp $
3
# $Header:$
4
4
5
IUSE="ncurses gtk"
5
IUSE="ncurses gtk"
6
6
Lines 13-19 Link Here
13
13
14
SLOT="0"
14
SLOT="0"
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
KEYWORDS="x86 amd64 -ppc -sparc -alpha -hppa -mips"
16
KEYWORDS="~x86"
17
17
18
#EVMS uses libuuid from e2fsprogs
18
#EVMS uses libuuid from e2fsprogs
19
DEPEND="virtual/glibc
19
DEPEND="virtual/glibc
Lines 36-42 Link Here
36
36
37
src_install() {
37
src_install() {
38
	make DESTDIR=${D} install || die "Make install died"
38
	make DESTDIR=${D} install || die "Make install died"
39
	dodoc ChangeLog COPYING TERMINOLOGY PLUGIN.IDS INSTALL*
39
	dodoc ChangeLog COPYING INSTALL* PLUGIN.IDS README TERMINOLOGY doc/linuxrc
40
41
	# install the sample configuration into the doc dir
42
	dodoc ${D}/etc/evms.conf.sample
43
	rm -f ${D}/etc/evms.conf.sample 
44
45
	# the kernel patches may come handy for people compiling their own kernel
46
	docinto kernel/2.4
47
	dodoc kernel/2.4/*
48
	docinto kernel/2.6
49
	dodoc kernel/2.6/*
40
50
41
	# move static libraries to /usr/lib
51
	# move static libraries to /usr/lib
42
	dodir /usr/lib
52
	dodir /usr/lib

Return to bug 43952