summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-05-30 12:13:19 +0000
committerSven Vermeulen <swift@gentoo.org>2014-05-30 12:13:19 +0000
commitbdc065676098b850e01dda1e7ed83536eed1dfa6 (patch)
treed8357936fa44389b9358407f0d74bc067bc062c5 /app-misc/eid-viewer-bin
parentNew ebuild for dev-java/netty-handler, async event-driven framework for rapid... (diff)
downloadgentoo-2-bdc065676098b850e01dda1e7ed83536eed1dfa6.tar.gz
gentoo-2-bdc065676098b850e01dda1e7ed83536eed1dfa6.tar.bz2
gentoo-2-bdc065676098b850e01dda1e7ed83536eed1dfa6.zip
Adding Belgian eID viewer software (java binary edition) to tree, thanks to Vincent Hardy (bug #372187)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'app-misc/eid-viewer-bin')
-rw-r--r--app-misc/eid-viewer-bin/ChangeLog10
-rw-r--r--app-misc/eid-viewer-bin/eid-viewer-bin-4.0.4_p146.ebuild34
-rw-r--r--app-misc/eid-viewer-bin/metadata.xml18
3 files changed, 62 insertions, 0 deletions
diff --git a/app-misc/eid-viewer-bin/ChangeLog b/app-misc/eid-viewer-bin/ChangeLog
new file mode 100644
index 000000000000..c86a15b36028
--- /dev/null
+++ b/app-misc/eid-viewer-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/eid-viewer-bin
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/eid-viewer-bin/ChangeLog,v 1.1 2014/05/30 12:13:19 swift Exp $
+
+*eid-viewer-bin-4.0.4_p146 (30 May 2014)
+
+ 30 May 2014; Sven Vermeulen <swift@gentoo.org>
+ +eid-viewer-bin-4.0.4_p146.ebuild, +metadata.xml:
+ Adding Belgian eID viewer software (java binary edition) to tree, thanks to
+ Vincent Hardy (bug #372187)
diff --git a/app-misc/eid-viewer-bin/eid-viewer-bin-4.0.4_p146.ebuild b/app-misc/eid-viewer-bin/eid-viewer-bin-4.0.4_p146.ebuild
new file mode 100644
index 000000000000..69bc00ef32fc
--- /dev/null
+++ b/app-misc/eid-viewer-bin/eid-viewer-bin-4.0.4_p146.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI=5
+
+inherit eutils
+
+MY_PN="eid-viewer"
+MY_PV="${PV%%_p*}"
+#MY_PV="${PV/_p/-}"
+MY_P="${MY_PN}-${MY_PV}"
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="Graphical interface to the Belgian Electronic Identity Card."
+
+SRC_URI="http://eid.belgium.be/en/binaries/eid-viewer-4%2E0%2E4-146%2Esrc_tcm406-178483.tgz"
+HOMEPAGE="http://eid.belgium.be"
+
+RDEPEND="
+ virtual/jre
+ sys-apps/pcsc-lite"
+DEPEND="${RDEPEND}"
+
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ sed -i -e 's:icons:pixmaps:' Makefile.in || die
+ sed -i -e 's:Application;::' eid-viewer.desktop.sh.in || die
+}
diff --git a/app-misc/eid-viewer-bin/metadata.xml b/app-misc/eid-viewer-bin/metadata.xml
new file mode 100644
index 000000000000..66cfa9108058
--- /dev/null
+++ b/app-misc/eid-viewer-bin/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>proxy-maintainers</herd>
+<maintainer>
+ <email>vincent.hardy.be@gmail.com</email>
+</maintainer>
+<longdescription>
+eid-mw is Belgian Electronic Identity Card (eID) middleware supplied by the Belgian Federal Government.
+
+With your eID, you can:
+- 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.
+- 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.
+- place a legally binding electronic signature on electronic documents.
+
+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.
+</longdescription>
+</pkgmetadata>