commit:     2434dc80c9857aae8111ff7e185fb3f94269dd2a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 13:25:45 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 13:50:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2434dc80

x11-misc/meteo: drop 0.9.9.1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-misc/meteo/meteo-0.9.9.1.ebuild | 57 -------------------------------------
 1 file changed, 57 deletions(-)

diff --git a/x11-misc/meteo/meteo-0.9.9.1.ebuild 
b/x11-misc/meteo/meteo-0.9.9.1.ebuild
deleted file mode 100644
index 6f69fd93946c..000000000000
--- a/x11-misc/meteo/meteo-0.9.9.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-
-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.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-       dev-libs/libappindicator:3
-       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
-       dev-util/intltool
-       virtual/pkgconfig
-"
-
-# One test needs network (#828052), the other simply checks desktop file
-# validation, that we also test with our QA tests
-RESTRICT="test"
-
-src_prepare() {
-       default
-       vala_src_prepare
-}
-
-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