Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/ibam/
Date: Wed, 17 Aug 2022 13:01:13
Message-Id: 1660741244.d8c07734824b5f38ad46b30b3d79340828ac6716.asturm@gentoo
1 commit: d8c07734824b5f38ad46b30b3d79340828ac6716
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 21:05:47 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 13:00:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c07734
7
8 app-laptop/ibam: drop 0.5.2-r4, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 app-laptop/ibam/ibam-0.5.2-r4.ebuild | 59 ------------------------------------
13 1 file changed, 59 deletions(-)
14
15 diff --git a/app-laptop/ibam/ibam-0.5.2-r4.ebuild b/app-laptop/ibam/ibam-0.5.2-r4.ebuild
16 deleted file mode 100644
17 index 25d42e8d7193..000000000000
18 --- a/app-laptop/ibam/ibam-0.5.2-r4.ebuild
19 +++ /dev/null
20 @@ -1,59 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="6"
25 -
26 -PATCH_LEVEL="2.1"
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Intelligent Battery Monitor"
30 -HOMEPAGE="http://ibam.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
32 - mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${PATCH_LEVEL}.diff.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="gkrellm"
38 -
39 -RDEPEND="
40 - gkrellm? (
41 - app-admin/gkrellm
42 - x11-libs/gdk-pixbuf
43 - x11-libs/gtk+:2
44 - )"
45 -DEPEND="
46 - ${RDEPEND}
47 - gkrellm? ( virtual/pkgconfig )"
48 -
49 -PATCHES=(
50 - "${FILESDIR}"/${P}-build.patch
51 - "${WORKDIR}"/${PN}_${PV}-${PATCH_LEVEL}.diff
52 - "${S}"/debian/patches/02deviation.dpatch
53 - "${S}"/debian/patches/03acpi-check.dpatch
54 - "${S}"/debian/patches/05_sysfs_lenovo.dpatch
55 -)
56 -
57 -src_compile() {
58 - tc-export CXX PKG_CONFIG
59 -
60 - emake
61 - use gkrellm && emake krell
62 -}
63 -
64 -src_install() {
65 - dobin ibam
66 - dodoc CHANGES README REPORT
67 -
68 - if use gkrellm; then
69 - insinto /usr/$(get_libdir)/gkrellm2/plugins
70 - doins ibam-krell.so
71 - fi
72 -}
73 -
74 -pkg_postinst() {
75 - elog
76 - elog "You will need to install sci-visualization/gnuplot if you wish to use"
77 - elog "the --plot argument to ibam."
78 - elog
79 -}