summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-03-04 10:21:29 +0000
committerPacho Ramos <pacho@gentoo.org>2012-03-04 10:21:29 +0000
commit7711f6fd06eec7c0673fadc038f84fff91f39544 (patch)
treeea453585cd39fd65f8c94ae466c10e0f3132bda5 /net-misc
parentImport Version BUmp from sci overlay prepared by Reinis Danne (diff)
downloadgentoo-2-7711f6fd06eec7c0673fadc038f84fff91f39544.tar.gz
gentoo-2-7711f6fd06eec7c0673fadc038f84fff91f39544.tar.bz2
gentoo-2-7711f6fd06eec7c0673fadc038f84fff91f39544.zip
Move binary file away from CVS tree
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/clockspeed/ChangeLog8
-rw-r--r--net-misc/clockspeed/clockspeed-0.62-r6.ebuild23
-rw-r--r--net-misc/clockspeed/files/leapsecs.dat.20081114bin192 -> 0 bytes
3 files changed, 18 insertions, 13 deletions
diff --git a/net-misc/clockspeed/ChangeLog b/net-misc/clockspeed/ChangeLog
index 08921cdc847f..c74c45e38c47 100644
--- a/net-misc/clockspeed/ChangeLog
+++ b/net-misc/clockspeed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/clockspeed
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.28 2011/07/20 17:25:33 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.29 2012/03/04 10:21:29 pacho Exp $
+
+ 04 Mar 2012; Pacho Ramos <pacho@gentoo.org> -files/leapsecs.dat.20081114,
+ clockspeed-0.62-r6.ebuild:
+ Move binary file away from CVS tree
20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #118937
diff --git a/net-misc/clockspeed/clockspeed-0.62-r6.ebuild b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild
index e51306e381fd..4ed5ff298350 100644
--- a/net-misc/clockspeed/clockspeed-0.62-r6.ebuild
+++ b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild
@@ -1,14 +1,18 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.3 2011/04/26 16:31:56 darkside Exp $
-
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r6.ebuild,v 1.4 2012/03/04 10:21:29 pacho Exp $
+EAPI=4
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"
+
+# this is the trailing part of the name for the latest leapseconds file.
+LEAPSECONDS_DATE="20081114"
+
+SRC_URI="http://cr.yp.to/clockspeed/${P}.tar.gz
+ http://dev.gentoo.org/~pacho/maintainer-needed/leapsecs.dat."$LEAPSECONDS_DATE""
LICENSE="as-is"
SLOT="0"
@@ -20,9 +24,6 @@ DEPEND="sys-apps/groff"
RDEPEND="selinux? ( sec-policy/selinux-clockspeed )
net-dns/djbdns"
-# this is the trailing part of the name for the latest leapseconds file.
-LEAPSECONDS_DATE="20081114"
-
src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
}
@@ -34,12 +35,12 @@ src_configure() {
}
src_install() {
- dobin clockspeed clockadd clockview sntpclock taiclock taiclockd || die "dobin"
- dosbin "${FILESDIR}"/ntpclockset || die "dosbin"
+ dobin clockspeed clockadd clockview sntpclock taiclock taiclockd
+ dosbin "${FILESDIR}"/ntpclockset
doman *.1
dodoc BLURB CHANGES INSTALL README THANKS TODO
insinto /var/lib/clockspeed
- newins "${FILESDIR}"/leapsecs.dat."$LEAPSECONDS_DATE" leapsecs.dat
+ newins "${DISTDIR}"/leapsecs.dat."$LEAPSECONDS_DATE" leapsecs.dat
}
diff --git a/net-misc/clockspeed/files/leapsecs.dat.20081114 b/net-misc/clockspeed/files/leapsecs.dat.20081114
deleted file mode 100644
index dbd649a0dec3..000000000000
--- a/net-misc/clockspeed/files/leapsecs.dat.20081114
+++ /dev/null
Binary files differ