summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:26:38 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:20:32 +0200
commit584458a55bd318ad39fe9ca5840b282a1883c4b1 (patch)
tree4c436f262a1be6b51565b839f5967ad12a1d007f /net-misc
parentnet-misc/omniORB: Drop old (diff)
downloadgentoo-584458a55bd318ad39fe9ca5840b282a1883c4b1.tar.gz
gentoo-584458a55bd318ad39fe9ca5840b282a1883c4b1.tar.bz2
gentoo-584458a55bd318ad39fe9ca5840b282a1883c4b1.zip
net-misc/pmsvn: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/pmsvn/Manifest2
-rw-r--r--net-misc/pmsvn/pmsvn-1.0.5.ebuild40
-rw-r--r--net-misc/pmsvn/pmsvn-1.0.6.ebuild35
3 files changed, 0 insertions, 77 deletions
diff --git a/net-misc/pmsvn/Manifest b/net-misc/pmsvn/Manifest
index fd2631bab4c9..0ea27d3612ba 100644
--- a/net-misc/pmsvn/Manifest
+++ b/net-misc/pmsvn/Manifest
@@ -1,3 +1 @@
-DIST pmsvn-1.0.5.tgz 5867 BLAKE2B 13077a64affb6118d8f3761b2052bfbfce62c2e346735ba2d88695653ed92cb38c6f3fc738eedc56f90010e44351d1de7aba695ef01475f0e95d4d8d2dd510cf SHA512 0fc9d06a2911d361d004e7f809bce7292f4fb1ba79152defcede426a15a7792d70c05d527d7b1627c4094bcb3e180d77684e9c55aea7df5e4e1e821d943d0221
-DIST pmsvn-1.0.6.tgz 22021 BLAKE2B 7b9a71c0816694d617f1ad31f2a799d487ebe800f7c42e5d059b76a565fe80c2a3af791dfc8eda44f31c3e8128b8035906526262220b20ba599e073d6603db82 SHA512 e06ee3f43468a0fd71799b08ba3f1dc8dd26cfb1ea8d1409674418bfa27db0f095edb2b60f61ad6aeb68a9a3f76e987b52fb9b0c3d9d54d82c790668af68b541
DIST pmsvn-1.0.7.tgz 7565 BLAKE2B 2af33cd57312ef9b6d3f46f429fe5ba9e103dba0b984a8c1901f52fcc26abd0fda0c23ca57272f73795529372531a219be85733c7c18fbd5e3273ef9ad2e4257 SHA512 1bf205ec142c6ea018b9f606a67fb97c87aaefa56e0dbd848db6c09f6ce6115856b94c2b75cc4e923be8d66b322ffd8adeca88bfe1d3cdcc72377adfed3976d4
diff --git a/net-misc/pmsvn/pmsvn-1.0.5.ebuild b/net-misc/pmsvn/pmsvn-1.0.5.ebuild
deleted file mode 100644
index 10ce2da7ad48..000000000000
--- a/net-misc/pmsvn/pmsvn-1.0.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Server's configuration management and monitoring tool"
-HOMEPAGE="https://sourceforge.net/projects/pmsvn/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="net-analyzer/nrpe
- >=app-shells/bash-4.0_p37
- >=sys-apps/sed-4.2
- >=dev-vcs/subversion-1.6.9"
-
-S="${WORKDIR}"
-
-src_prepare() {
- # move configuration file from /etc/${PN}.conf to /etc/${PN}/${PN}.conf
- sed -i "/etc\/${PN}.conf/s:etc/${PN}.conf:etc/${PN}/${PN}.conf:" ${PN} \
- || die "failed to fix path for configuration file"
-}
-
-src_install() {
- dosbin "${PN}"
- dodoc README
- insinto /etc/${PN}/
- doins pmsvn.conf.sample
-}
-
-pkg_postinst(){
- elog
- elog "A configuration file sample is located at /etc/pmsvn/pmsvn.conf.sample."
- elog
-}
diff --git a/net-misc/pmsvn/pmsvn-1.0.6.ebuild b/net-misc/pmsvn/pmsvn-1.0.6.ebuild
deleted file mode 100644
index 844512be8fff..000000000000
--- a/net-misc/pmsvn/pmsvn-1.0.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Server's configuration management and monitoring tool"
-HOMEPAGE="https://sourceforge.net/projects/pmsvn/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="net-analyzer/nrpe
- >=app-shells/bash-4.0_p37
- >=sys-apps/sed-4.2
- >=dev-vcs/subversion-1.6.9"
-
-S="${WORKDIR}"
-
-src_prepare() {
- # move configuration file from /etc/${PN}.conf to /etc/${PN}/${PN}.conf
- sed -i "/etc\/${PN}.conf/s:etc/${PN}.conf:etc/${PN}/${PN}.conf:" ${PN} \
- || die "failed to fix path for configuration file"
-}
-
-src_install() {
- dosbin "${PN}"
- dodoc README
- # No sample file anymore. Autogenerated on first execution
- # insinto /etc/${PN}/
- # doins pmsvn.conf.sample
-}