Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/wbar: ChangeLog wbar-2.3.1.ebuild
Date: Sun, 26 Aug 2012 17:35:04
Message-Id: 20120826173429.E368220812@flycatcher.gentoo.org
1 hasufell 12/08/26 17:34:29
2
3 Modified: ChangeLog
4 Added: wbar-2.3.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.22 x11-misc/wbar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 29 Jul 2012 20:16:13 -0000 1.21
24 +++ ChangeLog 26 Aug 2012 17:34:29 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/wbar
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.21 2012/07/29 20:16:13 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.22 2012/08/26 17:34:29 hasufell Exp $
30 +
31 +*wbar-2.3.1 (26 Aug 2012)
32 +
33 + 26 Aug 2012; Julian Ospald <hasufell@g.o> +wbar-2.3.1.ebuild,
34 + +files/wbar-2.3.1-desktopfile.patch, +files/wbar-2.3.1-nowerror.patch:
35 + version bump
36
37 29 Jul 2012; Julian Ospald <hasufell@g.o> wbar-2.3.0.ebuild:
38 stable for amd64 wrt bug #427658
39
40
41
42 1.1 x11-misc/wbar/wbar-2.3.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/wbar-2.3.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/wbar-2.3.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wbar-2.3.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.1.ebuild,v 1.1 2012/08/26 17:34:29 hasufell Exp $
52
53 EAPI=4
54
55 inherit autotools eutils
56
57 DESCRIPTION="A fast, lightweight quick launch bar"
58 HOMEPAGE="http://code.google.com/p/wbar/"
59 SRC_URI="http://${PN}.googlecode.com/files/${P}.orig.tgz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="gtk"
65
66 RDEPEND="media-libs/imlib2[X]
67 virtual/init
68 x11-libs/libX11
69 gtk? ( gnome-base/libglade
70 media-libs/freetype:2
71 x11-libs/gdk-pixbuf:2
72 x11-libs/gtk+:2 )"
73 DEPEND="${RDEPEND}
74 dev-util/intltool
75 sys-devel/gettext
76 virtual/pkgconfig"
77
78 src_prepare() {
79 use gtk || epatch "${FILESDIR}"/${PN}-2.3.0-cfg.patch
80 epatch "${FILESDIR}"/${P}-{desktopfile,nowerror}.patch
81 eautoreconf
82 }
83
84 src_configure() {
85 econf \
86 $(use_enable gtk wbar-config)
87 }