public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/clockspeed: ChangeLog clockspeed-0.62-r5.ebuild
@ 2008-11-14 15:30 Thilo Bangert (bangert)
  0 siblings, 0 replies; 3+ messages in thread
From: Thilo Bangert (bangert) @ 2008-11-14 15:30 UTC (permalink / raw
  To: gentoo-commits

bangert     08/11/14 15:30:11

  Modified:             ChangeLog
  Added:                clockspeed-0.62-r5.ebuild
  Log:
  bump leapsecs.dat for leap second at 2008-12-31
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.22                 net-misc/clockspeed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	25 Jan 2008 19:58:48 -0000	1.21
+++ ChangeLog	14 Nov 2008 15:30:11 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/clockspeed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.21 2008/01/25 19:58:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.22 2008/11/14 15:30:11 bangert Exp $
+
+*clockspeed-0.62-r5 (14 Nov 2008)
+
+  14 Nov 2008; Thilo Bangert <bangert@gentoo.org>
+  +files/leapsecs.dat.20081114, +clockspeed-0.62-r5.ebuild:
+  bump leapsecs.dat for leap second at 2008-12-31
 
   25 Jan 2008; Raúl Porcel <armin76@gentoo.org> clockspeed-0.62-r4.ebuild:
   x86 stable



1.1                  net-misc/clockspeed/clockspeed-0.62-r5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild?rev=1.1&content-type=text/plain

Index: clockspeed-0.62-r5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild,v 1.1 2008/11/14 15:30:11 bangert Exp $

inherit eutils flag-o-matic

DESCRIPTION="A simple Network Time Protocol (NTP) client"
HOMEPAGE="http://cr.yp.to/clockspeed.html"
SRC_URI="http://cr.yp.to/clockspeed/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86"
IUSE="static selinux"
RESTRICT="test"

DEPEND="sys-apps/groff"
RDEPEND="selinux? ( sec-policy/selinux-clockspeed )"

# this is the trailing part of the name for the latest leapseconds file.
LEAPSECONDS_DATE="20081114"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-gentoo.patch
	echo "$(tc-getCC) ${CFLAGS} ${ASFLAGS}" > conf-cc
	use static && append-ldflags -static
	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
}

src_install() {
	dobin clockspeed clockadd clockview sntpclock taiclock taiclockd || die "dobin"
	dosbin "${FILESDIR}"/ntpclockset || die "dosbin"

	doman *.1
	dodoc BLURB CHANGES INSTALL README THANKS TODO

	insinto /var/lib/clockspeed
	newins "${FILESDIR}"/leapsecs.dat."$LEAPSECONDS_DATE" leapsecs.dat
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/clockspeed: ChangeLog clockspeed-0.62-r5.ebuild
@ 2008-11-16 21:00 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2008-11-16 21:00 UTC (permalink / raw
  To: gentoo-commits

maekke      08/11/16 21:00:58

  Modified:             ChangeLog clockspeed-0.62-r5.ebuild
  Log:
  x86 stable, bug #246740
  (Portage version: 2.2_rc14/cvs/Linux 2.6.26.8 x86_64)

Revision  Changes    Path
1.23                 net-misc/clockspeed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	14 Nov 2008 15:30:11 -0000	1.22
+++ ChangeLog	16 Nov 2008 21:00:58 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/clockspeed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.22 2008/11/14 15:30:11 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.23 2008/11/16 21:00:58 maekke Exp $
+
+  16 Nov 2008; Markus Meier <maekke@gentoo.org> clockspeed-0.62-r5.ebuild:
+  x86 stable, bug #246740
 
 *clockspeed-0.62-r5 (14 Nov 2008)
 



1.2                  net-misc/clockspeed/clockspeed-0.62-r5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild?r1=1.1&r2=1.2

Index: clockspeed-0.62-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clockspeed-0.62-r5.ebuild	14 Nov 2008 15:30:11 -0000	1.1
+++ clockspeed-0.62-r5.ebuild	16 Nov 2008 21:00:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild,v 1.1 2008/11/14 15:30:11 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r5.ebuild,v 1.2 2008/11/16 21:00:58 maekke Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~mips x86"
 IUSE="static selinux"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/clockspeed: ChangeLog clockspeed-0.62-r5.ebuild
@ 2009-12-09 22:24 Thilo Bangert (bangert)
  0 siblings, 0 replies; 3+ messages in thread
From: Thilo Bangert (bangert) @ 2009-12-09 22:24 UTC (permalink / raw
  To: gentoo-commits

bangert     09/12/09 22:24:06

  Modified:             ChangeLog
  Removed:              clockspeed-0.62-r5.ebuild
  Log:
  remove old version
  (Portage version: 2.2_rc56/cvs/Linux i686)

Revision  Changes    Path
1.26                 net-misc/clockspeed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/clockspeed/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	9 Dec 2009 21:56:25 -0000	1.25
+++ ChangeLog	9 Dec 2009 22:24:05 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/clockspeed
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.25 2009/12/09 21:56:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.26 2009/12/09 22:24:05 bangert Exp $
+
+  09 Dec 2009; Thilo Bangert <bangert@gentoo.org>
+  -clockspeed-0.62-r5.ebuild:
+  remove old version
 
   09 Dec 2009; Markus Meier <maekke@gentoo.org> clockspeed-0.62-r6.ebuild:
   amd64/x86 stable, bug #296067






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

end of thread, other threads:[~2009-12-09 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-14 15:30 [gentoo-commits] gentoo-x86 commit in net-misc/clockspeed: ChangeLog clockspeed-0.62-r5.ebuild Thilo Bangert (bangert)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-16 21:00 Markus Meier (maekke)
2009-12-09 22:24 Thilo Bangert (bangert)

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