commit:     660b6ec31becfe47564f2e12da27edfc672e0c82
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 17:05:24 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 17:05:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660b6ec3

x11-misc/meteo: Delete

Closes: https://bugs.gentoo.org/893720 (pkgremoved)
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/package.mask               |  5 ----
 x11-misc/meteo/Manifest             |  2 --
 x11-misc/meteo/metadata.xml         | 11 --------
 x11-misc/meteo/meteo-0.9.9.2.ebuild | 56 -------------------------------------
 x11-misc/meteo/meteo-0.9.9.3.ebuild | 56 -------------------------------------
 5 files changed, 130 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 7bd9c56e7890..09795bce42ba 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -249,11 +249,6 @@ media-libs/oneVPL-cpu
 # Removal on 2025-06-21.  Bug #893668.
 net-libs/webkit-gtk:4
 
-# Pacho Ramos <[email protected]> (2025-05-22)
-# Needs porting to libsoup 3.0, relies on webkit-gtk:4
-# Removal on 2025-06-21.  Bug #893720.
-x11-misc/meteo
-
 # Sam James <[email protected]> (2025-05-22)
 # Introduces REQUIRED_USE that needs more discussion (bug #956402)
 =media-gfx/gimp-3.0.2-r2

diff --git a/x11-misc/meteo/Manifest b/x11-misc/meteo/Manifest
deleted file mode 100644
index 1fab64fdf974..000000000000
--- a/x11-misc/meteo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST meteo-0.9.9.2.tar.bz2 609059 BLAKE2B 
77557c28c755065f5b2da6cef429df96342c67217650f3ca3e5282f14c93d095b0e4c3f7b5cdfd62374f41e543cce14080d85291019e4336acc5d9f8f09e06c9
 SHA512 
96f05fb2b84d0be73eb26e101edf2a03345a06c79a86ec6c9f5acbe8b32e4fbaf6f4d7b59b65eb69f4db8667e1178d5641792b259cf23c46d4dcaee8a2243a5a
-DIST meteo-0.9.9.3.tar.bz2 607894 BLAKE2B 
02e52617a892ea96876f7024b090436cb32d45488e0112441adfba3b2cf6b11d83aea96aee97800cd4e30e5ad40531c801ee29d6d82dc24a5df78b6a3ef3a4ff
 SHA512 
6066ff8cf99839ba62842d9da14a31afe2a494ac25f5eb68335160dd9a942c008815548add4dd100c454f4f02d1f7f1f575d57afe40426352bd185fe79f8fff6

diff --git a/x11-misc/meteo/metadata.xml b/x11-misc/meteo/metadata.xml
deleted file mode 100644
index 82e7a6d88640..000000000000
--- a/x11-misc/meteo/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-       <email>[email protected]</email>
-       <name>Pacho Ramos</name>
-</maintainer>
-<upstream>
-       <remote-id type="gitlab">bitseater/meteo</remote-id>
-</upstream>
-</pkgmetadata>

diff --git a/x11-misc/meteo/meteo-0.9.9.2.ebuild 
b/x11-misc/meteo/meteo-0.9.9.2.ebuild
deleted file mode 100644
index 043a307df6fa..000000000000
--- a/x11-misc/meteo/meteo-0.9.9.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..12} )
-inherit gnome2-utils meson python-any-r1 vala xdg
-
-DESCRIPTION="Forecast application using OpenWeatherMap API"
-HOMEPAGE="https://gitlab.com/bitseater/meteo";
-SRC_URI="https://gitlab.com/bitseater/meteo/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-# One test needs network (#828052), the other simply checks desktop file
-# validation, that we also test with our QA tests
-RESTRICT="test"
-
-DEPEND="
-       dev-libs/libayatana-appindicator:0
-       dev-libs/glib:2
-       dev-libs/json-glib
-       net-libs/libsoup:2.4
-       net-libs/webkit-gtk:4
-       x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}
-       gnome-base/gsettings-desktop-schemas
-       x11-themes/hicolor-icon-theme
-"
-BDEPEND="${PYTHON_DEPS}
-       dev-libs/appstream-glib
-       virtual/pkgconfig
-       $(vala_depend)
-"
-
-src_configure() {
-       vala_setup
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-       dosym com.gitlab.bitseater.meteo /usr/bin/meteo
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

diff --git a/x11-misc/meteo/meteo-0.9.9.3.ebuild 
b/x11-misc/meteo/meteo-0.9.9.3.ebuild
deleted file mode 100644
index 9acbc869e417..000000000000
--- a/x11-misc/meteo/meteo-0.9.9.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-inherit gnome2-utils meson python-any-r1 vala xdg
-
-DESCRIPTION="Forecast application using OpenWeatherMap API"
-HOMEPAGE="https://gitlab.com/bitseater/meteo";
-SRC_URI="https://gitlab.com/bitseater/meteo/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-# One test needs network (#828052), the other simply checks desktop file
-# validation, that we also test with our QA tests
-RESTRICT="test"
-
-DEPEND="
-       dev-libs/libayatana-appindicator:0
-       dev-libs/glib:2
-       dev-libs/json-glib
-       net-libs/libsoup:2.4
-       net-libs/webkit-gtk:4
-       x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}
-       gnome-base/gsettings-desktop-schemas
-       x11-themes/hicolor-icon-theme
-"
-BDEPEND="${PYTHON_DEPS}
-       dev-libs/appstream-glib
-       virtual/pkgconfig
-       $(vala_depend)
-"
-
-src_configure() {
-       vala_setup
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-       dosym com.gitlab.bitseater.meteo /usr/bin/meteo
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

Reply via email to