Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wbar/
Date: Sat, 01 Apr 2017 10:24:23
Message-Id: 1491042178.a0de3883439544d0ac722afdad7c4e53d707616f.soap@gentoo
1 commit: a0de3883439544d0ac722afdad7c4e53d707616f
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:25:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:22:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0de3883
7
8 x11-misc/wbar: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/wbar/wbar-2.3.4-r1.ebuild | 53 --------------------------------------
14 1 file changed, 53 deletions(-)
15
16 diff --git a/x11-misc/wbar/wbar-2.3.4-r1.ebuild b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
17 deleted file mode 100644
18 index 40424acd149..00000000000
19 --- a/x11-misc/wbar/wbar-2.3.4-r1.ebuild
20 +++ /dev/null
21 @@ -1,53 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit autotools bash-completion-r1 eutils
28 -
29 -DESCRIPTION="A fast, lightweight quick launch bar"
30 -HOMEPAGE="https://github.com/rodolf0/wbar"
31 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE="gtk"
37 -
38 -RDEPEND="media-libs/imlib2[X]
39 - x11-libs/libX11
40 - gtk? ( gnome-base/libglade
41 - media-libs/freetype:2
42 - x11-libs/gdk-pixbuf:2
43 - x11-libs/gtk+:2 )"
44 -DEPEND="${RDEPEND}
45 - dev-util/intltool
46 - sys-devel/gettext
47 - virtual/pkgconfig"
48 -
49 -src_prepare() {
50 - use gtk || epatch "${FILESDIR}"/${PN}-2.3.3-cfg.patch
51 - epatch \
52 - "${FILESDIR}"/${PN}-2.3.3-desktopfile.patch \
53 - "${FILESDIR}"/${PN}-2.3.3-nowerror.patch \
54 - "${FILESDIR}"/${PN}-2.3.3-test.patch \
55 - "${FILESDIR}"/${P}-automake-1.13.patch
56 -
57 - sed -i \
58 - -e "/^bashcompletiondir/s:=.*$:=$(get_bashcompdir):" \
59 - etc/Makefile.am || die #482358
60 -
61 - eautoreconf
62 -}
63 -
64 -src_configure() {
65 - econf \
66 - $(use_enable gtk wbar-config)
67 -}
68 -
69 -pkg_postinst() {
70 - einfo
71 - elog "media-libs/imlib2 needs to be compiled with the appropriate useflags"
72 - elog "depending on your choice of image files (such as png, jpeg...)"
73 - einfo
74 -}