Gentoo Archives: gentoo-commits

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