* [gentoo-commits] repo/gentoo:master commit in: app-laptop/ibam/
@ 2022-05-13 20:04 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-05-13 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 2ae00deee2f495f38b609a037b1a7970a34d2ed2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 19:53:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 13 20:03:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae00dee
app-laptop/ibam: use BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-laptop/ibam/ibam-0.5.2-r5.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/app-laptop/ibam/ibam-0.5.2-r5.ebuild b/app-laptop/ibam/ibam-0.5.2-r5.ebuild
index e20f619db816..c69bc821262d 100644
--- a/app-laptop/ibam/ibam-0.5.2-r5.ebuild
+++ b/app-laptop/ibam/ibam-0.5.2-r5.ebuild
@@ -16,15 +16,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gkrellm"
-RDEPEND="
- gkrellm? (
+RDEPEND="gkrellm? (
app-admin/gkrellm:2[X]
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
)"
-DEPEND="
- ${RDEPEND}
- gkrellm? ( virtual/pkgconfig )"
+DEPEND="${RDEPEND}"
+BDEPEND="gkrellm? ( virtual/pkgconfig )"
PATCHES=(
"${FILESDIR}"/${P}-build.patch
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/ibam/
@ 2022-05-13 20:04 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-05-13 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 53faa2120a65c5048b37d228f353a21b6a5bbe21
Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Tue May 3 10:00:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 13 20:03:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53faa212
app-laptop/ibam: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/840323
Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/25290
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-laptop/ibam/ibam-0.5.2-r5.ebuild | 56 ++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/app-laptop/ibam/ibam-0.5.2-r5.ebuild b/app-laptop/ibam/ibam-0.5.2-r5.ebuild
new file mode 100644
index 000000000000..e20f619db816
--- /dev/null
+++ b/app-laptop/ibam/ibam-0.5.2-r5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PATCH_LEVEL="2.1"
+inherit toolchain-funcs optfeature
+
+DESCRIPTION="Intelligent Battery Monitor"
+HOMEPAGE="http://ibam.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${PATCH_LEVEL}.diff.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gkrellm"
+
+RDEPEND="
+ gkrellm? (
+ app-admin/gkrellm:2[X]
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+:2
+ )"
+DEPEND="
+ ${RDEPEND}
+ gkrellm? ( virtual/pkgconfig )"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-build.patch
+ "${WORKDIR}"/${PN}_${PV}-${PATCH_LEVEL}.diff
+ "${S}"/debian/patches/02deviation.dpatch
+ "${S}"/debian/patches/03acpi-check.dpatch
+ "${S}"/debian/patches/05_sysfs_lenovo.dpatch
+)
+
+src_compile() {
+ tc-export CXX PKG_CONFIG
+
+ emake
+ use gkrellm && emake krell
+}
+
+src_install() {
+ dobin ibam
+ dodoc CHANGES README REPORT
+
+ if use gkrellm; then
+ insinto /usr/$(get_libdir)/gkrellm2/plugins
+ doins ibam-krell.so
+ fi
+}
+
+pkg_postinst() {
+ optfeature "using the --plot argument" sci-visualization/gnuplot
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/ibam/
@ 2022-08-17 13:01 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2022-08-17 13:01 UTC (permalink / raw
To: gentoo-commits
commit: d8c07734824b5f38ad46b30b3d79340828ac6716
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:05:47 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 13:00:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c07734
app-laptop/ibam: drop 0.5.2-r4, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-laptop/ibam/ibam-0.5.2-r4.ebuild | 59 ------------------------------------
1 file changed, 59 deletions(-)
diff --git a/app-laptop/ibam/ibam-0.5.2-r4.ebuild b/app-laptop/ibam/ibam-0.5.2-r4.ebuild
deleted file mode 100644
index 25d42e8d7193..000000000000
--- a/app-laptop/ibam/ibam-0.5.2-r4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PATCH_LEVEL="2.1"
-inherit toolchain-funcs
-
-DESCRIPTION="Intelligent Battery Monitor"
-HOMEPAGE="http://ibam.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${PATCH_LEVEL}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gkrellm"
-
-RDEPEND="
- gkrellm? (
- app-admin/gkrellm
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- )"
-DEPEND="
- ${RDEPEND}
- gkrellm? ( virtual/pkgconfig )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-build.patch
- "${WORKDIR}"/${PN}_${PV}-${PATCH_LEVEL}.diff
- "${S}"/debian/patches/02deviation.dpatch
- "${S}"/debian/patches/03acpi-check.dpatch
- "${S}"/debian/patches/05_sysfs_lenovo.dpatch
-)
-
-src_compile() {
- tc-export CXX PKG_CONFIG
-
- emake
- use gkrellm && emake krell
-}
-
-src_install() {
- dobin ibam
- dodoc CHANGES README REPORT
-
- if use gkrellm; then
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins ibam-krell.so
- fi
-}
-
-pkg_postinst() {
- elog
- elog "You will need to install sci-visualization/gnuplot if you wish to use"
- elog "the --plot argument to ibam."
- elog
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/ibam/
@ 2022-11-13 18:34 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2022-11-13 18:34 UTC (permalink / raw
To: gentoo-commits
commit: 1e94d784e02949efdf9089f08a9ecf2663eb85a4
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Nov 12 15:13:13 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 18:33:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e94d784
app-laptop/ibam: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-laptop/ibam/ibam-0.5.2-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-laptop/ibam/ibam-0.5.2-r5.ebuild b/app-laptop/ibam/ibam-0.5.2-r5.ebuild
index c69bc821262d..6b5e4f8298ce 100644
--- a/app-laptop/ibam/ibam-0.5.2-r5.ebuild
+++ b/app-laptop/ibam/ibam-0.5.2-r5.ebuild
@@ -7,7 +7,7 @@ PATCH_LEVEL="2.1"
inherit toolchain-funcs optfeature
DESCRIPTION="Intelligent Battery Monitor"
-HOMEPAGE="http://ibam.sourceforge.net/"
+HOMEPAGE="https://ibam.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${PATCH_LEVEL}.diff.gz"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-13 18:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-13 18:34 [gentoo-commits] repo/gentoo:master commit in: app-laptop/ibam/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2022-08-17 13:01 Andreas Sturmlechner
2022-05-13 20:04 Sam James
2022-05-13 20:04 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox