Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/uptimed: ChangeLog uptimed-0.3.12.ebuild
Date: Sat, 03 Nov 2007 15:04:32
Message-Id: E1IoKXu-0006TU-CW@stork.gentoo.org
1 drac 07/11/03 15:04:22
2
3 Modified: ChangeLog
4 Added: uptimed-0.3.12.ebuild
5 Log:
6 bumb
7 (Portage version: 2.1.3.17)
8
9 Revision Changes Path
10 1.62 app-misc/uptimed/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 16 May 2007 15:46:01 -0000 1.61
23 +++ ChangeLog 3 Nov 2007 15:04:21 -0000 1.62
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-misc/uptimed
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.61 2007/05/16 15:46:01 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.62 2007/11/03 15:04:21 drac Exp $
29 +
30 +*uptimed-0.3.12 (03 Nov 2007)
31 +
32 + 03 Nov 2007; Samuli Suominen <drac@g.o> +uptimed-0.3.12.ebuild:
33 + Version bump.
34
35 16 May 2007; Raúl Porcel <armin76@g.o> -uptimed-0.3.9.ebuild,
36 uptimed-0.3.11.ebuild:
37
38
39
40 1.1 app-misc/uptimed/uptimed-0.3.12.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/uptimed-0.3.12.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/uptimed-0.3.12.ebuild?rev=1.1&content-type=text/plain
44
45 Index: uptimed-0.3.12.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/uptimed-0.3.12.ebuild,v 1.1 2007/11/03 15:04:21 drac Exp $
50
51 inherit autotools
52
53 DESCRIPTION="System uptime record daemon that keeps track of your highest uptimes"
54 HOMEPAGE="http://podgorny.cz/uptimed"
55 SRC_URI="http://podgorny.cz/uptimed/releases/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 src_unpack() {
63 unpack ${A}
64 cd "${S}"
65
66 # respect DESTDIR
67 sed -i -e 's|-d \(/var/spool.*\)$|-d $(DESTDIR)\1|' Makefile.am || \
68 die "sed failed."
69
70 eautoreconf
71 }
72
73 src_install() {
74 emake DESTDIR="${D}" install || die "emake install failed."
75 keepdir /var/spool/uptimed
76 dodoc ChangeLog README TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/*
77 doinitd "${FILESDIR}"/uptimed
78 }
79
80 pkg_postinst() {
81 echo
82 elog "Start uptimed with '/etc/init.d/uptimed start'"
83 elog "To view your uptime records, use the command 'uprecords'."
84 echo
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list