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: Tue, 03 Dec 2019 05:04:19
Message-Id: 1575349379.c77c6390473558d2d117d1c505310cb6220bddc0.asturm@gentoo
1 commit: c77c6390473558d2d117d1c505310cb6220bddc0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 16:26:39 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 3 05:02:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77c6390
7
8 media-libs/zxing-cpp: Drop 1.0.6
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
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.6.ebuild | 17 -----------------
15 2 files changed, 18 deletions(-)
16
17 diff --git a/media-libs/zxing-cpp/Manifest b/media-libs/zxing-cpp/Manifest
18 index 724124696aa..efbcb031afc 100644
19 --- a/media-libs/zxing-cpp/Manifest
20 +++ b/media-libs/zxing-cpp/Manifest
21 @@ -1,2 +1 @@
22 -DIST zxing-cpp-1.0.6.tar.gz 128813069 BLAKE2B c222dc2cc21b28e5333a2dcac47e1c13712851a0d8185bf410f455f4a9176c9c3795e242d71b89fb211e9f4da29cb8d3b7a7c380ea37d48f1710540316914a70 SHA512 fa773ba7dfca6325419118221cfe555810e793dbffe5cae1c62056479fdd6d6a60c81fb88e3bc3bb71bc369b6899a8db64f4b18eb7f4d13b8ea4cdd2d51fa9c6
23 DIST zxing-cpp-1.0.7.tar.gz 128659323 BLAKE2B 3b5d27136fe0d25ff27ed7aa8ca7d15e91a2f4c99c145143789b5795bb4af1f0a501697201307779b315af4417008123f076debb6178f51542ac3495405fed01 SHA512 e6597157099e478c2afad413e8dc3347369aef6e1a76cff331c4d71f178be97dde23e8fe89c7147eab034e2aecf1660a66e2a951f60c32d2fb67635033c1a0c8
24
25 diff --git a/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild b/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild
26 deleted file mode 100644
27 index e90efd377b2..00000000000
28 --- a/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild
29 +++ /dev/null
30 @@ -1,17 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake-utils
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/zxing-cpp/archive/v1.0.6.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND=""