diff options
Diffstat (limited to 'x11-misc/wbar/wbar-2.3.0.ebuild')
-rw-r--r-- | x11-misc/wbar/wbar-2.3.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/wbar/wbar-2.3.0.ebuild b/x11-misc/wbar/wbar-2.3.0.ebuild deleted file mode 100644 index e580d1c25e4d..000000000000 --- a/x11-misc/wbar/wbar-2.3.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.0.ebuild,v 1.7 2013/08/11 06:51:54 ssuominen Exp $ - -EAPI=4 - -inherit eutils flag-o-matic - -DESCRIPTION="A fast, lightweight quick launch bar" -HOMEPAGE="http://code.google.com/p/wbar/" -SRC_URI="http://${PN}.googlecode.com/files/${PN}_${PV}.orig.tar.gz" - -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}"/${P}-cfg.patch -} - -src_configure() { - append-flags -Wno-error - econf \ - $(use_enable gtk wbar-config) -} |