commit:     1c888097c2a0c61dda2632d8b5e0e630c4eb1cf4
Author:     Raymond Jennings <shentino <AT> gmail <DOT> com>
AuthorDate: Mon Aug 29 20:26:43 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 06:12:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c888097

net-misc/bopm: remove non-compliant r1 in favor of r3

Closes: https://github.com/gentoo/gentoo/pull/2168

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/bopm/bopm-3.1.3-r1.ebuild | 57 --------------------------------------
 1 file changed, 57 deletions(-)

diff --git a/net-misc/bopm/bopm-3.1.3-r1.ebuild 
b/net-misc/bopm/bopm-3.1.3-r1.ebuild
deleted file mode 100644
index 6636224..00000000
--- a/net-misc/bopm/bopm-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib user
-
-DESCRIPTION="Blitzed Open Proxy Monitor"
-HOMEPAGE="http://www.blitzed.org/bopm/";
-SRC_URI="http://static.blitzed.org/www.blitzed.org/${PN}/files/${P}.tar.gz";
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       econf \
-               --datadir="${EPREFIX}"/usr/share/doc/${PF} \
-               --localstatedir="${EPREFIX}"/var/log/${PN}
-}
-
-src_install () {
-       sed -i \
-               -e "s!/some/path/bopm.pid!/run/${PN}/${PN}.pid!" \
-               -e "s!/some/path/scan.log!/var/log/${PN}/scan.log!" \
-               bopm.conf.sample || die
-
-       # Custom Makefile.am rules do not respect DESTDIR,
-       # thus override sysconfdir and localstatedir.
-       emake \
-               DESTDIR="${D}" \
-               sysconfdir="${ED}"/etc \
-               localstatedir="${ED}"/var/log/bopm \
-               install || die "install failed"
-
-       fperms 600 /etc/bopm.conf
-
-       # Remove libopm related files, because bopm links statically to it
-       # If anybody wants libopm, please install net-libs/libopm
-       rm -r "${ED}"/usr/$(get_libdir) "${ED}"/usr/include || die
-
-       newinitd "${FILESDIR}"/bopm.init.d-r1 ${PN}
-       newconfd "${FILESDIR}"/bopm.conf.d-r1 ${PN}
-
-       dodoc ChangeLog INSTALL README TODO
-}
-
-pkg_postinst() {
-       enewuser bopm
-
-       install -d -m 0700 -o bopm -g root "${ROOT}"/var/log/bopm
-       chown bopm "${ROOT}"/etc/bopm.conf
-}

Reply via email to