summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-12-09 22:24:05 +0000
committerThilo Bangert <bangert@gentoo.org>2009-12-09 22:24:05 +0000
commitaf0089e6ca0e1317b6fa2e41c285f52b5dcd8a31 (patch)
treec0aacaea3d00e90e64f12f2e36673fbd1a93c286 /net-misc/clockspeed
parentversion bump (diff)
downloadgentoo-2-af0089e6ca0e1317b6fa2e41c285f52b5dcd8a31.tar.gz
gentoo-2-af0089e6ca0e1317b6fa2e41c285f52b5dcd8a31.tar.bz2
gentoo-2-af0089e6ca0e1317b6fa2e41c285f52b5dcd8a31.zip
remove old version
(Portage version: 2.2_rc56/cvs/Linux i686)
Diffstat (limited to 'net-misc/clockspeed')
-rw-r--r--net-misc/clockspeed/ChangeLog6
-rw-r--r--net-misc/clockspeed/clockspeed-0.62-r5.ebuild41
2 files changed, 5 insertions, 42 deletions
diff --git a/net-misc/clockspeed/ChangeLog b/net-misc/clockspeed/ChangeLog
index 6ac32fa573d2..2479f96eafff 100644
--- a/net-misc/clockspeed/ChangeLog
+++ b/net-misc/clockspeed/ChangeLog
@@ -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
diff --git a/net-misc/clockspeed/clockspeed-0.62-r5.ebuild b/net-misc/clockspeed/clockspeed-0.62-r5.ebuild
deleted file mode 100644
index 90058b5b2826..000000000000
--- a/net-misc/clockspeed/clockspeed-0.62-r5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.2 2008/11/16 21:00:58 maekke 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
-}