Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zxing-cpp/
Date: Wed, 29 Jan 2020 18:39:20
Message-Id: 1580323110.b763b545669941cc74fe4a5ff50b01be92be83fd.asturm@gentoo
1 commit: b763b545669941cc74fe4a5ff50b01be92be83fd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 29 00:40:08 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 18:38:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b763b545
7
8 media-libs/zxing-cpp: 1.0.8 version bump
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/zxing-cpp/Manifest | 1 +
14 media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild | 17 +++++++++++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/media-libs/zxing-cpp/Manifest b/media-libs/zxing-cpp/Manifest
18 index efbcb031afc..eeb9158f257 100644
19 --- a/media-libs/zxing-cpp/Manifest
20 +++ b/media-libs/zxing-cpp/Manifest
21 @@ -1 +1,2 @@
22 DIST zxing-cpp-1.0.7.tar.gz 128659323 BLAKE2B 3b5d27136fe0d25ff27ed7aa8ca7d15e91a2f4c99c145143789b5795bb4af1f0a501697201307779b315af4417008123f076debb6178f51542ac3495405fed01 SHA512 e6597157099e478c2afad413e8dc3347369aef6e1a76cff331c4d71f178be97dde23e8fe89c7147eab034e2aecf1660a66e2a951f60c32d2fb67635033c1a0c8
23 +DIST zxing-cpp-1.0.8.tar.gz 128506816 BLAKE2B 5f9e70c5cd123c27ee779a955cc112449094069c5be3defac57a906ea6a301e8f04886c7cb51b79007456e517db06f9f61c39228f8d8bb6a520602cac70aa7a4 SHA512 0749b3bd4d810ef024f2d8045ecf3024bba6d1816be3f5baeb3325724ac5a7359bec72b4070f8e34fbc1bc5ba2636e488b17cc8b35578b0703352d448c9d22f6
24
25 diff --git a/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild b/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild
26 new file mode 100644
27 index 00000000000..ecc4935d72c
28 --- /dev/null
29 +++ b/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit cmake
37 +
38 +DESCRIPTION="C++ Multi-format 1D/2D barcode image processing library"
39 +HOMEPAGE="https://github.com/nu-book/zxing-cpp"
40 +SRC_URI="https://github.com/nu-book/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm64 ~x86"
45 +IUSE=""
46 +
47 +DEPEND=""