Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/trojita: trojita-9999.ebuild trojita-0.3.96.ebuild ChangeLog
Date: Mon, 30 Sep 2013 17:04:19
Message-Id: 20130930170414.1A6D52004C@flycatcher.gentoo.org
1 ago 13/09/30 17:04:13
2
3 Modified: trojita-9999.ebuild ChangeLog
4 Added: trojita-0.3.96.ebuild
5 Log:
6 Version bump to 0.3.96, change the buildsystem to cmake, wrt bug #486588
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
9
10 Revision Changes Path
11 1.19 mail-client/trojita/trojita-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/trojita/trojita-9999.ebuild?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/trojita/trojita-9999.ebuild?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/trojita/trojita-9999.ebuild?r1=1.18&r2=1.19
16
17 Index: trojita-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/trojita/trojita-9999.ebuild,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- trojita-9999.ebuild 20 Jun 2013 13:13:20 -0000 1.18
24 +++ trojita-9999.ebuild 30 Sep 2013 17:04:13 -0000 1.19
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/trojita/trojita-9999.ebuild,v 1.18 2013/06/20 13:13:20 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/trojita/trojita-9999.ebuild,v 1.19 2013/09/30 17:04:13 ago Exp $
30
31 EAPI=5
32
33 @@ -18,7 +18,7 @@
34 else
35 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
36 KEYWORDS="~amd64 ~ppc ~x86"
37 - MY_LANGS="bs cs da de el es et fr ga gl hu ia lt mr nl pl pt pt_BR sk sv tr uk zh_CN zh_TW"
38 + MY_LANGS="bs cs da de el es et fr ga gl hu ia lt mr nl pl pt pt_BR ro sk sv tr ug uk zh_CN zh_TW"
39 fi
40
41 LICENSE="|| ( GPL-2 GPL-3 )"
42 @@ -58,7 +58,7 @@
43
44 # the build system is taking a look at `git describe ... --dirty` and
45 # gentoo's modifications to CMakeLists.txt break these
46 - sed -i "s/--dirty//" "${S}/cmake/GitVersion.cmake"
47 + sed -i "s/--dirty//" "${S}/cmake/TrojitaVersion.cmake" || die "Cannot fix the version check"
48
49 cmake-utils_src_configure
50 }
51
52
53
54 1.27 mail-client/trojita/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/trojita/ChangeLog?rev=1.27&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/trojita/ChangeLog?rev=1.27&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/trojita/ChangeLog?r1=1.26&r2=1.27
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/mail-client/trojita/ChangeLog,v
63 retrieving revision 1.26
64 retrieving revision 1.27
65 diff -u -r1.26 -r1.27
66 --- ChangeLog 20 Jun 2013 13:13:20 -0000 1.26
67 +++ ChangeLog 30 Sep 2013 17:04:13 -0000 1.27
68 @@ -1,6 +1,12 @@
69 # ChangeLog for mail-client/trojita
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/mail-client/trojita/ChangeLog,v 1.26 2013/06/20 13:13:20 ago Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/mail-client/trojita/ChangeLog,v 1.27 2013/09/30 17:04:13 ago Exp $
73 +
74 +*trojita-0.3.96 (30 Sep 2013)
75 +
76 + 30 Sep 2013; Agostino Sarubbo <ago@g.o> +trojita-0.3.96.ebuild,
77 + trojita-9999.ebuild:
78 + Version bump to 0.3.96, change the buildsystem to cmake, wrt bug #486588
79
80 20 Jun 2013; Agostino Sarubbo <ago@g.o> trojita-9999.ebuild:
81 Port the 9999 ebuil to cmake, wrt to bug #473930
82
83
84
85 1.1 mail-client/trojita/trojita-0.3.96.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/trojita/trojita-0.3.96.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/trojita/trojita-0.3.96.ebuild?rev=1.1&content-type=text/plain
89
90 Index: trojita-0.3.96.ebuild
91 ===================================================================
92 # Copyright 1999-2013 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/mail-client/trojita/trojita-0.3.96.ebuild,v 1.1 2013/09/30 17:04:13 ago Exp $
95
96 EAPI=5
97
98 QT_REQUIRED="4.6.0"
99 EGIT_REPO_URI="git://anongit.kde.org/${PN}.git"
100 [[ ${PV} == "9999" ]] && GIT_ECLASS="git-2"
101
102 inherit qt4-r2 virtualx cmake-utils ${GIT_ECLASS}
103
104 DESCRIPTION="A Qt IMAP e-mail client"
105 HOMEPAGE="http://trojita.flaska.net/"
106 if [[ ${PV} == "9999" ]]; then
107 SRC_URI=""
108 KEYWORDS=""
109 else
110 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
111 KEYWORDS="~amd64 ~ppc ~x86"
112 MY_LANGS="bs cs da de el es et fr ga gl hu ia lt mr nl pl pt pt_BR ro sk sv tr ug uk zh_CN zh_TW"
113 fi
114
115 LICENSE="|| ( GPL-2 GPL-3 )"
116 SLOT="0"
117 IUSE="debug test +zlib"
118 for MY_LANG in ${MY_LANGS} ; do
119 IUSE="${IUSE} linguas_${MY_LANG}"
120 done
121
122 RDEPEND="
123 >=dev-qt/qtgui-${QT_REQUIRED}:4
124 >=dev-qt/qtsql-${QT_REQUIRED}:4[sqlite]
125 >=dev-qt/qtwebkit-${QT_REQUIRED}:4
126 "
127 DEPEND="${RDEPEND}
128 test? ( >=dev-qt/qttest-${QT_REQUIRED}:4 )
129 zlib? (
130 virtual/pkgconfig
131 sys-libs/zlib
132 )
133 "
134
135 DOCS="README LICENSE"
136
137 src_configure() {
138 local mycmakeargs=""
139 use test || mycmakeargs="$mycmakeargs -DWITHOUT_TESTS=1"
140 use zlib || mycmakeargs="$mycmakeargs -DWITHOUT_ZLIB=1"
141 if [[ ${MY_LANGS} ]]; then
142 rm po/trojita_common_x-test.po
143 for x in po/*.po; do
144 mylang=${x#po/trojita_common_}
145 mylang=${mylang%.po}
146 use linguas_$mylang || rm $x
147 done
148 fi
149
150 # the build system is taking a look at `git describe ... --dirty` and
151 # gentoo's modifications to CMakeLists.txt break these
152 sed -i "s/--dirty//" "${S}/cmake/TrojitaVersion.cmake" || die "Cannot fix the version check"
153
154 cmake-utils_src_configure
155 }
156
157 src_test() {
158 VIRTUALX_COMMAND=cmake-utils_src_test virtualmake
159 }