commit:     5669f8316820ff46d3404e8fce6be79028128358
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep  3 12:34:42 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5669f831

dev-libs/libmateweather: drop 1.26.3

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/libmateweather/Manifest                   |  1 -
 .../libmateweather/libmateweather-1.26.3.ebuild    | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest
index 14b9402f2110..974a7baa5c7b 100644
--- a/dev-libs/libmateweather/Manifest
+++ b/dev-libs/libmateweather/Manifest
@@ -1,2 +1 @@
-DIST libmateweather-1.26.3.tar.xz 2211104 BLAKE2B 
b395d05ff462c1d175beba2e143889e771bf98008af724ab648b8aeb3f4760a753d4349d8b66d748242ef2d057811344d8493e12b61d0b2e56e5b3c2067d0eef
 SHA512 
e9285e615e013b7371e738b74647652f5b0abf029f32ba02299e632d882e7d0ff3c41dcac834ddb5b2a4fc93782d67f9764f9abc99a7eb4a26ac07ae12d9cafd
 DIST libmateweather-1.28.0.tar.xz 2221808 BLAKE2B 
edd5a00e020a0dcb1edaee08720a70ac3d1c1e6e08d5a0fc8247f1cb3e44bc1c47b350a1bcaf23db23994ac9b0a077cc489b94f82c9922e407edea1fe7c2722c
 SHA512 
ee89bd159beba2893b334fb603de2b852d97c382670628d8892eb2a74907950afe485455218ae4c6dc41338218b67dc78003da8ace61d1952451ae55e7e5e6d0

diff --git a/dev-libs/libmateweather/libmateweather-1.26.3.ebuild 
b/dev-libs/libmateweather/libmateweather-1.26.3.ebuild
deleted file mode 100644
index 6150436bf89e..000000000000
--- a/dev-libs/libmateweather/libmateweather-1.26.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-MINOR=$(($(ver_cut 2) % 2))
-if [[ ${MINOR} -eq 0 ]]; then
-       KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="MATE library to access weather information from online services"
-LICENSE="LGPL-2.1+ GPL-2+"
-SLOT="0"
-
-IUSE="debug"
-
-COMMON_DEPEND=">=dev-libs/glib-2.56:2
-       >=dev-libs/libxml2-2.6:2
-       >=net-libs/libsoup-2.54:2.4
-       >=sys-libs/timezone-data-2010k:0
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3
-"
-
-RDEPEND="${COMMON_DEPEND}
-       virtual/libintl
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-       dev-util/gtk-doc
-       dev-build/gtk-doc-am
-       >=sys-devel/gettext-0.19.8
-       >=dev-build/libtool-2.2.6:2
-       virtual/pkgconfig
-"
-
-src_configure() {
-       mate_src_configure \
-               --enable-locations-compression \
-               --disable-all-translations-in-one-xml \
-               --disable-icon-update
-}

Reply via email to