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/devilspie2: devilspie2-0.31.ebuild ChangeLog
Date: Thu, 29 Aug 2013 16:53:53
Message-Id: 20130829165350.EC6B02004C@flycatcher.gentoo.org
1 hasufell 13/08/29 16:53:50
2
3 Modified: ChangeLog
4 Added: devilspie2-0.31.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.8 x11-misc/devilspie2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 21 Jul 2013 12:07:23 -0000 1.7
24 +++ ChangeLog 29 Aug 2013 16:53:50 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/devilspie2
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.7 2013/07/21 12:07:23 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.8 2013/08/29 16:53:50 hasufell Exp $
30 +
31 +*devilspie2-0.31 (29 Aug 2013)
32 +
33 + 29 Aug 2013; Julian Ospald <hasufell@g.o> +devilspie2-0.31.ebuild:
34 + version bump
35
36 *devilspie2-0.30 (21 Jul 2013)
37
38
39
40
41 1.1 x11-misc/devilspie2/devilspie2-0.31.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/devilspie2-0.31.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/devilspie2-0.31.ebuild?rev=1.1&content-type=text/plain
45
46 Index: devilspie2-0.31.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.31.ebuild,v 1.1 2013/08/29 16:53:50 hasufell 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 folder for scripts is ~/.config/devilspie2/"
94 }