Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmateweather/
Date: Wed, 02 Sep 2020 15:52:06
Message-Id: 1599061901.e94c304a1d83a3404f5847b5e089910f7866b194.np-hardass@gentoo
1 commit: e94c304a1d83a3404f5847b5e089910f7866b194
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 15:51:08 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 15:51:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94c304a
7
8 dev-libs/libmateweather: Drop old
9
10 Closes: https://bugs.gentoo.org/736370
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 .../libmateweather/libmateweather-1.24.0.ebuild | 43 ----------------------
15 1 file changed, 43 deletions(-)
16
17 diff --git a/dev-libs/libmateweather/libmateweather-1.24.0.ebuild b/dev-libs/libmateweather/libmateweather-1.24.0.ebuild
18 deleted file mode 100644
19 index bc645287670..00000000000
20 --- a/dev-libs/libmateweather/libmateweather-1.24.0.ebuild
21 +++ /dev/null
22 @@ -1,43 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -MATE_LA_PUNT="yes"
29 -
30 -inherit mate
31 -
32 -if [[ ${PV} != 9999 ]]; then
33 - KEYWORDS="amd64 ~arm ~arm64 x86"
34 -fi
35 -
36 -DESCRIPTION="MATE library to access weather information from online services"
37 -LICENSE="LGPL-2.1+ GPL-2+"
38 -SLOT="0"
39 -
40 -IUSE="debug"
41 -
42 -COMMON_DEPEND=">=dev-libs/glib-2.50:2
43 - >=dev-libs/libxml2-2.6:2
44 - >=net-libs/libsoup-2.54:2.4
45 - >=sys-libs/timezone-data-2010k:0
46 - x11-libs/gdk-pixbuf:2
47 - >=x11-libs/gtk+-3.22:3"
48 -
49 -RDEPEND="${COMMON_DEPEND}
50 - virtual/libintl
51 -"
52 -
53 -DEPEND="${COMMON_DEPEND}
54 - dev-util/gtk-doc
55 - dev-util/gtk-doc-am
56 - >=sys-devel/gettext-0.19.8:*
57 - >=sys-devel/libtool-2.2.6:2
58 - virtual/pkgconfig:*"
59 -
60 -src_configure() {
61 - mate_src_configure \
62 - --enable-locations-compression \
63 - --disable-all-translations-in-one-xml \
64 - --disable-icon-update
65 -}