diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-29 01:40:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-29 19:38:30 +0100 |
commit | b763b545669941cc74fe4a5ff50b01be92be83fd (patch) | |
tree | 4d8c4c75a7783ed24e3645e212f6bb9ed9e1178a /media-libs/zxing-cpp | |
parent | app-text/qpdfview: Drop 0.4.16 (diff) | |
download | gentoo-b763b545669941cc74fe4a5ff50b01be92be83fd.tar.gz gentoo-b763b545669941cc74fe4a5ff50b01be92be83fd.tar.bz2 gentoo-b763b545669941cc74fe4a5ff50b01be92be83fd.zip |
media-libs/zxing-cpp: 1.0.8 version bump
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/zxing-cpp')
-rw-r--r-- | media-libs/zxing-cpp/Manifest | 1 | ||||
-rw-r--r-- | media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/media-libs/zxing-cpp/Manifest b/media-libs/zxing-cpp/Manifest index efbcb031afcd..eeb9158f257c 100644 --- a/media-libs/zxing-cpp/Manifest +++ b/media-libs/zxing-cpp/Manifest @@ -1 +1,2 @@ DIST zxing-cpp-1.0.7.tar.gz 128659323 BLAKE2B 3b5d27136fe0d25ff27ed7aa8ca7d15e91a2f4c99c145143789b5795bb4af1f0a501697201307779b315af4417008123f076debb6178f51542ac3495405fed01 SHA512 e6597157099e478c2afad413e8dc3347369aef6e1a76cff331c4d71f178be97dde23e8fe89c7147eab034e2aecf1660a66e2a951f60c32d2fb67635033c1a0c8 +DIST zxing-cpp-1.0.8.tar.gz 128506816 BLAKE2B 5f9e70c5cd123c27ee779a955cc112449094069c5be3defac57a906ea6a301e8f04886c7cb51b79007456e517db06f9f61c39228f8d8bb6a520602cac70aa7a4 SHA512 0749b3bd4d810ef024f2d8045ecf3024bba6d1816be3f5baeb3325724ac5a7359bec72b4070f8e34fbc1bc5ba2636e488b17cc8b35578b0703352d448c9d22f6 diff --git a/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild b/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild new file mode 100644 index 000000000000..ecc4935d72c5 --- /dev/null +++ b/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild @@ -0,0 +1,17 @@ +# 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="" + +DEPEND="" |