summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:25:11 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:22:58 +0200
commita0de3883439544d0ac722afdad7c4e53d707616f (patch)
tree7d98375f1b9878855825378189946388bbe40772 /x11-misc/wbar
parentx11-misc/trayer-srg: Remove old (diff)
downloadgentoo-a0de3883439544d0ac722afdad7c4e53d707616f.tar.gz
gentoo-a0de3883439544d0ac722afdad7c4e53d707616f.tar.bz2
gentoo-a0de3883439544d0ac722afdad7c4e53d707616f.zip
x11-misc/wbar: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/wbar')
-rw-r--r--x11-misc/wbar/wbar-2.3.4-r1.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/x11-misc/wbar/wbar-2.3.4-r1.ebuild b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
deleted file mode 100644
index 40424acd1495..000000000000
--- a/x11-misc/wbar/wbar-2.3.4-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 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
-
- 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
-}