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 1502C138335 for ; Sun, 13 Oct 2019 13:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A398E083E; Sun, 13 Oct 2019 13:41:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 30F97E083E for ; Sun, 13 Oct 2019 13:41:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 08D8C34BCB2 for ; Sun, 13 Oct 2019 13:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49B1383C for ; Sun, 13 Oct 2019 13:41:49 +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: <1570974090.3e8ce84255a72201e03a5aa5bd3d04c69f536890.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.1.3_beta.ebuild X-VCS-Directories: sys-libs/libchipcard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e8ce84255a72201e03a5aa5bd3d04c69f536890 X-VCS-Branch: master Date: Sun, 13 Oct 2019 13:41:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9cd4afba-fb8d-4277-a043-4c2585bdb64a X-Archives-Hash: ba817541dc85f3186c46f4326293309b commit: 3e8ce84255a72201e03a5aa5bd3d04c69f536890 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 13:22:39 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 13:41:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8ce842 sys-libs/libchipcard: 5.1.3_beta version bump w/o keywords Pre-release version. Bug: https://bugs.gentoo.org/692732 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/libchipcard/Manifest | 1 + sys-libs/libchipcard/libchipcard-5.1.3_beta.ebuild | 52 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/sys-libs/libchipcard/Manifest b/sys-libs/libchipcard/Manifest index a6a19a44881..12b2d9d0f88 100644 --- a/sys-libs/libchipcard/Manifest +++ b/sys-libs/libchipcard/Manifest @@ -1 +1,2 @@ DIST libchipcard-5.0.4.tar.gz 801499 BLAKE2B 7966002dbf5c9eb7a53490aa8df68765901d7ebb7c7a16d8b24bf087a9886883aeb8a5c4f4be21ca5740215ce4f1b8d0023409f7b0f843ce1ce894a2cc115f40 SHA512 3b5b049f8ed676994c00ca758248c842de1119a0cee9e55682971839dc72cca226910559763bf858ceb126d998284b0c9f37459e0c87831d52ac39b6c4317293 +DIST libchipcard-5.1.3beta.tar.gz 834775 BLAKE2B 91206b300ccb2789ec8b43cdc41e8b04300d91f30d41aebfe80792b6cac3aa34c694852f9956a96b8d58fc5534cdd19d8dea76329788a1cf9826748b5533639b SHA512 f30bcacaf2f9b8cc4ac3719a3ff5e2afdf70173ed03c83436771f3a2f4bc4c96685a6f4c8006aa01ad1d6c1642d1052e398ff13d655b6ba2f4392174d4bf91ff diff --git a/sys-libs/libchipcard/libchipcard-5.1.3_beta.ebuild b/sys-libs/libchipcard/libchipcard-5.1.3_beta.ebuild new file mode 100644 index 00000000000..8d480701f63 --- /dev/null +++ b/sys-libs/libchipcard/libchipcard-5.1.3_beta.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="${P/_beta/beta}" + +DESCRIPTION="Library for accessing chip cards via chip card readers (terminals)" +HOMEPAGE="https://www.aquamaniac.de/rdm/projects/libchipcard" +SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/138/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +# KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc examples" + +BDEPEND=" + sys-devel/gettext + doc? ( app-doc/doxygen ) +" +DEPEND=" + >=sys-apps/pcsc-lite-1.6.2 + >=sys-libs/gwenhywfar-4.99.22_rc6:= + sys-libs/zlib + virtual/libintl" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README TODO doc/{CERTIFICATES,CONFIG,IPCCOMMANDS} ) + +S="${WORKDIR}/${MY_P}" + +src_configure() { + local myeconfargs=( + --disable-static + --with-docpath=/usr/share/doc/${PF}/apidoc + $(use_enable doc full-doc) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + emake DESTDIR="${D}" install + + einstalldocs + + if use examples; then + docinto tutorials + dodoc tutorials/*.{c,h,xml} tutorials/README + fi + + find "${D}" -name '*.la' -type f -delete || die +}