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/libdmtx/
Date: Sun, 31 Jan 2021 19:07:05
Message-Id: 1612120010.cbb81ec528981151e842ad849068ccd485e8d6a9.asturm@gentoo
1 commit: cbb81ec528981151e842ad849068ccd485e8d6a9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 19:04:31 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 19:06:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb81ec5
7
8 media-libs/libdmtx: Drop 0.7.4
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libdmtx/Manifest | 1 -
14 media-libs/libdmtx/libdmtx-0.7.4.ebuild | 26 --------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/media-libs/libdmtx/Manifest b/media-libs/libdmtx/Manifest
18 index 567d3655705..e1d4dd7de11 100644
19 --- a/media-libs/libdmtx/Manifest
20 +++ b/media-libs/libdmtx/Manifest
21 @@ -1,2 +1 @@
22 -DIST libdmtx-0.7.4.tar.gz 370999 BLAKE2B 7c87d1b1ca8a1466aed6dbd8b60b31c1acacbff46d99855a2366c89a0998acbc8e0b3d3e70612d6bfc736b48e2001d8de14b9169920e802490623009f3395ea9 SHA512 307aeb30506e60fc44550d1bb86081634f0718d53e7b878b45b0e704e75c5996e27285a16881b7c3a93cafa9a9b125175dadc0f0c2c2f976878666eb652108ae
23 DIST libdmtx-0.7.5.tar.gz 790944 BLAKE2B af94a998e6ab0b06c17d64d6c720e874540830282fd1219260aa1e5fb44159b59f63fcfd1fbd750333ae50b080c341ec02b81216c2e975a8ef85628b23d4fb55 SHA512 c4bccc9eff4a93b6bb417ed23ed46e82cc98b650a94be40479d192af8537ee02a16700fbbd8f2271035ff8b804c40ab6461825d94bd80a3081d3a4b3988ea22a
24
25 diff --git a/media-libs/libdmtx/libdmtx-0.7.4.ebuild b/media-libs/libdmtx/libdmtx-0.7.4.ebuild
26 deleted file mode 100644
27 index adce86c7d67..00000000000
28 --- a/media-libs/libdmtx/libdmtx-0.7.4.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DESCRIPTION="Barcode data matrix reading and writing library"
37 -HOMEPAGE="http://libdmtx.sourceforge.net/"
38 -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
39 -
40 -LICENSE="LGPL-2.1"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
43 -IUSE="static-libs"
44 -
45 -DEPEND=""
46 -RDEPEND="${DEPEND}"
47 -
48 -src_configure() {
49 - econf \
50 - $(use_enable static-libs static)
51 -}
52 -
53 -src_install() {
54 - default
55 - find "${ED}" -name '*.la' -exec rm -f {} +
56 -}