media-libs/zxing-cpp: Drop 1.1.0

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-09-13 20:12:30 +02:00
parent 929e8a8c58
commit 7efb11ad61
4 changed files with 0 additions and 51 deletions

View File

@@ -1,3 +1,2 @@
DIST zxing-cpp-1.0.8.tar.gz 128506816 BLAKE2B 5f9e70c5cd123c27ee779a955cc112449094069c5be3defac57a906ea6a301e8f04886c7cb51b79007456e517db06f9f61c39228f8d8bb6a520602cac70aa7a4 SHA512 0749b3bd4d810ef024f2d8045ecf3024bba6d1816be3f5baeb3325724ac5a7359bec72b4070f8e34fbc1bc5ba2636e488b17cc8b35578b0703352d448c9d22f6
DIST zxing-cpp-1.1.0.tar.gz 128856890 BLAKE2B 4ef93efc9e5d81c222b008b2dc7991cdb2dd38c297970b7bcaa7095323581445c32890bd20c9a3ad02013b41d0de5aaab6038b8aff892236c327bb27f922dc84 SHA512 8ae6d0c2bd21de0af99c1baa470afcdd8b0375eb1d4166bb20ad67632c39ef63e1ea07b8a691cf0bc076c87d73a8d8b0ca05007c65a09bc79697aa294dc1f44f
DIST zxing-cpp-1.1.1.tar.gz 128925736 BLAKE2B d2d6b4b13c26ee1bf8c9f1188809207f895d9ab4bde83e7e06d85d7105c56021bb9f82f34b9f11e1c8ff5b82825de127d1bc873745fa6ef603a8d206f3eaedec SHA512 c7d97df147602e31e58eede54413814378895e9710cf266de984b22965a9a3f4c67648a0bf936a8bc8b213b45def59d1e5b34d6ce516265333dd2c0430554dc7

View File

@@ -1,20 +0,0 @@
From 877b6db1613ddae58e570801920f089c0f64b97f Mon Sep 17 00:00:00 2001
From: Axel Waggershauser <awagger@gmail.com>
Date: Mon, 3 Aug 2020 08:48:58 +0200
Subject: [PATCH] Fix regression in pkgconfig file generation
---
zxing.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zxing.pc.in b/zxing.pc.in
index b62fd15..3f429f4 100644
--- a/zxing.pc.in
+++ b/zxing.pc.in
@@ -6,5 +6,5 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: ZXing
Description: ZXing library set
Version: @VERSION@
-Libs: -L${libdir} -l@TARGET_ZXING@
+Libs: -L${libdir} -lZXing
Cflags: -I${includedir} -I${includedir}/ZXing

View File

@@ -1,10 +0,0 @@
--- a/zxing.pc.in 2020-04-09 11:43:22.494219440 -0400
+++ b/zxing.pc.in 2020-04-09 11:49:03.884867034 -0400
@@ -5,6 +5,6 @@
Name: ZXing
Description: ZXing library set
-Version: @VERSION@
+Version: @PROJECT_VERSION@
Libs: -L${libdir} -lZXing
Cflags: -I${includedir} -I${includedir}/ZXing

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
PATCHES=(
"${FILESDIR}/${P}-pkgconfig-libs.patch" # git master
"${FILESDIR}/${P}-pkgconfig-version.patch" # bug 716818
)