Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libinsane/
Date: Fri, 29 May 2020 20:48:12
Message-Id: 1590785151.a3ddbdccf45023ed2e9310c7de412b6b0b1c3601.voyageur@gentoo
1 commit: a3ddbdccf45023ed2e9310c7de412b6b0b1c3601
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 20:44:46 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 20:45:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ddbdcc
7
8 media-libs/libinsane: drop old
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 media-libs/libinsane/Manifest | 3 --
14 media-libs/libinsane/libinsane-1.0.1.ebuild | 46 ----------------------------
15 media-libs/libinsane/libinsane-1.0.2.ebuild | 46 ----------------------------
16 media-libs/libinsane/libinsane-1.0.3.ebuild | 47 -----------------------------
17 4 files changed, 142 deletions(-)
18
19 diff --git a/media-libs/libinsane/Manifest b/media-libs/libinsane/Manifest
20 index 65fa5e3d37c..d87f78799b3 100644
21 --- a/media-libs/libinsane/Manifest
22 +++ b/media-libs/libinsane/Manifest
23 @@ -1,4 +1 @@
24 -DIST libinsane-1.0.1.tar.gz 706575 BLAKE2B 32ae63c275e6e9c709aefd0c6ed2237df70ad027626cf6ded2009071c74ce925d50ab730bd36b677915d2bd6e606d6337e890cfcc3e8bf4a1f281e026140537a SHA512 1b7091b207b8ea559f21084aa8231c62f34dfa6043e9f358d55708006989c50ee131011dbe5bd03bcd1212cd0219ae9d65a544e57cf3a71c4c2f65e5d89257bc
25 -DIST libinsane-1.0.2.tar.gz 712366 BLAKE2B 5be68792b3a89718308a180b1ca9383e7aebbd2f4e3420376ffecbc7d9b32d16b2fdcf060760708f8ef8f125c4d4caf2f41c6c15da53506e46302dc4155038be SHA512 d65c3fdcc8f64be473a7ff8078b5c9cbfa65ebbf44184fb76c12b40eedc87742167c8fa720683d83d5d29292664c6e311a2c12f45dff35306f60ac7612e63d97
26 -DIST libinsane-1.0.3.tar.gz 715603 BLAKE2B f6e97fc62c38a3481675671c5bed90d2c9c9db0ce9bf36e66f49f94726ce708300157484107e16b8e5f5a2c86fdd456418998a4b5566391246eeb213bf95f79f SHA512 2508347554cbcfc122dd8be16e60d7357a2fb7876ee044ba6024a4e564378d3748d1b267bd3b63cb0a2f6f9bb8daf748be72d3901d8f6e36961cf0849ff4ceb4
27 DIST libinsane-1.0.4.tar.gz 950729 BLAKE2B c09257646b21421eea6312748284456bd7b6f3eb1b64b831e15ae02b519e13d8bb39e2447186f44c6345190bf5e6a38640d9b95a73cbc899ece7c669c3650760 SHA512 2a042fa55874f108b4b1a2cdb88ce60e771f6789cb5704298ce60c4373b4b60e6461e7cf2a96652e1e06a481c02dc6cf9d6aae12c97ad5ac484de815419af5be
28
29 diff --git a/media-libs/libinsane/libinsane-1.0.1.ebuild b/media-libs/libinsane/libinsane-1.0.1.ebuild
30 deleted file mode 100644
31 index a2d1169ab99..00000000000
32 --- a/media-libs/libinsane/libinsane-1.0.1.ebuild
33 +++ /dev/null
34 @@ -1,46 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -inherit meson vala
40 -
41 -DESCRIPTION="Crossplatform access to image scanners"
42 -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/libinsane"
43 -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/archive/${PV}/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-3+"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="doc gtk-doc test"
49 -
50 -RDEPEND="media-gfx/sane-backends"
51 -DEPEND="${RDEPEND}
52 - doc? (
53 - app-doc/doxygen
54 - dev-util/gtk-doc
55 - )
56 - test? (
57 - dev-util/cunit
58 - dev-util/valgrind
59 - )"
60 -
61 -BDEPEND="virtual/pkgconfig
62 - $(vala_depend)"
63 -
64 -# Tests require an operational valgrind
65 -# https://wiki.gentoo.org/wiki/Debugging
66 -RESTRICT="test"
67 -:
68 -PATCHES=( "${FILESDIR}"/${P}-meson_options.patch )
69 -
70 -src_prepare() {
71 - vala_src_prepare
72 - default
73 -}
74 -
75 -src_configure() {
76 - local emesonargs=(
77 - $(meson_use doc doc)
78 - )
79 - meson_src_configure
80 -}
81
82 diff --git a/media-libs/libinsane/libinsane-1.0.2.ebuild b/media-libs/libinsane/libinsane-1.0.2.ebuild
83 deleted file mode 100644
84 index 5fa12b107f7..00000000000
85 --- a/media-libs/libinsane/libinsane-1.0.2.ebuild
86 +++ /dev/null
87 @@ -1,46 +0,0 @@
88 -# Copyright 1999-2019 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -inherit meson vala
93 -
94 -DESCRIPTION="Crossplatform access to image scanners"
95 -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/libinsane"
96 -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/archive/${PV}/${P}.tar.gz"
97 -
98 -LICENSE="LGPL-3+"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~x86"
101 -IUSE="doc gtk-doc test"
102 -
103 -RDEPEND="media-gfx/sane-backends"
104 -DEPEND="${RDEPEND}
105 - doc? (
106 - app-doc/doxygen
107 - dev-util/gtk-doc
108 - )
109 - test? (
110 - dev-util/cunit
111 - dev-util/valgrind
112 - )"
113 -
114 -BDEPEND="virtual/pkgconfig
115 - $(vala_depend)"
116 -
117 -# Tests require an operational valgrind
118 -# https://wiki.gentoo.org/wiki/Debugging
119 -RESTRICT="test"
120 -
121 -PATCHES=( "${FILESDIR}"/${PN}-1.0.1-meson_options.patch )
122 -
123 -src_prepare() {
124 - vala_src_prepare
125 - default
126 -}
127 -
128 -src_configure() {
129 - local emesonargs=(
130 - $(meson_use doc doc)
131 - )
132 - meson_src_configure
133 -}
134
135 diff --git a/media-libs/libinsane/libinsane-1.0.3.ebuild b/media-libs/libinsane/libinsane-1.0.3.ebuild
136 deleted file mode 100644
137 index ee4d9d71875..00000000000
138 --- a/media-libs/libinsane/libinsane-1.0.3.ebuild
139 +++ /dev/null
140 @@ -1,47 +0,0 @@
141 -# Copyright 1999-2019 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=7
145 -inherit meson vala
146 -
147 -DESCRIPTION="Crossplatform access to image scanners"
148 -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/libinsane"
149 -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/archive/${PV}/${P}.tar.gz"
150 -
151 -LICENSE="LGPL-3+"
152 -SLOT="0"
153 -KEYWORDS="~amd64 ~x86"
154 -IUSE="doc gtk-doc test"
155 -
156 -RDEPEND="media-gfx/sane-backends"
157 -DEPEND="${RDEPEND}
158 - doc? (
159 - app-doc/doxygen
160 - dev-util/gtk-doc
161 - )
162 - test? (
163 - dev-util/cunit
164 - dev-util/valgrind
165 - )"
166 -
167 -BDEPEND="dev-util/glib-utils
168 - virtual/pkgconfig
169 - $(vala_depend)"
170 -
171 -# Tests require an operational valgrind
172 -# https://wiki.gentoo.org/wiki/Debugging
173 -RESTRICT="test"
174 -
175 -PATCHES=( "${FILESDIR}"/${PN}-1.0.1-meson_options.patch )
176 -
177 -src_prepare() {
178 - vala_src_prepare
179 - default
180 -}
181 -
182 -src_configure() {
183 - local emesonargs=(
184 - $(meson_use doc doc)
185 - )
186 - meson_src_configure
187 -}