diff options
author | 2012-04-07 22:58:18 +0000 | |
---|---|---|
committer | 2012-04-07 22:58:18 +0000 | |
commit | 8f1e00a82938aa76dc76f3e8498f252a73dc399e (patch) | |
tree | 3235053aec43b09ea4cc216b87688fe193ff7f0b /app-crypt/eid-mw/metadata.xml | |
parent | Fix libdir parameter to emake install (bug 411199, thanks Kevin Pyle). (diff) | |
download | gentoo-2-8f1e00a82938aa76dc76f3e8498f252a73dc399e.tar.gz gentoo-2-8f1e00a82938aa76dc76f3e8498f252a73dc399e.tar.bz2 gentoo-2-8f1e00a82938aa76dc76f3e8498f252a73dc399e.zip |
Initial import of eid-mw by Vincent Hardy.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/eid-mw/metadata.xml')
-rw-r--r-- | app-crypt/eid-mw/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-crypt/eid-mw/metadata.xml b/app-crypt/eid-mw/metadata.xml new file mode 100644 index 000000000000..7496bad3fdd1 --- /dev/null +++ b/app-crypt/eid-mw/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>vincent.hardy.be@gmail.com</email> +</maintainer> +<maintainer> + <email>flameeyes@gentoo.org</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> +<use> + <flag name="gtk"> + Enable the dialog pages, by using <pkg>x11-libs/gtk:2</pkg> + </flag> + <flag name="xpi"> + Build and install an extension for Mozilla browsers. + </flag> +</use> +</pkgmetadata> |