commit: f61aaa5b6df32703eb8cd1d2d3b2132fd9204b4c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:43 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61aaa5b
x11-misc/bbacpi: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../bbacpi/{bbacpi-0.1.5-r3.ebuild => bbacpi-0.1.5-r4.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild
b/x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild
similarity index 75%
rename from x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild
rename to x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild
index e3fb13c155f1..c6f4cb2b093c 100644
--- a/x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild
+++ b/x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -23,7 +23,6 @@ RDEPEND="
${DEPEND}
media-fonts/font-adobe-100dpi"
-DOCS=( AUTHORS ChangeLog NEWS README data/README.bbacpi )
PATCHES=(
"${FILESDIR}"/${P}-noextraquals.diff
"${FILESDIR}"/${P}-overflows.diff
@@ -31,11 +30,12 @@ PATCHES=(
src_prepare() {
default
- mv configure.{in,ac} || die
eautoreconf
}
src_install() {
default
- rm "${ED%/}"/usr/share/bbtools/README.bbacpi || die
+ dodoc data/README.bbacpi
+
+ rm "${ED}"/usr/share/bbtools/README.bbacpi || die
}