Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/obconf-qt: obconf-qt-0.9.0_p20150729.ebuild ChangeLog obconf-qt-0.1.0_p20141029.ebuild
Date: Wed, 29 Jul 2015 18:42:37
Message-Id: 20150729184231.766EA111@oystercatcher.gentoo.org
1 jauhien 15/07/29 18:42:31
2
3 Modified: ChangeLog
4 Added: obconf-qt-0.9.0_p20150729.ebuild
5 Removed: obconf-qt-0.1.0_p20141029.ebuild
6 Log:
7 version bump, fix bug 556000, thanks to Heiko Schäfer
8
9 (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key B2EFA1D4)
10
11 Revision Changes Path
12 1.5 x11-misc/obconf-qt/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf-qt/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf-qt/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf-qt/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 3 Apr 2015 10:35:58 -0000 1.4
25 +++ ChangeLog 29 Jul 2015 18:42:31 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-misc/obconf-qt
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/ChangeLog,v 1.4 2015/04/03 10:35:58 dlan Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/ChangeLog,v 1.5 2015/07/29 18:42:31 jauhien Exp $
31 +
32 +*obconf-qt-0.9.0_p20150729 (29 Jul 2015)
33 +
34 + 29 Jul 2015; Jauhien Piatlicki <jauhien@g.o>
35 + +obconf-qt-0.9.0_p20150729.ebuild, -obconf-qt-0.1.0_p20141029.ebuild:
36 + version bump, fix bug 556000, thanks to Heiko Schäfer
37
38 03 Apr 2015; Yixun Lan <dlan@g.o> obconf-qt-0.1.0_p20141029.ebuild:
39 keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware
40
41
42
43 1.1 x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild?rev=1.1&content-type=text/plain
47
48 Index: obconf-qt-0.9.0_p20150729.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild,v 1.1 2015/07/29 18:42:31 jauhien Exp $
53
54 EAPI=5
55 inherit cmake-utils
56
57 DESCRIPTION="Openbox window manager configuration tool"
58 HOMEPAGE="http://lxqt.org/"
59
60 if [[ ${PV} = *9999* ]]; then
61 inherit git-r3
62 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
63 else
64 SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz"
65 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
66 fi
67
68 LICENSE="GPL-2 LGPL-2.1+"
69 SLOT="0"
70
71 RDEPEND="dev-libs/glib:2
72 dev-libs/libxml2
73 dev-qt/linguist-tools:5
74 dev-qt/qtcore:5
75 dev-qt/qtdbus:5
76 dev-qt/qtgui:5
77 dev-qt/qtwidgets:5
78 dev-qt/qtx11extras:5
79 media-libs/fontconfig
80 media-libs/freetype
81 x11-wm/openbox:3
82 x11-libs/libICE
83 x11-libs/libSM
84 x11-libs/libX11
85 x11-libs/libXft
86 x11-libs/pango
87 "
88 DEPEND="${RDEPEND}
89 virtual/pkgconfig"