diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 22:23:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-23 04:48:41 +0000 |
commit | 3788eb246bb12a8a49b778858cc4fb58a6360804 (patch) | |
tree | 075ac20e7cb75f43b8f1c3264cb2976e08af3f76 /net-misc/bopm | |
parent | net-misc/socat: minor style changes (diff) | |
download | gentoo-3788eb246bb12a8a49b778858cc4fb58a6360804.tar.gz gentoo-3788eb246bb12a8a49b778858cc4fb58a6360804.tar.bz2 gentoo-3788eb246bb12a8a49b778858cc4fb58a6360804.zip |
net-misc/bopm: update EAPI 6 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/bopm')
-rw-r--r-- | net-misc/bopm/bopm-3.1.3-r4.ebuild | 13 |
1 files 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 5c2096926f29..d90d4d376cd0 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} |