commit:     3788eb246bb12a8a49b778858cc4fb58a6360804
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 22:23:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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}

Reply via email to