summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-05 23:23:32 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-05 23:23:32 +0100
commita96f400279fc7bdc958cbd2120d041c4fd1c20e4 (patch)
tree0cfefa20039804dcee7d94a9d0b4f102a62efff9 /net-misc
parentnet-misc/fmirror: Remove last-rited pkg (diff)
downloadgentoo-a96f400279fc7bdc958cbd2120d041c4fd1c20e4.tar.gz
gentoo-a96f400279fc7bdc958cbd2120d041c4fd1c20e4.tar.bz2
gentoo-a96f400279fc7bdc958cbd2120d041c4fd1c20e4.zip
net-misc/clockspeed-conf: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/clockspeed-conf/Manifest1
-rw-r--r--net-misc/clockspeed-conf/clockspeed-conf-0.4.5-r1.ebuild31
-rw-r--r--net-misc/clockspeed-conf/files/clockspeed-conf-0.4.5-gentoo.patch26
-rw-r--r--net-misc/clockspeed-conf/metadata.xml5
4 files changed, 0 insertions, 63 deletions
diff --git a/net-misc/clockspeed-conf/Manifest b/net-misc/clockspeed-conf/Manifest
deleted file mode 100644
index b0f734a7660d..000000000000
--- a/net-misc/clockspeed-conf/Manifest
+++ /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
index adf7dd1a1af1..000000000000
--- a/net-misc/clockspeed-conf/clockspeed-conf-0.4.5-r1.ebuild
+++ /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
index dffbb35b08c7..000000000000
--- a/net-misc/clockspeed-conf/files/clockspeed-conf-0.4.5-gentoo.patch
+++ /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
index 6f49eba8f496..000000000000
--- a/net-misc/clockspeed-conf/metadata.xml
+++ /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>