summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-07 10:10:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-07 10:15:41 +0100
commitab316264dd99db30b445df7837a2408aa78e95f2 (patch)
tree24bba2f8cb2a7b2b50601bef323d7a142fd8190a /x11-misc/wbar
parentdev-util/sasm: Drop 2.2-r1 (diff)
downloadgentoo-ab316264dd99db30b445df7837a2408aa78e95f2.tar.gz
gentoo-ab316264dd99db30b445df7837a2408aa78e95f2.tar.bz2
gentoo-ab316264dd99db30b445df7837a2408aa78e95f2.zip
x11-misc/wbar: Drop 2.3.4-r2, EAPI5--
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/wbar')
-rw-r--r--x11-misc/wbar/files/wbar-2.3.3-cfg.patch11
-rw-r--r--x11-misc/wbar/wbar-2.3.4-r2.ebuild55
2 files changed, 0 insertions, 66 deletions
diff --git a/x11-misc/wbar/files/wbar-2.3.3-cfg.patch b/x11-misc/wbar/files/wbar-2.3.3-cfg.patch
deleted file mode 100644
index 5d64909d28b2..000000000000
--- a/x11-misc/wbar/files/wbar-2.3.3-cfg.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/etc/wbar.cfg.in
-+++ b/etc/wbar.cfg.in
-@@ -2,8 +2,3 @@
- c: @PACKAGE_NAME@ @DEFAULT_ARGV@
- t: none
-
--i: @PIXMAPDIR@/@PACKAGE_NAME@/wbar.png
--c: wbar-config
--t: Config
--
--
diff --git a/x11-misc/wbar/wbar-2.3.4-r2.ebuild b/x11-misc/wbar/wbar-2.3.4-r2.ebuild
deleted file mode 100644
index d5e6928b2a88..000000000000
--- a/x11-misc/wbar/wbar-2.3.4-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools bash-completion-r1 eutils
-
-DESCRIPTION="A fast, lightweight quick launch bar"
-HOMEPAGE="https://github.com/rodolf0/wbar"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk"
-
-RDEPEND="media-libs/imlib2[X]
- x11-libs/libX11
- gtk? ( gnome-base/libglade
- media-libs/freetype:2
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- use gtk || epatch "${FILESDIR}"/${PN}-2.3.3-cfg.patch
-
- epatch \
- "${FILESDIR}"/${PN}-2.3.3-desktopfile.patch \
- "${FILESDIR}"/${PN}-2.3.3-nowerror.patch \
- "${FILESDIR}"/${PN}-2.3.3-test.patch \
- "${FILESDIR}"/${P}-automake-1.13.patch \
- "${FILESDIR}"/${P}-completion.patch
-
- sed -i \
- -e "/^bashcompletiondir/s:=.*$:=$(get_bashcompdir):" \
- etc/Makefile.am || die #482358
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable gtk wbar-config)
-}
-
-pkg_postinst() {
- einfo
- elog "media-libs/imlib2 needs to be compiled with the appropriate useflags"
- elog "depending on your choice of image files (such as png, jpeg...)"
- einfo
-}