-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
+++ /dev/null
-# 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
-}
+++ /dev/null
-# 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
-}