Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
Date: Tue, 03 Nov 2020 09:17:52
Message-Id: 1604395065.250aea442ab6eda076d575d627e2bd4fb77f2c99.mgorny@gentoo
1 commit: 250aea442ab6eda076d575d627e2bd4fb77f2c99
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 08:52:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 09:17:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250aea44
7
8 media-gfx/qrencode: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-gfx/qrencode/Manifest | 2 --
13 media-gfx/qrencode/qrencode-4.0.2.ebuild | 38 --------------------------------
14 media-gfx/qrencode/qrencode-4.1.0.ebuild | 38 --------------------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
18 index 22d6e0cf606..bae92df9f76 100644
19 --- a/media-gfx/qrencode/Manifest
20 +++ b/media-gfx/qrencode/Manifest
21 @@ -1,3 +1 @@
22 -DIST qrencode-4.0.2.tar.bz2 430309 BLAKE2B 1f68d2a921ba60df3a6c7381d7886b27a2876f90771d78c12d5d0fed2d6a4edb4d7da5985e2b244406a0cf3434b351fbec8b12c5944c365078ef2b227edb0acd SHA512 2429c7938e32eacbaf327c029c7745ba33259f879661a8b6470cc617c780daf5bd1d5689599151df62e84badd2568eccab6c12f157331e512ab24a3899e0f002
23 -DIST qrencode-4.1.0.tar.bz2 449040 BLAKE2B cff4e950a436e2bb3a73543ce11639861426840db6861eefd3d641dcb14cd6b4be7c2045468a002f7599a89aa71c77f7dfc971dd726ecce0d524f9b792ea6e91 SHA512 50ccc65f748cc1007dccd8d0eee0063b870c3e8a5fe5b8b2a813881151a86748a36844bcfa6ab08c82674b80e9b5bcbfd564ade92562cc49e01cbfa45376b4a9
24 DIST qrencode-4.1.1.tar.bz2 461562 BLAKE2B ae3abb4a162518c0204d09c9df7434fb348e24c20e790a261841220b0a7165168137d5acbdbc53e40558724eac2e1e21786f11013f384b545d56a1c9caaff61d SHA512 981b3242c213e1b40ac88711912dd8c27ea11f3437d1a04b6b226499a6e991a8f0b3b10f818bcc104812192a1dac4ce05f16ecd847a50cb03d4859b84bad89b8
25
26 diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
27 deleted file mode 100644
28 index a17874b37de..00000000000
29 --- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="C library for encoding data in a QR Code symbol"
38 -HOMEPAGE="https://fukuchi.org/works/qrencode/"
39 -SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
40 -
41 -LICENSE="LGPL-2"
42 -SLOT="0/4"
43 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="media-libs/libpng:0="
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig"
50 -
51 -src_configure() {
52 - local myconf=(
53 - $(use_with test tests)
54 - # TODO: figure out how to make SDL check fail as the SDL test
55 - # program is not useful
56 - )
57 -
58 - econf "${myconf[@]}"
59 -}
60 -
61 -src_test() {
62 - cd tests || die
63 - ./test_basic.sh || die
64 -}
65 -
66 -src_install() {
67 - default
68 - find "${D}" -name '*.la' -delete || die
69 -}
70
71 diff --git a/media-gfx/qrencode/qrencode-4.1.0.ebuild b/media-gfx/qrencode/qrencode-4.1.0.ebuild
72 deleted file mode 100644
73 index 0c26d1d08ec..00000000000
74 --- a/media-gfx/qrencode/qrencode-4.1.0.ebuild
75 +++ /dev/null
76 @@ -1,38 +0,0 @@
77 -# Copyright 1999-2020 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -
82 -DESCRIPTION="C library for encoding data in a QR Code symbol"
83 -HOMEPAGE="https://fukuchi.org/works/qrencode/"
84 -SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
85 -
86 -LICENSE="LGPL-2"
87 -SLOT="0/4"
88 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
89 -IUSE="test"
90 -RESTRICT="!test? ( test )"
91 -
92 -RDEPEND="media-libs/libpng:0="
93 -DEPEND="${RDEPEND}
94 - virtual/pkgconfig"
95 -
96 -src_configure() {
97 - local myconf=(
98 - $(use_with test tests)
99 - # TODO: figure out how to make SDL check fail as the SDL test
100 - # program is not useful
101 - )
102 -
103 - econf "${myconf[@]}"
104 -}
105 -
106 -src_test() {
107 - cd tests || die
108 - ./test_basic.sh || die
109 -}
110 -
111 -src_install() {
112 - default
113 - find "${D}" -name '*.la' -delete || die
114 -}