public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thilo Bangert (bangert)" <bangert@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [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
Date: Mon, 28 Sep 2009 21:00:41 +0000	[thread overview]
Message-ID: <E1MsNKr-0001Xb-T9@stork.gentoo.org> (raw)

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
}






                 reply	other threads:[~2009-09-28 21:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MsNKr-0001Xb-T9@stork.gentoo.org \
    --to=bangert@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox