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

Collapse All | Expand All

(-)seyon-2.20c.ebuild.old (-5 / +10 lines)
Lines 11-36 Link Here
11
IUSE=""
11
IUSE=""
12
12
13
DEPEND="virtual/x11"
13
DEPEND="virtual/x11"
14
#RDEPEND=""
15
16
#S=${WORKDIR}/${PN}
17
14
18
src_compile() {
15
src_compile() {
19
	epatch ${FILESDIR}/${P}-compile-fix.patch
16
	epatch ${FILESDIR}/${P}-compile-fix.patch
17
	
20
	#fixes pronlem with lockfiles #38264
18
	#fixes pronlem with lockfiles #38264
21
	epatch ${FILESDIR}/${P}-lock-file-fix.patch	
19
	epatch ${FILESDIR}/${P}-lock-file-fix.patch	
20
	
22
	export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin/"
21
	export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin/"
23
	xmkmf || die "xmkmf failed"
22
	xmkmf || die "xmkmf failed"
23
	
24
	chmod 0750 makever.sh || die "could not set executable permissions to makever.sh"
24
	chmod 0750 makever.sh || die "could not set executable permissions to makever.sh"
25
	
25
	epatch ${FILESDIR}/${P}-makefile-patch.patch
26
	epatch ${FILESDIR}/${P}-makefile-patch.patch
27
	
26
	make || die
28
	make || die
27
}
29
}
28
30
29
src_install() {
31
src_install() {
30
	make DESTDIR=${D} install || die	 
32
	make DESTDIR=${D} install || die	 
31
	make DESTDIR=${D} install.man
33
	make DESTDIR=${D} install.man
32
	mkdir ${D}/var/lock/uucp
34
}
33
	touch ${D}/etc/lock
35
36
pkg_postinst() {
37
	mkdir /var/lock/uucp
38
	touch /var/lock/seyon_locks
34
}
39
}
35
40
36
DOCS="1-BUGREPORT 1-CHANGES 1-COPYING 1-FAQ 1-HISTORY 1-INSTALL 1-PORTING 1-README 1-SURVEY 1-TODO COPYING"
41
DOCS="1-BUGREPORT 1-CHANGES 1-COPYING 1-FAQ 1-HISTORY 1-INSTALL 1-PORTING 1-README 1-SURVEY 1-TODO COPYING"

Return to bug 38264