commit:     037d1ffefe5e5308c8b3f01d63c7ad5bf48c46d4
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 09:19:46 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 09:19:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037d1ffe

net-misc/clockspeed: drop 0.62-r8

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/clockspeed/clockspeed-0.62-r8.ebuild | 44 ---------------------------
 1 file changed, 44 deletions(-)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r8.ebuild 
b/net-misc/clockspeed/clockspeed-0.62-r8.ebuild
deleted file mode 100644
index 29bf5a916bca..000000000000
--- a/net-misc/clockspeed/clockspeed-0.62-r8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Simple Network Time Protocol (NTP) client"
-HOMEPAGE="https://cr.yp.to/clockspeed.html";
-
-# this is the trailing part of the name for the latest leapseconds file.
-LEAPSECONDS_DATE="20081114"
-
-SRC_URI="https://cr.yp.to/clockspeed/${P}.tar.gz
-       
https://dev.gentoo.org/~pacho/maintainer-needed/leapsecs.dat."$LEAPSECONDS_DATE"";
-
-# http://cr.yp.to/distributors.html
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~mips x86"
-IUSE="static selinux"
-RESTRICT="mirror bindist test"
-
-DEPEND="sys-apps/groff"
-RDEPEND="net-dns/djbdns"
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_configure() {
-       echo "$(tc-getCC) ${CFLAGS} ${ASFLAGS}" > conf-cc || die
-       use static && append-ldflags -static
-       echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die
-}
-
-src_install() {
-       dobin clockspeed clockadd clockview sntpclock taiclock taiclockd
-       dosbin "${FILESDIR}"/ntpclockset
-
-       doman *.1
-       dodoc BLURB CHANGES INSTALL README THANKS TODO
-
-       insinto /var/lib/clockspeed
-       newins "${DISTDIR}"/leapsecs.dat."$LEAPSECONDS_DATE" leapsecs.dat
-}

Reply via email to