diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-09 19:20:44 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-09 23:36:23 +0200 |
commit | db38e2d9dea17a9c127589933d4c5ddec94509c4 (patch) | |
tree | 41604116bee5aa5e5c6544b9828d09a434db5ad2 /media-libs/zxing-cpp | |
parent | media-libs/zxing-cpp: Fix actual version as well (diff) | |
download | gentoo-db38e2d9dea17a9c127589933d4c5ddec94509c4.tar.gz gentoo-db38e2d9dea17a9c127589933d4c5ddec94509c4.tar.bz2 gentoo-db38e2d9dea17a9c127589933d4c5ddec94509c4.zip |
media-libs/zxing-cpp: Drop 1.0.8 (r0)
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/zxing-cpp')
-rw-r--r-- | media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild b/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild deleted file mode 100644 index 612e1433eefa..000000000000 --- a/media-libs/zxing-cpp/zxing-cpp-1.0.8.ebuild +++ /dev/null @@ -1,17 +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="" - -DEPEND="" |