public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/uptimed: ChangeLog uptimed-0.3.16-r4.ebuild uptimed-0.3.16-r3.ebuild
@ 2009-03-27 10:54 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2009-03-27 10:54 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/27 10:54:15

  Modified:             ChangeLog
  Added:                uptimed-0.3.16-r4.ebuild
  Removed:              uptimed-0.3.16-r3.ebuild
  Log:
  Revbump to fix bug #263884, x86 stable
  (Portage version: 2.1.6.7/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.78                 app-misc/uptimed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	22 Mar 2009 18:59:02 -0000	1.77
+++ ChangeLog	27 Mar 2009 10:54:15 -0000	1.78
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/uptimed
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.77 2009/03/22 18:59:02 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.78 2009/03/27 10:54:15 armin76 Exp $
+
+*uptimed-0.3.16-r4 (27 Mar 2009)
+
+  27 Mar 2009; Raúl Porcel <armin76@gentoo.org> -uptimed-0.3.16-r3.ebuild,
+  +uptimed-0.3.16-r4.ebuild:
+  Revbump to fix bug #263884, x86 stable
 
   22 Mar 2009; Tobias Klausmann <klausman@gentoo.org>
   uptimed-0.3.16-r3.ebuild:



1.1                  app-misc/uptimed/uptimed-0.3.16-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/uptimed-0.3.16-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/uptimed/uptimed-0.3.16-r4.ebuild?rev=1.1&content-type=text/plain

Index: uptimed-0.3.16-r4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/uptimed-0.3.16-r4.ebuild,v 1.1 2009/03/27 10:54:15 armin76 Exp $

inherit autotools

DESCRIPTION="System uptime record daemon that keeps track of your highest uptimes"
HOMEPAGE="http://podgorny.cz/uptimed"
SRC_URI="http://podgorny.cz/uptimed/releases/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""

pkg_setup() {
	enewgroup uptimed
	enewuser uptimed -1 -1 -1 uptimed
}

src_unpack() {
	unpack ${A}
	cd "${S}"

	# respect DESTDIR
	sed -i -e 's|-d \(/var/spool.*\)$|-d $(DESTDIR)\1|' Makefile.am || \
		die "sed failed."

	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	diropts -o uptimed -g uptimed
	dodir /var/run/uptimed
	keepdir /var/spool/uptimed
	fowners uptimed:uptimed /var/spool/uptimed
	dodoc ChangeLog README TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/*
	newinitd "${FILESDIR}"/uptimed.init uptimed
}

pkg_postinst() {
	einfo "Fixing permissions in /var/spool/${PN}"
	chown -R uptimed:uptimed /var/spool/${PN}
	echo
	elog "Start uptimed with '/etc/init.d/uptimed start'"
	elog "To view your uptime records, use the command 'uprecords'."
	echo
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-27 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27 10:54 [gentoo-commits] gentoo-x86 commit in app-misc/uptimed: ChangeLog uptimed-0.3.16-r4.ebuild uptimed-0.3.16-r3.ebuild Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox