* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbacpi/
@ 2017-02-14 19:42 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-02-14 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 120d32ec3008792f13ece7fd668e6c0449a4acd0
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Feb 14 07:42:00 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 19:41:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120d32ec
x11-misc/bbacpi: EAPI bump 5 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3967
...acpi-0.1.5-r2.ebuild => bbacpi-0.1.5-r3.ebuild} | 29 ++++++++++++++--------
1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild
similarity index 50%
rename from x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild
rename to x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild
index 626f304f5e..70e4e5f387 100644
--- a/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild
+++ b/x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit autotools eutils
+EAPI=6
+
+inherit autotools
DESCRIPTION="ACPI monitor for X11"
HOMEPAGE="http://bbacpi.sourceforge.net"
@@ -18,18 +19,24 @@ DEPEND="
sys-power/acpi
sys-power/acpid
x11-libs/libX11
- x11-misc/xdialog
-"
+ x11-misc/xdialog"
RDEPEND="
${DEPEND}
- media-fonts/font-adobe-100dpi
-"
+ media-fonts/font-adobe-100dpi"
-DOCS=( AUTHORS ChangeLog README )
+DOCS=( AUTHORS ChangeLog NEWS README data/README.bbacpi )
+PATCHES=(
+ "${FILESDIR}"/${P}-noextraquals.diff
+ "${FILESDIR}"/${P}-overflows.diff
+)
src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-noextraquals.diff \
- "${FILESDIR}"/${P}-overflows.diff
+ default
+ mv configure.{in,ac} || die
eautoreconf
}
+
+src_install() {
+ default
+ rm "${ED%/}"/usr/share/bbtools/README.bbacpi || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbacpi/
@ 2023-02-20 20:52 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2023-02-20 20:52 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbacpi/
@ 2023-07-04 22:15 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2023-07-04 22:15 UTC (permalink / raw
To: gentoo-commits
commit: d1631ffa87caa1d969ee0f75bba7066f803d415e
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 4 20:54:52 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 22:15:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1631ffa
x11-misc/bbacpi: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild
index c6f4cb2b093c..ddab1dc8bc98 100644
--- a/x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild
+++ b/x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild
@@ -6,10 +6,10 @@ EAPI=8
inherit autotools
DESCRIPTION="ACPI monitor for X11"
-HOMEPAGE="http://bbacpi.sourceforge.net"
+HOMEPAGE="https://bbacpi.sourceforge.net"
SRC_URI="mirror://sourceforge/bbacpi/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 x86"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-04 22:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 19:42 [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbacpi/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2023-02-20 20:52 David Seifert
2023-07-04 22:15 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox