Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/eid-mw: eid-mw-9999.ebuild eid-mw-4.0.6_p1480.ebuild ChangeLog
Date: Thu, 10 Jul 2014 14:53:57
Message-Id: 20140710145353.D3A602004E@flycatcher.gentoo.org
1 swift 14/07/10 14:53:53
2
3 Modified: ChangeLog
4 Added: eid-mw-9999.ebuild eid-mw-4.0.6_p1480.ebuild
5 Log:
6 Fix bug #515680 - Bump eid-mw, also commit live ebuild. Thanks to Vincent Hardy
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
9
10 Revision Changes Path
11 1.9 app-crypt/eid-mw/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 7 Mar 2014 15:24:12 -0000 1.8
24 +++ ChangeLog 10 Jul 2014 14:53:53 -0000 1.9
25 @@ -1,6 +1,14 @@
26 # ChangeLog for app-crypt/eid-mw
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v 1.8 2014/03/07 15:24:12 swift Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v 1.9 2014/07/10 14:53:53 swift Exp $
30 +
31 +*eid-mw-9999 (10 Jul 2014)
32 +*eid-mw-4.0.6_p1480 (10 Jul 2014)
33 +
34 + 10 Jul 2014; Sven Vermeulen <swift@g.o> +eid-mw-4.0.6_p1480.ebuild,
35 + +eid-mw-9999.ebuild, +files/fix-nodialog-bug.patch:
36 + Fix bug #515680 - Bump eid-mw, also commit live ebuild. Thanks to Vincent
37 + Hardy
38
39 *eid-mw-4.0.4_p1253 (07 Mar 2014)
40
41
42
43
44 1.1 app-crypt/eid-mw/eid-mw-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-9999.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-9999.ebuild?rev=1.1&content-type=text/plain
48
49 Index: eid-mw-9999.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-9999.ebuild,v 1.1 2014/07/10 14:53:53 swift Exp $
54
55 EAPI=5
56
57 inherit eutils versionator mozextension multilib
58
59 if [[ ${PV} == "9999" ]] ; then
60 ESVN_REPO_URI="http://eid-mw.googlecode.com/svn/trunk/"
61 inherit subversion autotools
62 SRC_URI=""
63 else
64 MY_P="${PN}-${PV/_p/-}"
65 SRC_URI="http://eid.belgium.be/en/binaries/${MY_P}.tar_tcm406-250016.gz -> ${MY_P}.tar.gz"
66 KEYWORDS="~x86 ~amd64"
67 S="${WORKDIR}/eid-mw-$(get_version_component_range 1-3)"
68 fi
69
70 SLOT="0"
71 LICENSE="LGPL-3"
72 DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government."
73
74 HOMEPAGE="http://eid.belgium.be"
75
76 IUSE="+gtk +xpi"
77
78 RDEPEND="gtk? ( x11-libs/gtk+:2 )
79 >=sys-apps/pcsc-lite-1.2.9
80 xpi? ( || ( >=www-client/firefox-bin-3.6.24
81 >=www-client/firefox-3.6.20 ) )
82 !app-misc/beid-runtime"
83
84 DEPEND="${RDEPEND}
85 virtual/pkgconfig"
86
87 if [[ ${PV} == "9999" ]]; then
88 src_prepare() {
89 eautoreconf
90 }
91 else
92 src_prepare() {
93 epatch "${FILESDIR}"/fix-nodialog-bug.patch
94 }
95 fi
96
97 src_configure() {
98 econf $(use_enable gtk dialogs) --disable-static
99 }
100
101 src_install() {
102 emake DESTDIR="${D}" install
103 if use xpi; then
104 declare MOZILLA_FIVE_HOME
105 if has_version '>=www-client/firefox-3.6.20'; then
106 MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
107 xpi_install "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgiumeid@×××××××××××.be"
108 fi
109 if has_version '>=www-client/firefox-bin-3.6.24'; then
110 MOZILLA_FIVE_HOME="/opt/firefox"
111 xpi_install "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgiumeid@×××××××××××.be"
112 fi
113 fi
114 rm -r "${D}/usr/share" "${D}"/usr/lib*/*.la
115 }
116
117
118
119 1.1 app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild?rev=1.1&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild?rev=1.1&content-type=text/plain
123
124 Index: eid-mw-4.0.6_p1480.ebuild
125 ===================================================================
126 # Copyright 1999-2014 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 # $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild,v 1.1 2014/07/10 14:53:53 swift Exp $
129
130 EAPI=5
131
132 inherit eutils versionator mozextension multilib
133
134 if [[ ${PV} == "9999" ]] ; then
135 ESVN_REPO_URI="http://eid-mw.googlecode.com/svn/trunk/"
136 inherit subversion autotools
137 SRC_URI=""
138 else
139 MY_P="${PN}-${PV/_p/-}"
140 SRC_URI="http://eid.belgium.be/en/binaries/${MY_P}.tar_tcm406-250016.gz -> ${MY_P}.tar.gz"
141 KEYWORDS="~x86 ~amd64"
142 S="${WORKDIR}/eid-mw-$(get_version_component_range 1-3)"
143 fi
144
145 SLOT="0"
146 LICENSE="LGPL-3"
147 DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government."
148
149 HOMEPAGE="http://eid.belgium.be"
150
151 IUSE="+gtk +xpi"
152
153 RDEPEND="gtk? ( x11-libs/gtk+:2 )
154 >=sys-apps/pcsc-lite-1.2.9
155 xpi? ( || ( >=www-client/firefox-bin-3.6.24
156 >=www-client/firefox-3.6.20 ) )
157 !app-misc/beid-runtime"
158
159 DEPEND="${RDEPEND}
160 virtual/pkgconfig"
161
162 if [[ ${PV} == "9999" ]]; then
163 src_prepare() {
164 eautoreconf
165 }
166 else
167 src_prepare() {
168 epatch "${FILESDIR}"/fix-nodialog-bug.patch
169 }
170 fi
171
172 src_configure() {
173 econf $(use_enable gtk dialogs) --disable-static
174 }
175
176 src_install() {
177 emake DESTDIR="${D}" install
178 if use xpi; then
179 declare MOZILLA_FIVE_HOME
180 if has_version '>=www-client/firefox-3.6.20'; then
181 MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
182 xpi_install "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgiumeid@×××××××××××.be"
183 fi
184 if has_version '>=www-client/firefox-bin-3.6.24'; then
185 MOZILLA_FIVE_HOME="/opt/firefox"
186 xpi_install "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgiumeid@×××××××××××.be"
187 fi
188 fi
189 rm -r "${D}/usr/share" "${D}"/usr/lib*/*.la
190 }