Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qtermwidget: qtermwidget-9999.ebuild ChangeLog
Date: Mon, 28 Jul 2014 18:29:21
Message-Id: 20140728182917.18DCE2004E@flycatcher.gentoo.org
1 maksbotan 14/07/28 18:29:17
2
3 Modified: ChangeLog
4 Added: qtermwidget-9999.ebuild
5 Log:
6 Add live ebuild, acked by Qt team
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.7 x11-libs/qtermwidget/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 8 Jun 2014 12:41:26 -0000 1.6
24 +++ ChangeLog 28 Jul 2014 18:29:16 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/qtermwidget
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v 1.6 2014/06/08 12:41:26 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v 1.7 2014/07/28 18:29:16 maksbotan Exp $
30 +
31 +*qtermwidget-9999 (28 Jul 2014)
32 +
33 + 28 Jul 2014; Maxim Koltsov <maksbotan@g.o> +qtermwidget-9999.ebuild:
34 + Add live ebuild, acked by Qt team
35
36 08 Jun 2014; Manuel RĂ¼ger <mrueg@g.o> qtermwidget-0.4.0.ebuild:
37 Add ~arm keyword. Tested with radxa rock (armv7).
38
39
40
41 1.1 x11-libs/qtermwidget/qtermwidget-9999.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/qtermwidget-9999.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/qtermwidget-9999.ebuild?rev=1.1&content-type=text/plain
45
46 Index: qtermwidget-9999.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-libs/qtermwidget/qtermwidget-9999.ebuild,v 1.1 2014/07/28 18:29:16 maksbotan Exp $
51
52 EAPI="5"
53
54 # Uncomment python related code when upstream updates their bindings
55
56 #PYTHON_COMPAT=( python2_7 python3_{2,3} )
57
58 inherit cmake-utils git-r3 #python-r1
59
60 DESCRIPTION="Qt4 terminal emulator widget"
61 HOMEPAGE="https://github.com/qterminal/"
62 EGIT_REPO_URI="git://github.com/qterminal/qtermwidget.git"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS=""
67 IUSE="debug"
68 # python
69
70 DEPEND="dev-qt/qtgui:4"
71 RDEPEND="${DEPEND}"
72
73 #src_prepare() {
74 # cmake-utils_src_prepare
75 # sed \
76 # -e 's/int scheme/const QString \&name/' \
77 # -i pyqt4/qtermwidget.sip || die "sed qtermwidget.sip failed"
78 #}
79 #
80 #src_configure() {
81 # cmake-utils_src_configure
82 #
83 # # cmake-utils.eclass exports BUILD_DIR only after configure phase, so sed it here
84 # sed \
85 # -e "/extra_lib_dirs/s@\.\.@${BUILD_DIR}@" \
86 # -e '/extra_libs/s/qtermwidget/qtermwidget4/' \
87 # -i pyqt4/config.py || die "sed config.py failed"
88 #
89 # configuration() {
90 # ${PYTHON} config.py || die "${PYTHON} config.py failed"
91 # }
92 # use python && BUILD_DIR="${S}/pyqt4" python_copy_sources
93 # use python && BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl run_in_build_dir configuration || die "python configuration failed"
94 #}
95 #
96 #src_compile() {
97 # cmake-utils_src_compile
98 #
99 # use python && BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl run_in_build_dir emake || die "python compilation failed"
100 #}
101 #
102 #src_install() {
103 # cmake-utils_src_install
104 #
105 # use python && BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl run_in_build_dir emake DESTDIR="${D}" install || die "python installation failed"
106 # use python && BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl python_optimize || die "python byte-compilation failed"
107 #}