From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 310ED1382C5 for ; Tue, 23 Mar 2021 04:53:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 724AFE07FA; Tue, 23 Mar 2021 04:53:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54234E07FA for ; Tue, 23 Mar 2021 04:53:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 043D233BECB for ; Tue, 23 Mar 2021 04:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C2C0612 for ; Tue, 23 Mar 2021 04:53:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616474921.3788eb246bb12a8a49b778858cc4fb58a6360804.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/bopm/bopm-3.1.3-r4.ebuild X-VCS-Directories: net-misc/bopm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3788eb246bb12a8a49b778858cc4fb58a6360804 X-VCS-Branch: master Date: Tue, 23 Mar 2021 04:53:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0d4528f0-85f0-4538-a795-442a6d1f2aec X-Archives-Hash: caee9aac8ee9595415043bd53b051144 commit: 3788eb246bb12a8a49b778858cc4fb58a6360804 Author: Sam James gentoo org> AuthorDate: Mon Mar 22 22:23:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 23 04:48:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3788eb24 net-misc/bopm: update EAPI 6 -> 7 Signed-off-by: Sam James gentoo.org> net-misc/bopm/bopm-3.1.3-r4.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/net-misc/bopm/bopm-3.1.3-r4.ebuild b/net-misc/bopm/bopm-3.1.3-r4.ebuild index 5c2096926f2..d90d4d376cd 100644 --- a/net-misc/bopm/bopm-3.1.3-r4.ebuild +++ b/net-misc/bopm/bopm-3.1.3-r4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools user @@ -12,10 +12,6 @@ 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}" PATCHES=( "${FILESDIR}"/${P}-remove-njabl.patch @@ -50,8 +46,9 @@ src_install() { default # 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 + # TODO: Do we really want libopm? It's gone now. + # (was: "If anybody wants libopm, please install net-libs/libopm") + rm -r "${ED}"/usr/$(get_libdir) "${ED}"/usr/include || die newinitd "${FILESDIR}"/bopm.init.d-r2 ${PN} newconfd "${FILESDIR}"/bopm.conf.d-r1 ${PN}