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: profiles/, dev-vcs/cvsd/, dev-vcs/cvsd/files/
Date: Tue, 05 Nov 2019 22:32:57
Message-Id: 1572993124.7d1c97e1aeed01406c96c749f09aaa06250b7427.mgorny@gentoo
1 commit: 7d1c97e1aeed01406c96c749f09aaa06250b7427
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:32:04 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:32:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1c97e1
7
8 dev-vcs/cvsd: 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 dev-vcs/cvsd/Manifest | 1 -
14 dev-vcs/cvsd/cvsd-1.0.17.ebuild | 45 -----------------------------------------
15 dev-vcs/cvsd/files/cvsd.rc6 | 19 -----------------
16 dev-vcs/cvsd/metadata.xml | 5 -----
17 profiles/package.mask | 1 -
18 5 files changed, 71 deletions(-)
19
20 diff --git a/dev-vcs/cvsd/Manifest b/dev-vcs/cvsd/Manifest
21 deleted file mode 100644
22 index b8eb5a2a108..00000000000
23 --- a/dev-vcs/cvsd/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST cvsd-1.0.17.tar.gz 247026 BLAKE2B 82162d74bf63f8eae2141c07f97bbe31a51ee8aeabcf097b2a6aa33a1dfd65aaf6c48017bc11bd6494dac8e9f4f12d9905d1f27fe11361e14910925455ee06d4 SHA512 beea48a288ff580e6cc7fdcd1997b7af01e7ea1b1c185006c92cd7758e7e557d2b1b4fc820bd03b787ebc74b5fa9ef661584d2c523480cf6418f452f5f929c9d
27
28 diff --git a/dev-vcs/cvsd/cvsd-1.0.17.ebuild b/dev-vcs/cvsd/cvsd-1.0.17.ebuild
29 deleted file mode 100644
30 index aeedfa65eed..00000000000
31 --- a/dev-vcs/cvsd/cvsd-1.0.17.ebuild
32 +++ /dev/null
33 @@ -1,45 +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 user
40 -
41 -DESCRIPTION="CVS pserver daemon"
42 -HOMEPAGE="http://ch.tudelft.nl/~arthur/cvsd/"
43 -SRC_URI="http://ch.tudelft.nl/~arthur/cvsd/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
48 -IUSE="tcpd"
49 -
50 -DEPEND=">=dev-vcs/cvs-1.11.6
51 - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
52 -RDEPEND="${DEPEND}
53 - >=dev-lang/perl-5.8.0"
54 -
55 -pkg_setup() {
56 - enewgroup cvsd
57 - enewuser cvsd -1 -1 /var/lib/cvsd cvsd
58 -}
59 -
60 -src_compile() {
61 - econf $(use_with tcpd libwrap) || die "econf failed"
62 - emake || die "emake failed"
63 -}
64 -
65 -src_install() {
66 - make DESTDIR="${D}" install || die "make install failed"
67 - dosed 's:^Repos:# Repos:g' /etc/cvsd/cvsd.conf
68 - keepdir /var/lib/cvsd
69 -
70 - dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO
71 -
72 - newinitd "${FILESDIR}/cvsd.rc6" ${PN}
73 -}
74 -
75 -pkg_postinst() {
76 - elog "To configure cvsd please read the README in "
77 - elog "/usr/share/doc/${PF}/"
78 -}
79
80 diff --git a/dev-vcs/cvsd/files/cvsd.rc6 b/dev-vcs/cvsd/files/cvsd.rc6
81 deleted file mode 100644
82 index 63e0d2a085b..00000000000
83 --- a/dev-vcs/cvsd/files/cvsd.rc6
84 +++ /dev/null
85 @@ -1,19 +0,0 @@
86 -#!/sbin/openrc-run
87 -# Copyright 1999-2004 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -depend() {
91 - need net
92 -}
93 -
94 -start() {
95 - ebegin "Starting cvsd"
96 - start-stop-daemon --start --quiet --background --exec /usr/sbin/cvsd
97 - eend $?
98 -}
99 -
100 -stop() {
101 - ebegin "Stopping cvsd"
102 - start-stop-daemon --stop --quiet --pidfile /var/run/cvsd.pid
103 - eend $?
104 -}
105
106 diff --git a/dev-vcs/cvsd/metadata.xml b/dev-vcs/cvsd/metadata.xml
107 deleted file mode 100644
108 index 7a38bb90096..00000000000
109 --- a/dev-vcs/cvsd/metadata.xml
110 +++ /dev/null
111 @@ -1,5 +0,0 @@
112 -<?xml version="1.0" encoding="UTF-8"?>
113 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
114 -<pkgmetadata>
115 - <!-- maintainer-needed -->
116 -</pkgmetadata>
117
118 diff --git a/profiles/package.mask b/profiles/package.mask
119 index 77c8c7df624..cc7f170c8e5 100644
120 --- a/profiles/package.mask
121 +++ b/profiles/package.mask
122 @@ -389,7 +389,6 @@ app-office/tedia2sql
123 app-text/mht-rip
124 dev-embedded/gnap
125 dev-libs/xplc
126 -dev-vcs/cvsd
127 mail-filter/clamsmtp
128 sys-auth/pam_require