net-misc/clockspeed-conf: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:23:32 +0000 (23:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:23:32 +0000 (23:23 +0100)
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/clockspeed-conf/Manifest [deleted file]
net-misc/clockspeed-conf/clockspeed-conf-0.4.5-r1.ebuild [deleted file]
net-misc/clockspeed-conf/files/clockspeed-conf-0.4.5-gentoo.patch [deleted file]
net-misc/clockspeed-conf/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-misc/clockspeed-conf/Manifest b/net-misc/clockspeed-conf/Manifest
deleted file mode 100644 (file)
index b0f734a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST clockspeed-conf-0.4.5.tar.gz 7190 BLAKE2B efe4b14d9d9def22b89a84c11fd75ce77e61bc9638d575e57ca385ccb66624a29f07668be7b62ea888f8315b9d6b26188745972aee18c9b981837d09d37894b9 SHA512 9f7e8dcafb5ef4ee832b9bbca8e5ee51f876678027b40df1758e2dbc784a09403e9d388acab203166743a1ef3effc20bca37fce1bc30177929936d693aa2b5b0
diff --git a/net-misc/clockspeed-conf/clockspeed-conf-0.4.5-r1.ebuild b/net-misc/clockspeed-conf/clockspeed-conf-0.4.5-r1.ebuild
deleted file mode 100644 (file)
index adf7dd1..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="scripts to setup a clockspeed client and/or a taiclockd server"
-HOMEPAGE="http://foo42.de/devel/sysutils/clockspeed-conf/"
-SRC_URI="http://foo42.de/distfiles/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="net-misc/clockspeed
-       virtual/daemontools"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_install() {
-       dobin clockspeed-conf taiclockd-conf || die "dobin"
-       doman clockspeed-conf.8 taiclockd-conf.8
-       dodoc README TODO
-}
diff --git a/net-misc/clockspeed-conf/files/clockspeed-conf-0.4.5-gentoo.patch b/net-misc/clockspeed-conf/files/clockspeed-conf-0.4.5-gentoo.patch
deleted file mode 100644 (file)
index dffbb35..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Configure for Gentoo
-
-Patch by Thilo Bangert
-http://bugs.gentoo.org/show_bug.cgi?id=90073
-
---- clockspeed-conf
-+++ clockspeed-conf
-@@ -15,6 +15,7 @@
- #ADJUST_LOGDIR  defaults to main
- #VA=yes   shortcut for 'ADJUST_LOGDIR=clockspeed-adjust'
- #
-+CLOCKSPEED_INSTALLATION="GENTOO"
- [ -z "${CLOCKSPEED_INSTALLATION}" ] && CLOCKSPEED_INSTALLATION="DJB"
- PATH=/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/command:${PATH}
-@@ -106,6 +107,10 @@
-       BINDIR="${PREFIX}/clockspeed/bin"
-       ADJUSTFILE="${PREFIX}/clockspeed/adjust"
-       ;;
-+      GENTOO)
-+      ETCDIR="/var/lib/clockspeed"
-+      BINDIR="/usr/bin"
-+      ;;
-     custom)
-         # we expect ETCDIR and BINDIR from environment !!!
-         ;;
diff --git a/net-misc/clockspeed-conf/metadata.xml b/net-misc/clockspeed-conf/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
index 6f5391c1358bdb38dff3643aad9215de2e893abc..9b5ed81fbcb31d983ee5e61767aeb7782a0be61f 100644 (file)
@@ -412,7 +412,6 @@ net-mail/popick
 net-mail/spamcup
 net-mail/yosucker
 net-misc/cgterm
-net-misc/clockspeed-conf
 sys-auth/pam_require
 
 # Michał Górny <mgorny@gentoo.org> (2019-10-04)