diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:32:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:32:04 +0100 |
commit | 7d1c97e1aeed01406c96c749f09aaa06250b7427 (patch) | |
tree | cdfc1317df064b46393c2942406cdba261f1682e /dev-vcs | |
parent | dev-vcs/cvsq: Remove last-rited pkg (diff) | |
download | gentoo-7d1c97e1aeed01406c96c749f09aaa06250b7427.tar.gz gentoo-7d1c97e1aeed01406c96c749f09aaa06250b7427.tar.bz2 gentoo-7d1c97e1aeed01406c96c749f09aaa06250b7427.zip |
dev-vcs/cvsd: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsd/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/cvsd/cvsd-1.0.17.ebuild | 45 | ||||
-rw-r--r-- | dev-vcs/cvsd/files/cvsd.rc6 | 19 | ||||
-rw-r--r-- | dev-vcs/cvsd/metadata.xml | 5 |
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-vcs/cvsd/Manifest b/dev-vcs/cvsd/Manifest deleted file mode 100644 index b8eb5a2a108a..000000000000 --- a/dev-vcs/cvsd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cvsd-1.0.17.tar.gz 247026 BLAKE2B 82162d74bf63f8eae2141c07f97bbe31a51ee8aeabcf097b2a6aa33a1dfd65aaf6c48017bc11bd6494dac8e9f4f12d9905d1f27fe11361e14910925455ee06d4 SHA512 beea48a288ff580e6cc7fdcd1997b7af01e7ea1b1c185006c92cd7758e7e557d2b1b4fc820bd03b787ebc74b5fa9ef661584d2c523480cf6418f452f5f929c9d diff --git a/dev-vcs/cvsd/cvsd-1.0.17.ebuild b/dev-vcs/cvsd/cvsd-1.0.17.ebuild deleted file mode 100644 index aeedfa65eedc..000000000000 --- a/dev-vcs/cvsd/cvsd-1.0.17.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils user - -DESCRIPTION="CVS pserver daemon" -HOMEPAGE="http://ch.tudelft.nl/~arthur/cvsd/" -SRC_URI="http://ch.tudelft.nl/~arthur/cvsd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="tcpd" - -DEPEND=">=dev-vcs/cvs-1.11.6 - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -RDEPEND="${DEPEND} - >=dev-lang/perl-5.8.0" - -pkg_setup() { - enewgroup cvsd - enewuser cvsd -1 -1 /var/lib/cvsd cvsd -} - -src_compile() { - econf $(use_with tcpd libwrap) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dosed 's:^Repos:# Repos:g' /etc/cvsd/cvsd.conf - keepdir /var/lib/cvsd - - dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO - - newinitd "${FILESDIR}/cvsd.rc6" ${PN} -} - -pkg_postinst() { - elog "To configure cvsd please read the README in " - elog "/usr/share/doc/${PF}/" -} diff --git a/dev-vcs/cvsd/files/cvsd.rc6 b/dev-vcs/cvsd/files/cvsd.rc6 deleted file mode 100644 index 63e0d2a085b0..000000000000 --- a/dev-vcs/cvsd/files/cvsd.rc6 +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need net -} - -start() { - ebegin "Starting cvsd" - start-stop-daemon --start --quiet --background --exec /usr/sbin/cvsd - eend $? -} - -stop() { - ebegin "Stopping cvsd" - start-stop-daemon --stop --quiet --pidfile /var/run/cvsd.pid - eend $? -} diff --git a/dev-vcs/cvsd/metadata.xml b/dev-vcs/cvsd/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/dev-vcs/cvsd/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> |