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-misc/eid-viewer-bin: metadata.xml eid-viewer-bin-4.0.4_p146.ebuild ChangeLog
Date: Fri, 30 May 2014 12:13:23
Message-Id: 20140530121320.1F3E62004E@flycatcher.gentoo.org
1 swift 14/05/30 12:13:20
2
3 Added: metadata.xml eid-viewer-bin-4.0.4_p146.ebuild
4 ChangeLog
5 Log:
6 Adding Belgian eID viewer software (java binary edition) to tree, thanks to Vincent Hardy (bug #372187)
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.1 app-misc/eid-viewer-bin/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/eid-viewer-bin/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/eid-viewer-bin/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>proxy-maintainers</herd>
22 <maintainer>
23 <email>vincent.hardy.be@×××××.com</email>
24 </maintainer>
25 <longdescription>
26 eid-mw is Belgian Electronic Identity Card (eID) middleware supplied by the Belgian Federal Government.
27
28 With your eID, you can:
29 - identify yourself when necessary. All you have to do is insert the card in the reader. All your details then appear automatically on the PC screen.
30 - authenticate yourself. This is a way of checking that you are who you say you are. That can be handy on the internet or to enable your children to chat in safety.
31 - place a legally binding electronic signature on electronic documents.
32
33 These three functions form the basis of the countless applications for your eID. Go to http://welcome-to-e-belgium.be/en/ and check out what can you do with it? and discover all the things you can use the eID for.
34 </longdescription>
35 </pkgmetadata>
36
37
38
39 1.1 app-misc/eid-viewer-bin/eid-viewer-bin-4.0.4_p146.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/eid-viewer-bin/eid-viewer-bin-4.0.4_p146.ebuild?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/eid-viewer-bin/eid-viewer-bin-4.0.4_p146.ebuild?rev=1.1&content-type=text/plain
43
44 Index: eid-viewer-bin-4.0.4_p146.ebuild
45 ===================================================================
46 # Copyright 1999-2014 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: /var/cvsroot/gentoo-x86/app-misc/eid-viewer-bin/eid-viewer-bin-4.0.4_p146.ebuild,v 1.1 2014/05/30 12:13:19 swift Exp $
49
50 EAPI=5
51
52 inherit eutils
53
54 MY_PN="eid-viewer"
55 MY_PV="${PV%%_p*}"
56 #MY_PV="${PV/_p/-}"
57 MY_P="${MY_PN}-${MY_PV}"
58
59 SLOT="0"
60 LICENSE="LGPL-3"
61 KEYWORDS="~amd64 ~x86"
62 DESCRIPTION="Graphical interface to the Belgian Electronic Identity Card."
63
64 SRC_URI="http://eid.belgium.be/en/binaries/eid-viewer-4%2E0%2E4-146%2Esrc_tcm406-178483.tgz"
65 HOMEPAGE="http://eid.belgium.be"
66
67 RDEPEND="
68 virtual/jre
69 sys-apps/pcsc-lite"
70 DEPEND="${RDEPEND}"
71
72 IUSE=""
73
74 S="${WORKDIR}/${MY_P}"
75
76 src_prepare() {
77 sed -i -e 's:icons:pixmaps:' Makefile.in || die
78 sed -i -e 's:Application;::' eid-viewer.desktop.sh.in || die
79 }
80
81
82
83 1.1 app-misc/eid-viewer-bin/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/eid-viewer-bin/ChangeLog?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/eid-viewer-bin/ChangeLog?rev=1.1&content-type=text/plain
87
88 Index: ChangeLog
89 ===================================================================
90 # ChangeLog for app-misc/eid-viewer-bin
91 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: /var/cvsroot/gentoo-x86/app-misc/eid-viewer-bin/ChangeLog,v 1.1 2014/05/30 12:13:19 swift Exp $
93
94 *eid-viewer-bin-4.0.4_p146 (30 May 2014)
95
96 30 May 2014; Sven Vermeulen <swift@g.o>
97 +eid-viewer-bin-4.0.4_p146.ebuild, +metadata.xml:
98 Adding Belgian eID viewer software (java binary edition) to tree, thanks to
99 Vincent Hardy (bug #372187)