summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-06-19 18:58:46 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-06-19 18:58:46 +0000
commite6f3d4d705879148c5a45366f1e89d60ca207b91 (patch)
tree88e4d4135448f712708e867204620ea262820251 /x11-misc/wbar
parentSync live and release ebuild. Bump to 3.0.4. Remove older. (diff)
downloadgentoo-2-e6f3d4d705879148c5a45366f1e89d60ca207b91.tar.gz
gentoo-2-e6f3d4d705879148c5a45366f1e89d60ca207b91.tar.bz2
gentoo-2-e6f3d4d705879148c5a45366f1e89d60ca207b91.zip
Version bump, bug #367549 was fixed upstream, drop old
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/wbar')
-rw-r--r--x11-misc/wbar/ChangeLog8
-rw-r--r--x11-misc/wbar/wbar-2.2.2.ebuild (renamed from x11-misc/wbar/wbar-2.2.1.ebuild)3
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/wbar/ChangeLog b/x11-misc/wbar/ChangeLog
index ff1d9a4a13a9..925394625418 100644
--- a/x11-misc/wbar/ChangeLog
+++ b/x11-misc/wbar/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/wbar
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.11 2011/05/17 10:54:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.12 2011/06/19 18:58:46 xarthisius Exp $
+
+*wbar-2.2.2 (19 Jun 2011)
+
+ 19 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> -wbar-2.2.1.ebuild,
+ +wbar-2.2.2.ebuild:
+ Version bump, bug #367549 was fixed upstream, drop old
*wbar-2.2.1 (17 May 2011)
diff --git a/x11-misc/wbar/wbar-2.2.1.ebuild b/x11-misc/wbar/wbar-2.2.2.ebuild
index 977b4e3c9f81..974ee1705df4 100644
--- a/x11-misc/wbar/wbar-2.2.1.ebuild
+++ b/x11-misc/wbar/wbar-2.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.2.1.ebuild,v 1.1 2011/05/17 10:54:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.2.2.ebuild,v 1.1 2011/06/19 18:58:46 xarthisius Exp $
EAPI=4
inherit autotools eutils
@@ -36,7 +36,6 @@ src_prepare() {
etc/wbar.cfg.in || die "Removing wbar-config from cfg"
fi
sed -i -e '/Werror/d' src/Makefile.am || die
- sed -i configure.ac -e "s/imlib2/& x11/" || die #367549
eautoreconf
}