Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wbar/, x11-misc/wbar/files/
Date: Sun, 07 Feb 2021 09:16:03
Message-Id: 1612689341.ab316264dd99db30b445df7837a2408aa78e95f2.asturm@gentoo
1 commit: ab316264dd99db30b445df7837a2408aa78e95f2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 09:10:51 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 09:15:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab316264
7
8 x11-misc/wbar: Drop 2.3.4-r2, EAPI5--
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/wbar/files/wbar-2.3.3-cfg.patch | 11 -------
14 x11-misc/wbar/wbar-2.3.4-r2.ebuild | 55 --------------------------------
15 2 files changed, 66 deletions(-)
16
17 diff --git a/x11-misc/wbar/files/wbar-2.3.3-cfg.patch b/x11-misc/wbar/files/wbar-2.3.3-cfg.patch
18 deleted file mode 100644
19 index 5d64909d28b..00000000000
20 --- a/x11-misc/wbar/files/wbar-2.3.3-cfg.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- a/etc/wbar.cfg.in
24 -+++ b/etc/wbar.cfg.in
25 -@@ -2,8 +2,3 @@
26 - c: @PACKAGE_NAME@ @DEFAULT_ARGV@
27 - t: none
28 -
29 --i: @PIXMAPDIR@/@PACKAGE_NAME@/wbar.png
30 --c: wbar-config
31 --t: Config
32 --
33 --
34
35 diff --git a/x11-misc/wbar/wbar-2.3.4-r2.ebuild b/x11-misc/wbar/wbar-2.3.4-r2.ebuild
36 deleted file mode 100644
37 index d5e6928b2a8..00000000000
38 --- a/x11-misc/wbar/wbar-2.3.4-r2.ebuild
39 +++ /dev/null
40 @@ -1,55 +0,0 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 -# Distributed under the terms of the GNU General Public License v2
43 -
44 -EAPI=5
45 -
46 -inherit autotools bash-completion-r1 eutils
47 -
48 -DESCRIPTION="A fast, lightweight quick launch bar"
49 -HOMEPAGE="https://github.com/rodolf0/wbar"
50 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
51 -
52 -LICENSE="GPL-3"
53 -SLOT="0"
54 -KEYWORDS="amd64 x86"
55 -IUSE="gtk"
56 -
57 -RDEPEND="media-libs/imlib2[X]
58 - x11-libs/libX11
59 - gtk? ( gnome-base/libglade
60 - media-libs/freetype:2
61 - x11-libs/gdk-pixbuf:2
62 - x11-libs/gtk+:2 )"
63 -DEPEND="${RDEPEND}
64 - dev-util/intltool
65 - sys-devel/gettext
66 - virtual/pkgconfig"
67 -
68 -src_prepare() {
69 - use gtk || epatch "${FILESDIR}"/${PN}-2.3.3-cfg.patch
70 -
71 - epatch \
72 - "${FILESDIR}"/${PN}-2.3.3-desktopfile.patch \
73 - "${FILESDIR}"/${PN}-2.3.3-nowerror.patch \
74 - "${FILESDIR}"/${PN}-2.3.3-test.patch \
75 - "${FILESDIR}"/${P}-automake-1.13.patch \
76 - "${FILESDIR}"/${P}-completion.patch
77 -
78 - sed -i \
79 - -e "/^bashcompletiondir/s:=.*$:=$(get_bashcompdir):" \
80 - etc/Makefile.am || die #482358
81 -
82 - eautoreconf
83 -}
84 -
85 -src_configure() {
86 - econf \
87 - $(use_enable gtk wbar-config)
88 -}
89 -
90 -pkg_postinst() {
91 - einfo
92 - elog "media-libs/imlib2 needs to be compiled with the appropriate useflags"
93 - elog "depending on your choice of image files (such as png, jpeg...)"
94 - einfo
95 -}