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 CCEAB138334 for ; Wed, 24 Jul 2019 15:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D0EE0801; Wed, 24 Jul 2019 15:00:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D80E1E0801 for ; Wed, 24 Jul 2019 15:00:57 +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 7469C34870A for ; Wed, 24 Jul 2019 15:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEB454D3 for ; Wed, 24 Jul 2019 15:00:54 +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: <1563980429.5ad80412975e863c899f17a2f6520eb1df9ed1b9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zxing-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zxing-cpp/Manifest media-libs/zxing-cpp/metadata.xml media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild X-VCS-Directories: media-libs/zxing-cpp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5ad80412975e863c899f17a2f6520eb1df9ed1b9 X-VCS-Branch: master Date: Wed, 24 Jul 2019 15:00:54 +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: c341b8b1-a24e-41af-a3e0-1b18bc33be37 X-Archives-Hash: 06a8a8091102d18a2934691423c4271a commit: 5ad80412975e863c899f17a2f6520eb1df9ed1b9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 24 12:22:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 24 15:00:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad80412 media-libs/zxing-cpp: New package, 1.0.6 initial version Closes: https://bugs.gentoo.org/686334 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/zxing-cpp/Manifest | 1 + media-libs/zxing-cpp/metadata.xml | 8 ++++++++ media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild | 17 +++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/media-libs/zxing-cpp/Manifest b/media-libs/zxing-cpp/Manifest new file mode 100644 index 00000000000..83d26df456d --- /dev/null +++ b/media-libs/zxing-cpp/Manifest @@ -0,0 +1 @@ +DIST zxing-cpp-1.0.6.tar.gz 128813069 BLAKE2B c222dc2cc21b28e5333a2dcac47e1c13712851a0d8185bf410f455f4a9176c9c3795e242d71b89fb211e9f4da29cb8d3b7a7c380ea37d48f1710540316914a70 SHA512 fa773ba7dfca6325419118221cfe555810e793dbffe5cae1c62056479fdd6d6a60c81fb88e3bc3bb71bc369b6899a8db64f4b18eb7f4d13b8ea4cdd2d51fa9c6 diff --git a/media-libs/zxing-cpp/metadata.xml b/media-libs/zxing-cpp/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/media-libs/zxing-cpp/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild b/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild new file mode 100644 index 00000000000..a00dd282e66 --- /dev/null +++ b/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="C++ Multi-format 1D/2D barcode image processing library" +HOMEPAGE="https://github.com/nu-book/zxing-cpp" +SRC_URI="https://github.com/nu-book/zxing-cpp/archive/v1.0.6.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=""