diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2021-07-28 17:20:50 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2021-07-28 17:20:50 +0200 |
commit | 85c3a5963998695d77ef246ad36ce427e3bba58e (patch) | |
tree | f741167f9c907b3d03df3bd1ef727564b0d00272 /app-crypt | |
parent | 23cc2503b31f69e5209462106d6144769d4b2e21 (diff) | |
download | brancik-overlay-85c3a5963998695d77ef246ad36ce427e3bba58e.tar.gz brancik-overlay-85c3a5963998695d77ef246ad36ce427e3bba58e.tar.bz2 |
Various fixes and typos
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acsccid/acsccid-1.1.7.ebuild | 5 | ||||
-rw-r--r-- | app-crypt/acsccid/metadata.xml | 34 |
2 files changed, 19 insertions, 20 deletions
diff --git a/app-crypt/acsccid/acsccid-1.1.7.ebuild b/app-crypt/acsccid/acsccid-1.1.7.ebuild index 61fe7af..3334085 100644 --- a/app-crypt/acsccid/acsccid-1.1.7.ebuild +++ b/app-crypt/acsccid/acsccid-1.1.7.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2021 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ EAPI=7 @@ -14,7 +13,7 @@ LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" DEPEND="sys-apps/pcsc-lite \ virtual/libusb:0 diff --git a/app-crypt/acsccid/metadata.xml b/app-crypt/acsccid/metadata.xml index 8c5d89f..202afdf 100644 --- a/app-crypt/acsccid/metadata.xml +++ b/app-crypt/acsccid/metadata.xml @@ -1,21 +1,21 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>ctibor@brancik.cz</email> - <name>Ctibor Brančík</name> - </maintainer> - <longdescription> - acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd). acsccid is based on ccid. See CCID free software driver for more information. - </longdescription> - <upstream> - <maintainer status="active"> - <email>info@acs.com.hk</email> - <name>Advanced Card Systems Ltd.</name> - </maintainer> - <doc lang="en">http://acsccid.sourceforge.net/</doc> - <changelog>http://sourceforge.net/p/acsccid/news/?source=navbar</changelog> - <bugs-to>mailto:info@acs.com.hk</bugs-to> - <remote-id type="sourceforge">acsccid</remote-id> - </upstream> + <maintainer type="person"> + <email>ctibor@brancik.cz</email> + <name>Ctibor Brančík</name> + </maintainer> + <longdescription> + acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd). acsccid is based on ccid. See CCID free software driver for more information. + </longdescription> + <upstream> + <maintainer status="active"> + <email>info@acs.com.hk</email> + <name>Advanced Card Systems Ltd.</name> + </maintainer> + <doc lang="en">http://acsccid.sourceforge.net/</doc> + <changelog>http://sourceforge.net/p/acsccid/news/?source=navbar</changelog> + <bugs-to>mailto:info@acs.com.hk</bugs-to> + <remote-id type="sourceforge">acsccid</remote-id> + </upstream> </pkgmetadata> |