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.12.ebuild
@ 2007-11-03 15:04 Samuli Suominen (drac)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2007-11-03 15:04 UTC (permalink / raw
  To: gentoo-commits

drac        07/11/03 15:04:22

  Modified:             ChangeLog
  Added:                uptimed-0.3.12.ebuild
  Log:
  bumb
  (Portage version: 2.1.3.17)

Revision  Changes    Path
1.62                 app-misc/uptimed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	16 May 2007 15:46:01 -0000	1.61
+++ ChangeLog	3 Nov 2007 15:04:21 -0000	1.62
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/uptimed
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.61 2007/05/16 15:46:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.62 2007/11/03 15:04:21 drac Exp $
+
+*uptimed-0.3.12 (03 Nov 2007)
+
+  03 Nov 2007; Samuli Suominen <drac@gentoo.org> +uptimed-0.3.12.ebuild:
+  Version bump.
 
   16 May 2007; Raúl Porcel <armin76@gentoo.org> -uptimed-0.3.9.ebuild,
   uptimed-0.3.11.ebuild:



1.1                  app-misc/uptimed/uptimed-0.3.12.ebuild

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

Index: uptimed-0.3.12.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/uptimed-0.3.12.ebuild,v 1.1 2007/11/03 15:04:21 drac 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=""

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."
	keepdir /var/spool/uptimed
	dodoc ChangeLog README TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/*
	doinitd "${FILESDIR}"/uptimed
}

pkg_postinst() {
	echo
	elog "Start uptimed with '/etc/init.d/uptimed start'"
	elog "To view your uptime records, use the command 'uprecords'."
	echo
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/uptimed: ChangeLog uptimed-0.3.12.ebuild
@ 2011-08-07 13:22 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-07 13:22 UTC (permalink / raw
  To: gentoo-commits

armin76     11/08/07 13:22:39

  Modified:             ChangeLog
  Removed:              uptimed-0.3.12.ebuild
  Log:
  Fix init script, bug #377783
  
  (Portage version: 2.1.10.7/cvs/Linux ia64)

Revision  Changes    Path
1.81                 app-misc/uptimed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	25 Aug 2009 15:11:26 -0000	1.80
+++ ChangeLog	7 Aug 2011 13:22:38 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/uptimed
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.80 2009/08/25 15:11:26 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.81 2011/08/07 13:22:38 armin76 Exp $
+
+  07 Aug 2011; Raúl Porcel <armin76@gentoo.org> -uptimed-0.3.12.ebuild,
+  files/uptimed.init:
+  Fix init script, bug #377783
 
   25 Aug 2009; Raúl Porcel <armin76@gentoo.org> uptimed-0.3.16-r4.ebuild:
   Add ~arm wrt #282190






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-07 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-07 13:22 [gentoo-commits] gentoo-x86 commit in app-misc/uptimed: ChangeLog uptimed-0.3.12.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-03 15:04 Samuli Suominen (drac)

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