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 5445E139082 for ; Fri, 1 Dec 2017 22:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EBCBE0DDD; Fri, 1 Dec 2017 22:19:34 +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 5BFD8E0DD3 for ; Fri, 1 Dec 2017 22:19:34 +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 996A134069A for ; Fri, 1 Dec 2017 22:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280CFAE70 for ; Fri, 1 Dec 2017 22:19:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512166736.f8afa9402971712aa7261707a0ca95a4919cd99a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libchipcard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libchipcard/libchipcard-5.0.2.ebuild X-VCS-Directories: sys-libs/libchipcard/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f8afa9402971712aa7261707a0ca95a4919cd99a X-VCS-Branch: master Date: Fri, 1 Dec 2017 22:19:30 +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: 507c6448-bfce-49d3-adc4-bfe8b2a98c94 X-Archives-Hash: 3027637c2a8033d17275c66fb9a8f27d commit: f8afa9402971712aa7261707a0ca95a4919cd99a Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 21:17:59 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 22:18:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8afa940 sys-libs/libchipcard: [QA] Fix DESCRIPTION.toolong sys-libs/libchipcard/libchipcard-5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libchipcard/libchipcard-5.0.2.ebuild b/sys-libs/libchipcard/libchipcard-5.0.2.ebuild index 5907e46195b..eda40089b65 100644 --- a/sys-libs/libchipcard/libchipcard-5.0.2.ebuild +++ b/sys-libs/libchipcard/libchipcard-5.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=2 -DESCRIPTION="Libchipcard is a library for easy access to chip cards via chip card readers (terminals)" +DESCRIPTION="Library for accessing chip cards via chip card readers (terminals)" HOMEPAGE="http://www.aquamaniac.de/aqbanking/" SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=02&release=26&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"