Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed-conf/files/, profiles/, net-misc/clockspeed-conf/
Date: Tue, 05 Nov 2019 22:24:13
Message-Id: 1572992612.a96f400279fc7bdc958cbd2120d041c4fd1c20e4.mgorny@gentoo
1 commit: a96f400279fc7bdc958cbd2120d041c4fd1c20e4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:23:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:23:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96f4002
7
8 net-misc/clockspeed-conf: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-misc/clockspeed-conf/Manifest | 1 -
14 .../clockspeed-conf-0.4.5-r1.ebuild | 31 ----------------------
15 .../files/clockspeed-conf-0.4.5-gentoo.patch | 26 ------------------
16 net-misc/clockspeed-conf/metadata.xml | 5 ----
17 profiles/package.mask | 1 -
18 5 files changed, 64 deletions(-)
19
20 diff --git a/net-misc/clockspeed-conf/Manifest b/net-misc/clockspeed-conf/Manifest
21 deleted file mode 100644
22 index b0f734a7660..00000000000
23 --- a/net-misc/clockspeed-conf/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST clockspeed-conf-0.4.5.tar.gz 7190 BLAKE2B efe4b14d9d9def22b89a84c11fd75ce77e61bc9638d575e57ca385ccb66624a29f07668be7b62ea888f8315b9d6b26188745972aee18c9b981837d09d37894b9 SHA512 9f7e8dcafb5ef4ee832b9bbca8e5ee51f876678027b40df1758e2dbc784a09403e9d388acab203166743a1ef3effc20bca37fce1bc30177929936d693aa2b5b0
27
28 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
29 deleted file mode 100644
30 index adf7dd1a1af..00000000000
31 --- a/net-misc/clockspeed-conf/clockspeed-conf-0.4.5-r1.ebuild
32 +++ /dev/null
33 @@ -1,31 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=0
38 -
39 -inherit eutils
40 -
41 -DESCRIPTION="scripts to setup a clockspeed client and/or a taiclockd server"
42 -HOMEPAGE="http://foo42.de/devel/sysutils/clockspeed-conf/"
43 -SRC_URI="http://foo42.de/distfiles/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND="net-misc/clockspeed
51 - virtual/daemontools"
52 -RDEPEND="${DEPEND}"
53 -
54 -src_unpack() {
55 - unpack ${A}
56 - cd "${S}"
57 - epatch "${FILESDIR}"/${P}-gentoo.patch
58 -}
59 -
60 -src_install() {
61 - dobin clockspeed-conf taiclockd-conf || die "dobin"
62 - doman clockspeed-conf.8 taiclockd-conf.8
63 - dodoc README TODO
64 -}
65
66 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
67 deleted file mode 100644
68 index dffbb35b08c..00000000000
69 --- a/net-misc/clockspeed-conf/files/clockspeed-conf-0.4.5-gentoo.patch
70 +++ /dev/null
71 @@ -1,26 +0,0 @@
72 -Configure for Gentoo
73 -
74 -Patch by Thilo Bangert
75 -http://bugs.gentoo.org/show_bug.cgi?id=90073
76 -
77 ---- clockspeed-conf
78 -+++ clockspeed-conf
79 -@@ -15,6 +15,7 @@
80 - #ADJUST_LOGDIR defaults to main
81 - #VA=yes shortcut for 'ADJUST_LOGDIR=clockspeed-adjust'
82 - #
83 -+CLOCKSPEED_INSTALLATION="GENTOO"
84 - [ -z "${CLOCKSPEED_INSTALLATION}" ] && CLOCKSPEED_INSTALLATION="DJB"
85 -
86 - PATH=/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/command:${PATH}
87 -@@ -106,6 +107,10 @@
88 - BINDIR="${PREFIX}/clockspeed/bin"
89 - ADJUSTFILE="${PREFIX}/clockspeed/adjust"
90 - ;;
91 -+ GENTOO)
92 -+ ETCDIR="/var/lib/clockspeed"
93 -+ BINDIR="/usr/bin"
94 -+ ;;
95 - custom)
96 - # we expect ETCDIR and BINDIR from environment !!!
97 - ;;
98
99 diff --git a/net-misc/clockspeed-conf/metadata.xml b/net-misc/clockspeed-conf/metadata.xml
100 deleted file mode 100644
101 index 6f49eba8f49..00000000000
102 --- a/net-misc/clockspeed-conf/metadata.xml
103 +++ /dev/null
104 @@ -1,5 +0,0 @@
105 -<?xml version="1.0" encoding="UTF-8"?>
106 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
107 -<pkgmetadata>
108 -<!-- maintainer-needed -->
109 -</pkgmetadata>
110
111 diff --git a/profiles/package.mask b/profiles/package.mask
112 index 6f5391c1358..9b5ed81fbcb 100644
113 --- a/profiles/package.mask
114 +++ b/profiles/package.mask
115 @@ -412,7 +412,6 @@ net-mail/popick
116 net-mail/spamcup
117 net-mail/yosucker
118 net-misc/cgterm
119 -net-misc/clockspeed-conf
120 sys-auth/pam_require
121
122 # Michał Górny <mgorny@g.o> (2019-10-04)