Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/piedock: ChangeLog piedock-1.6.4.ebuild piedock-1.6.2.ebuild
Date: Mon, 05 May 2014 00:46:25
Message-Id: 20140505004621.AE9B42004C@flycatcher.gentoo.org
1 jer 14/05/05 00:46:21
2
3 Modified: ChangeLog
4 Added: piedock-1.6.4.ebuild
5 Removed: piedock-1.6.2.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
10
11 Revision Changes Path
12 1.24 x11-misc/piedock/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?rev=1.24&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?rev=1.24&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?r1=1.23&r2=1.24
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v
21 retrieving revision 1.23
22 retrieving revision 1.24
23 diff -u -r1.23 -r1.24
24 --- ChangeLog 20 Oct 2013 23:16:29 -0000 1.23
25 +++ ChangeLog 5 May 2014 00:46:21 -0000 1.24
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-misc/piedock
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.23 2013/10/20 23:16:29 jer Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.24 2014/05/05 00:46:21 jer Exp $
32 +
33 +*piedock-1.6.4 (05 May 2014)
34 +
35 + 05 May 2014; Jeroen Roovers <jer@g.o> -piedock-1.6.2.ebuild,
36 + +piedock-1.6.4.ebuild, -files/piedock-1.6.1-gcc47.patch,
37 + -files/piedock-1.6.1-mem.patch:
38 + Version bump.
39
40 *piedock-1.6.3 (20 Oct 2013)
41
42
43
44
45 1.1 x11-misc/piedock/piedock-1.6.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/piedock-1.6.4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/piedock-1.6.4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: piedock-1.6.4.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.6.4.ebuild,v 1.1 2014/05/05 00:46:21 jer Exp $
55
56 EAPI=5
57 inherit eutils
58
59 DESCRIPTION="A little bit like the famous OS X dock but in shape of a pie menu"
60 HOMEPAGE="http://markusfisch.de/PieDock"
61 SRC_URI="http://markusfisch.de/downloads/${P}.tar.bz2"
62
63 LICENSE="MIT"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="gtk kde"
67
68 RDEPEND="
69 media-libs/libpng
70 x11-libs/libX11
71 x11-libs/libXft
72 x11-libs/libXmu
73 x11-libs/libXrender
74 gtk? (
75 dev-libs/atk
76 dev-libs/glib
77 x11-libs/gdk-pixbuf
78 x11-libs/gtk+:2
79 )
80 kde? (
81 kde-base/kdelibs:4
82 dev-qt/qtcore:4
83 dev-qt/qtgui:4
84 )
85 "
86 DEPEND="${RDEPEND}"
87
88 DOCS=( res/${PN}rc.sample AUTHORS ChangeLog NEWS )
89
90 src_prepare() {
91 epatch "${FILESDIR}"/${PN}-1.6.1-signals.patch
92 }
93
94 src_configure() {
95 econf \
96 $(use_enable gtk) \
97 $(use_enable kde) \
98 --bindir="${EPREFIX}"/usr/bin \
99 --enable-xft \
100 --enable-xmu \
101 --enable-xrender
102 }