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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +9 lines)
Line  Link Here
0
-- /usr/portage/app-misc/uptimed/uptimed-0.3.16.ebuild
0
++ /usr/local/portage/app-misc/uptimed/uptimed-0.3.16.ebuild
Lines 13-18 Link Here
13
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
14
IUSE=""
14
IUSE=""
15
15
16
pkg_setup() {
17
	enewgroup uptimed
18
	enewuser uptimed -1 -1 -1 uptimed
19
}
20
16
src_unpack() {
21
src_unpack() {
17
	unpack ${A}
22
	unpack ${A}
18
	cd "${S}"
23
	cd "${S}"
Lines 26-32 Link Here
26
31
27
src_install() {
32
src_install() {
28
	emake DESTDIR="${D}" install || die "emake install failed."
33
	emake DESTDIR="${D}" install || die "emake install failed."
34
	diropts -o uptimed -g uptimed
35
	dodir /var/run/uptimed
29
	keepdir /var/spool/uptimed
36
	keepdir /var/spool/uptimed
37
	fowners uptimed:uptimed /var/spool/uptimed
30
	dodoc ChangeLog README TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/*
38
	dodoc ChangeLog README TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/*
31
	doinitd "${FILESDIR}"/uptimed
39
	doinitd "${FILESDIR}"/uptimed
32
}
40
}

Return to bug 251465