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/devilspie2: devilspie2-0.37.ebuild ChangeLog devilspie2-0.31.ebuild devilspie2-0.33.ebuild devilspie2-0.32.ebuild
Date: Sat, 23 Aug 2014 10:32:51
Message-Id: 20140823103246.9A9A63C2B@oystercatcher.gentoo.org
1 jer 14/08/23 10:32:46
2
3 Modified: ChangeLog
4 Added: devilspie2-0.37.ebuild
5 Removed: devilspie2-0.31.ebuild devilspie2-0.33.ebuild
6 devilspie2-0.32.ebuild
7 Log:
8 Version bump.
9
10 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
11
12 Revision Changes Path
13 1.19 x11-misc/devilspie2/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/ChangeLog?rev=1.19&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/ChangeLog?rev=1.19&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/ChangeLog?r1=1.18&r2=1.19
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v
22 retrieving revision 1.18
23 retrieving revision 1.19
24 diff -u -r1.18 -r1.19
25 --- ChangeLog 10 Aug 2014 17:38:19 -0000 1.18
26 +++ ChangeLog 23 Aug 2014 10:32:46 -0000 1.19
27 @@ -1,6 +1,12 @@
28 # ChangeLog for x11-misc/devilspie2
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.18 2014/08/10 17:38:19 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.19 2014/08/23 10:32:46 jer Exp $
32 +
33 +*devilspie2-0.37 (23 Aug 2014)
34 +
35 + 23 Aug 2014; Jeroen Roovers <jer@g.o> -devilspie2-0.31.ebuild,
36 + -devilspie2-0.32.ebuild, -devilspie2-0.33.ebuild, +devilspie2-0.37.ebuild:
37 + Version bump.
38
39 10 Aug 2014; Agostino Sarubbo <ago@g.o> devilspie2-0.36.ebuild:
40 Stable for x86, wrt bug #518218
41
42
43
44 1.1 x11-misc/devilspie2/devilspie2-0.37.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/devilspie2-0.37.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/devilspie2-0.37.ebuild?rev=1.1&content-type=text/plain
48
49 Index: devilspie2-0.37.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.37.ebuild,v 1.1 2014/08/23 10:32:46 jer Exp $
54
55 EAPI=5
56
57 # check locales on version bump!
58 PLOCALES="fi fr ja nl pt_BR ru sv"
59 inherit flag-o-matic toolchain-funcs l10n
60
61 DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
62 HOMEPAGE="http://devilspie2.gusnan.se"
63 SRC_URI="http://devilspie2.gusnan.se/download/${PN}_${PV}-src.tar.gz"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="debug"
69
70 RDEPEND=">=dev-libs/glib-2.32.4:2
71 >=dev-lang/lua-5.1.5
72 >=x11-libs/gtk+-3.4.4:3
73 >=x11-libs/libwnck-3.4.4:3
74 x11-libs/libX11"
75 DEPEND="${RDEPEND}
76 sys-devel/gettext
77 virtual/pkgconfig
78 x11-proto/xproto"
79
80 src_prepare() {
81 use debug && append-cflags -D_DEBUG
82 }
83
84 src_compile() {
85 emake CC=$(tc-getCC) PREFIX="/usr" LANGUAGES="$(l10n_get_locales)"
86 }
87
88 src_install() {
89 emake PREFIX="/usr" DESTDIR="${D}" LANGUAGES="$(l10n_get_locales)" install
90
91 dodoc AUTHORS ChangeLog README README.translators TODO VERSION
92 doman devilspie2.1
93 }
94
95 pkg_postinst() {
96 elog "Default directory for scripts is ~/.config/devilspie2/"
97 }