Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/qlipper: qlipper-2.0.2.ebuild ChangeLog
Date: Tue, 01 Oct 2013 23:37:24
Message-Id: 20131001233716.5D8662004C@flycatcher.gentoo.org
1 pesa 13/10/01 23:37:16
2
3 Modified: qlipper-2.0.2.ebuild ChangeLog
4 Log:
5 EAPI=5; add missing deps and fix build.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
8
9 Revision Changes Path
10 1.2 x11-misc/qlipper/qlipper-2.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild?r1=1.1&r2=1.2
15
16 Index: qlipper-2.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qlipper-2.0.2.ebuild 1 Oct 2013 22:05:22 -0000 1.1
23 +++ qlipper-2.0.2.ebuild 1 Oct 2013 23:37:16 -0000 1.2
24 @@ -1,10 +1,12 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild,v 1.1 2013/10/01 22:05:22 pesa Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild,v 1.2 2013/10/01 23:37:16 pesa Exp $
29 +
30 +EAPI=5
31
32 -EAPI=4
33 PLOCALES="cs sr"
34 -inherit l10n cmake-utils
35 +
36 +inherit cmake-utils l10n
37
38 DESCRIPTION="Lightweight and cross-platform clipboard history applet"
39 HOMEPAGE="http://code.google.com/p/qlipper/"
40 @@ -12,20 +14,30 @@
41
42 LICENSE="GPL-2"
43 SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 +KEYWORDS="~amd64"
46 IUSE=""
47
48 -DEPEND="dev-qt/qtgui:4"
49 +DEPEND="
50 + dev-qt/qtcore:4
51 + dev-qt/qtgui:4
52 + dev-qt/qtsingleapplication
53 + x11-libs/libqxt
54 +"
55 RDEPEND="${DEPEND}"
56
57 +PATCHES=(
58 + "${FILESDIR}/${P}-system-includes.patch"
59 +)
60 +
61 src_prepare() {
62 - l10n_for_each_disabled_locale_do rm_loc
63 + cmake-utils_src_prepare
64 + l10n_for_each_disabled_locale_do rm_ts
65 }
66
67 src_configure() {
68 cmake-utils_src_configure INSTALL_PREFIX="${EPREFIX}"/usr
69 }
70
71 -rm_loc() {
72 - rm ts/${PN}.${1}.*
73 +rm_ts() {
74 + rm -f "${S}"/ts/${PN}.${1}.ts
75 }
76
77
78
79 1.6 x11-misc/qlipper/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/ChangeLog?rev=1.6&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/ChangeLog?rev=1.6&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/ChangeLog?r1=1.5&r2=1.6
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qlipper/ChangeLog,v
88 retrieving revision 1.5
89 retrieving revision 1.6
90 diff -u -r1.5 -r1.6
91 --- ChangeLog 1 Oct 2013 22:05:22 -0000 1.5
92 +++ ChangeLog 1 Oct 2013 23:37:16 -0000 1.6
93 @@ -1,6 +1,10 @@
94 # ChangeLog for x11-misc/qlipper
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/ChangeLog,v 1.5 2013/10/01 22:05:22 pesa Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/ChangeLog,v 1.6 2013/10/01 23:37:16 pesa Exp $
98 +
99 + 01 Oct 2013; Davide Pesavento <pesa@g.o>
100 + +files/qlipper-2.0.2-system-includes.patch, qlipper-2.0.2.ebuild:
101 + EAPI=5; add missing deps and fix build.
102
103 *qlipper-2.0.2 (01 Oct 2013)