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 06:02:18
Message-Id: 1599026515.b9b6702a092d5e4daaa81859c54eda4eb03ff04a.np-hardass@gentoo
1 commit: b9b6702a092d5e4daaa81859c54eda4eb03ff04a
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 20 20:06:28 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:01:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b6702a
7
8 dev-libs/libmateweather: drop 1.22
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 dev-libs/libmateweather/Manifest | 2 -
15 .../libmateweather/libmateweather-1.22.0-r1.ebuild | 43 ----------------------
16 .../libmateweather/libmateweather-1.22.1.ebuild | 43 ----------------------
17 3 files changed, 88 deletions(-)
18
19 diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest
20 index f5dad9d150a..265cb70fc54 100644
21 --- a/dev-libs/libmateweather/Manifest
22 +++ b/dev-libs/libmateweather/Manifest
23 @@ -1,3 +1 @@
24 -DIST libmateweather-1.22.0.tar.xz 3386920 BLAKE2B 312bd8cd12a1d51216b9509b2badaccb23779f1c7c314ecf02c9789837fa619d6029e97bf06f9fd320ba590936888d51fe178cffbb7dca87eb167ed4fbf3eabb SHA512 43371fc615dda2b9042633a63ac4c1fb0b1ea43b20c783e443b0f57e10ad8fddedbd593f03bd6c942729f0a9c80484266fe1ef900d128fa4b02f80d6a80ae9bd
25 -DIST libmateweather-1.22.1.tar.xz 3437496 BLAKE2B 74d9d0b18ad33fd15c7b3411fd5811a43d56e7a99e78c1d6ac846d71285701414f0b6c5f54c9d445af6a2e6c1405fc4d0547e023aa4114f7419f507d8739fc29 SHA512 c7f5214c14fa3bf6bbb55442ea450c0f3c0a2849e29f72821c22db88baf3763c72dd6d2a27795c23d8ecc69d190a55313f6cfd18dc2a41c233a7e1e5653a0868
26 DIST libmateweather-1.24.0.tar.xz 2233116 BLAKE2B 2b642af39e850d38d16f6a458568e43262007f2a1150db87371fca46f6db3f1b977a6cbad601ed182b8c0fdc9c5015e493ab60bc2c0e3485091e71992951cd72 SHA512 077a7cbcc75df0a64d9fab23d46154e58cf2455c8a2a17ecc04a8c691ead18b5027e177278a1d8e051ffb76e98bfd8e26ed5ca10ad974546e5446116a4f71300
27
28 diff --git a/dev-libs/libmateweather/libmateweather-1.22.0-r1.ebuild b/dev-libs/libmateweather/libmateweather-1.22.0-r1.ebuild
29 deleted file mode 100644
30 index 0ddc5e5e490..00000000000
31 --- a/dev-libs/libmateweather/libmateweather-1.22.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,43 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -MATE_LA_PUNT="yes"
40 -
41 -inherit mate
42 -
43 -if [[ ${PV} != 9999 ]]; then
44 - KEYWORDS="amd64 ~arm ~arm64 x86"
45 -fi
46 -
47 -DESCRIPTION="MATE library to access weather information from online services"
48 -LICENSE="LGPL-2.1+ GPL-2+"
49 -SLOT="0"
50 -
51 -IUSE="debug"
52 -
53 -COMMON_DEPEND=">=dev-libs/glib-2.50:2
54 - >=dev-libs/libxml2-2.6:2
55 - >=net-libs/libsoup-2.34:2.4
56 - >=sys-libs/timezone-data-2010k:0
57 - x11-libs/gdk-pixbuf:2
58 - virtual/libintl:0
59 - >=x11-libs/gtk+-3.22:3"
60 -
61 -RDEPEND="${COMMON_DEPEND}"
62 -
63 -DEPEND="${COMMON_DEPEND}
64 - dev-util/gtk-doc
65 - dev-util/gtk-doc-am
66 - >=dev-util/intltool-0.50.1:*
67 - sys-devel/gettext:*
68 - >=sys-devel/libtool-2.2.6:2
69 - virtual/pkgconfig:*"
70 -
71 -src_configure() {
72 - mate_src_configure \
73 - --enable-locations-compression \
74 - --disable-all-translations-in-one-xml \
75 - --disable-icon-update
76 -}
77
78 diff --git a/dev-libs/libmateweather/libmateweather-1.22.1.ebuild b/dev-libs/libmateweather/libmateweather-1.22.1.ebuild
79 deleted file mode 100644
80 index f35dfb99ff5..00000000000
81 --- a/dev-libs/libmateweather/libmateweather-1.22.1.ebuild
82 +++ /dev/null
83 @@ -1,43 +0,0 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=6
88 -
89 -MATE_LA_PUNT="yes"
90 -
91 -inherit mate
92 -
93 -if [[ ${PV} != 9999 ]]; then
94 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
95 -fi
96 -
97 -DESCRIPTION="MATE library to access weather information from online services"
98 -LICENSE="LGPL-2.1+ GPL-2+"
99 -SLOT="0"
100 -
101 -IUSE="debug"
102 -
103 -COMMON_DEPEND=">=dev-libs/glib-2.50:2
104 - >=dev-libs/libxml2-2.6:2
105 - >=net-libs/libsoup-2.34:2.4
106 - >=sys-libs/timezone-data-2010k:0
107 - x11-libs/gdk-pixbuf:2
108 - virtual/libintl:0
109 - >=x11-libs/gtk+-3.22:3"
110 -
111 -RDEPEND="${COMMON_DEPEND}"
112 -
113 -DEPEND="${COMMON_DEPEND}
114 - dev-util/gtk-doc
115 - dev-util/gtk-doc-am
116 - >=dev-util/intltool-0.50.1:*
117 - sys-devel/gettext:*
118 - >=sys-devel/libtool-2.2.6:2
119 - virtual/pkgconfig:*"
120 -
121 -src_configure() {
122 - mate_src_configure \
123 - --enable-locations-compression \
124 - --disable-all-translations-in-one-xml \
125 - --disable-icon-update
126 -}