public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
Date: Tue, 30 Aug 2016 06:14:48 +0000 (UTC)	[thread overview]
Message-ID: <1472537538.86e4253e5763af3255f06077eaaaf16699da529f.soap@gentoo> (raw)

commit:     86e4253e5763af3255f06077eaaaf16699da529f
Author:     Raymond Jennings <shentino <AT> gmail <DOT> com>
AuthorDate: Mon Aug 29 19:55:20 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 06:12:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e4253e

net-misc/bopm: remove obsolete EAPI 0 ebuild

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

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

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

diff --git a/net-misc/bopm/bopm-3.1.3.ebuild b/net-misc/bopm/bopm-3.1.3.ebuild
deleted file mode 100644
index fcb8b0c..00000000
--- a/net-misc/bopm/bopm-3.1.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils 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}
-	sys-apps/sed"
-
-src_compile() {
-	econf \
-		--sysconfdir=/etc \
-		--datadir=/usr/share/doc/${PF} \
-		--localstatedir=/var/log/bopm || die "econf failed"
-	emake || die "emake failed"
-}
-
-src_install () {
-	sed -i \
-		-e 's!/some/path/bopm.pid!/var/run/bopm/bopm.pid!' \
-		-e 's!/some/path/scan.log!/var/log/bopm/scan.log!' bopm.conf.sample
-
-	make \
-		DESTDIR="${D}" \
-		sysconfdir="${D}"/etc \
-		datadir=/usr/share/doc/${PF} \
-		localstatedir="${D}"/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 "${D}"/usr/lib "${D}"/usr/include
-
-	newinitd "${FILESDIR}"/bopm.init.d bopm
-	newconfd "${FILESDIR}"/bopm.conf.d bopm
-
-	dodoc ChangeLog INSTALL README TODO
-}
-
-pkg_postinst() {
-	enewuser bopm
-
-	install -d -m 0700 -o bopm -g root "${ROOT}"/var/log/bopm
-	install -d -m 0700 -o bopm -g root "${ROOT}"/var/run/bopm
-	chown bopm "${ROOT}"/etc/bopm.conf
-}


             reply	other threads:[~2016-08-30  6:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30  6:14 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-20  7:35 [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/ Sam James
2021-07-13 23:25 Sam James
2021-07-13 23:06 Sam James
2021-03-23  4:53 Sam James
2021-03-17  2:13 Sam James
2018-01-06 22:09 Michał Górny
2017-07-30  8:36 Michał Górny
2016-08-30  6:14 David Seifert
2016-08-27 13:15 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472537538.86e4253e5763af3255f06077eaaaf16699da529f.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox