public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/clockspeed: clockspeed-0.62-r6.ebuild ChangeLog clockspeed-0.62-r3.ebuild clockspeed-0.62-r4.ebuild
@ 2009-09-28 21:00 Thilo Bangert (bangert)
  0 siblings, 0 replies; only message in thread
From: Thilo Bangert (bangert) @ 2009-09-28 21:00 UTC (permalink / raw
  To: gentoo-commits

bangert     09/09/28 21:00:41

  Modified:             ChangeLog
  Added:                clockspeed-0.62-r6.ebuild
  Removed:              clockspeed-0.62-r3.ebuild clockspeed-0.62-r4.ebuild
  Log:
  EAPI 2 ebuild - fixes bug #241060 (CFLAGS ignored) - remove old versions
  (Portage version: 2.2_rc42/cvs/Linux i686)

Revision  Changes    Path
1.24                 net-misc/clockspeed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	16 Nov 2008 21:00:58 -0000	1.23
+++ ChangeLog	28 Sep 2009 21:00:41 -0000	1.24
@@ -1,6 +1,17 @@
 # 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.23 2008/11/16 21:00:58 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.24 2009/09/28 21:00:41 bangert Exp $
+
+  28 Sep 2009; Thilo Bangert <bangert@gentoo.org>
+  -clockspeed-0.62-r3.ebuild, -clockspeed-0.62-r4.ebuild,
+  +clockspeed-0.62-r6.ebuild, -files/leapsecs.dat.20060525:
+  remove old versions
+
+*clockspeed-0.62-r6 (28 Sep 2009)
+
+  28 Sep 2009; Thilo Bangert <bangert@gentoo.org>
+  +clockspeed-0.62-r6.ebuild:
+  EAPI 2 ebuild - fixes bug #241060 (CFLAGS ignored)
 
   16 Nov 2008; Markus Meier <maekke@gentoo.org> clockspeed-0.62-r5.ebuild:
   x86 stable, bug #246740



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

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

Index: clockspeed-0.62-r6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r6.ebuild,v 1.1 2009/09/28 21:00:41 bangert Exp $

EAPI="2"

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_prepare() {
	epatch "${FILESDIR}"/${P}-gentoo.patch
}

src_configure() {
	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] only message in thread

only message in thread, other threads:[~2009-09-28 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 21:00 [gentoo-commits] gentoo-x86 commit in net-misc/clockspeed: clockspeed-0.62-r6.ebuild ChangeLog clockspeed-0.62-r3.ebuild clockspeed-0.62-r4.ebuild 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