From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5678138331 for ; Sun, 13 May 2018 21:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7844BE08C0; Sun, 13 May 2018 21:05:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E6ADE08C0 for ; Sun, 13 May 2018 21:05:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 873A1335C9A for ; Sun, 13 May 2018 21:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A271D291 for ; Sun, 13 May 2018 21:05:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526245489.f67f79ffa77621f100f2b9f7ef4f9c4f0bf6a66e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libchipcard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libchipcard/Manifest sys-libs/libchipcard/libchipcard-5.0.4.ebuild X-VCS-Directories: sys-libs/libchipcard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f67f79ffa77621f100f2b9f7ef4f9c4f0bf6a66e X-VCS-Branch: master Date: Sun, 13 May 2018 21:05:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e2136fa-3640-4ee2-bbb6-a6eb267916d5 X-Archives-Hash: 6c4d167228bcda86a9312f47c1b06757 commit: f67f79ffa77621f100f2b9f7ef4f9c4f0bf6a66e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 13 20:25:09 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 13 21:04:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67f79ff sys-libs/libchipcard: 5.0.4 version bump Bug: https://bugs.gentoo.org/648196 Package-Manager: Portage-2.3.36, Repoman-2.3.9 sys-libs/libchipcard/Manifest | 1 + sys-libs/libchipcard/libchipcard-5.0.4.ebuild | 45 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/sys-libs/libchipcard/Manifest b/sys-libs/libchipcard/Manifest index 438f2db5fb8..1c81755d4a6 100644 --- a/sys-libs/libchipcard/Manifest +++ b/sys-libs/libchipcard/Manifest @@ -1 +1,2 @@ DIST libchipcard-5.0.2.tar.gz 736107 BLAKE2B 0dbf58081930388da99a621e781c69a3258782bbdd9109df2a0cabf5d404e209e84bdf2d46d86210ce86358a43966d9d54106847aa3415963e564a7904f8e475 SHA512 82c9100b31086900d3fc66f9b04eb7f365cf09b65959e06dfc7927f2e8328d70d64ad33b40615cc382321dfd50720e721198c0308668a27f1a2db9ce46a292c9 +DIST libchipcard-5.0.4.tar.gz 801499 BLAKE2B 7966002dbf5c9eb7a53490aa8df68765901d7ebb7c7a16d8b24bf087a9886883aeb8a5c4f4be21ca5740215ce4f1b8d0023409f7b0f843ce1ce894a2cc115f40 SHA512 3b5b049f8ed676994c00ca758248c842de1119a0cee9e55682971839dc72cca226910559763bf858ceb126d998284b0c9f37459e0c87831d52ac39b6c4317293 diff --git a/sys-libs/libchipcard/libchipcard-5.0.4.ebuild b/sys-libs/libchipcard/libchipcard-5.0.4.ebuild new file mode 100644 index 00000000000..ee467583b68 --- /dev/null +++ b/sys-libs/libchipcard/libchipcard-5.0.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Library for accessing chip cards via chip card readers (terminals)" +HOMEPAGE="https://www.aquamaniac.de/aqbanking/" +SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=02&release=200&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc examples" + +RDEPEND=" + >=sys-apps/pcsc-lite-1.6.2 + sys-libs/gwenhywfar:= + sys-libs/zlib:= + virtual/libintl" +DEPEND="${RDEPEND} + sys-devel/gettext + doc? ( app-doc/doxygen )" + +DOCS=( AUTHORS ChangeLog NEWS README TODO doc/{CERTIFICATES,CONFIG,IPCCOMMANDS} ) + +src_configure() { + econf \ + --disable-dependency-tracking \ + --disable-static \ + $(use_enable doc full-doc) \ + --with-docpath=/usr/share/doc/${PF}/apidoc +} + +src_install() { + emake DESTDIR="${D}" install || die + + einstalldocs + + if use examples; then + docinto tutorials + dodoc tutorials/*.{c,h,xml} tutorials/README + fi + + find "${D}" -name '*.la' -exec rm -f {} + +}