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