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