commit:     f42548b8ab73ddee5e9c4f5cf457b4756b16d6b2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 01:37:36 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 01:58:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42548b8

net-irc/polari: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-irc/polari/Manifest                            |  1 -
 .../files/40.0-fix-build-with-meson-0.61.1.patch   | 45 -----------------
 net-irc/polari/polari-40.0.ebuild                  | 58 ----------------------
 3 files changed, 104 deletions(-)

diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
index 7eb1fcdab30e..c69054076f10 100644
--- a/net-irc/polari/Manifest
+++ b/net-irc/polari/Manifest
@@ -1,2 +1 @@
-DIST polari-40.0.tar.xz 1051416 BLAKE2B 
ea6aea087ff3ba74e2cf16e848c228c0984eb7e5b7cc16579bbe8ceeb3655babb5dfbf3adbe245b66b590999c5b7e0077630b659d0db00e2da6ce0ac8b0281da
 SHA512 
267eb904286f33e6ac510357de072285889d1c72ca832eb6a8520a20b1c2487708eaa0187d4c91b46b3b8019866f37a9ac036a71dee9cd9c9ad83443df0f146c
 DIST polari-42.0.tar.xz 1125160 BLAKE2B 
e4edeb2023c2df2e1ad855ceea4dc9e646eca18da61643698410724d1fbe031ee609a30e139b2ab2ad6ddf22d1a4ea0b408b4b93d7ac8874c35c9d49f96f16bd
 SHA512 
a64e1841d91809389af4b1f7eebd1b1e187f9e5f7058a84ab3b50bbbdc3786a7ec89bd4ccc4935473d1de1c40f6dbd6daf30b6bff48dd132e28a4be3e8bfb114

diff --git a/net-irc/polari/files/40.0-fix-build-with-meson-0.61.1.patch 
b/net-irc/polari/files/40.0-fix-build-with-meson-0.61.1.patch
deleted file mode 100644
index 2decad2dc23f..000000000000
--- a/net-irc/polari/files/40.0-fix-build-with-meson-0.61.1.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-https://gitlab.gnome.org/GNOME/polari/-/commit/0f0a4b54142d8b424969f0b6ace6fc8b53b1d05d
-https://bugs.gentoo.org/831922
-
-From: Jan Beich <[email protected]>
-Date: Mon, 24 Jan 2022 12:32:00 +0000
-Subject: [PATCH] meson: Drop unused argument for i18n.merge_file()
-
-Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
-
-data/appdata/meson.build:2:0: ERROR: Function does not take positional 
arguments.
-data/meson.build:5:0: ERROR: Function does not take positional arguments.
-
-Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/242>
----
- data/appdata/meson.build | 2 +-
- data/meson.build         | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/appdata/meson.build b/data/appdata/meson.build
-index 88b4a0be..781ba22f 100644
---- a/data/appdata/meson.build
-+++ b/data/appdata/meson.build
-@@ -1,5 +1,5 @@
- appdata_name = app_id + '.appdata.xml'
--appdata = i18n.merge_file(appdata_name,
-+appdata = i18n.merge_file(
-   input: appdata_name + '.in',
-   output: appdata_name,
-   po_dir: '../../po',
-diff --git a/data/meson.build b/data/meson.build
-index cedfd57b..655ae700 100644
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -2,7 +2,7 @@ subdir('appdata')
- subdir('icons')
- 
- desktop_filename = app_id + '.desktop'
--desktop_file = i18n.merge_file(desktop_filename,
-+desktop_file = i18n.merge_file(
-   input: desktop_filename + '.in',
-   output: desktop_filename,
-   po_dir: '../po',
--- 
-GitLab
-

diff --git a/net-irc/polari/polari-40.0.ebuild 
b/net-irc/polari/polari-40.0.ebuild
deleted file mode 100644
index fca653dc7065..000000000000
--- a/net-irc/polari/polari-40.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="An IRC client for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Polari 
https://gitlab.gnome.org/GNOME/polari";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       >=dev-libs/glib-2.43.4:2
-       >=x11-libs/gtk+-3.21.6:3[introspection]
-       net-libs/telepathy-glib[introspection]
-       >=dev-libs/gobject-introspection-1.50:=
-       >=dev-libs/gjs-1.67.2
-
-       x11-libs/gdk-pixbuf:2[introspection]
-       >=app-text/gspell-1.4.0[introspection]
-       x11-libs/pango[introspection]
-       app-crypt/libsecret[introspection]
-       net-libs/libsoup:2.4[introspection]
-       net-im/telepathy-logger[introspection]
-"
-RDEPEND="${DEPEND}
-       >=net-irc/telepathy-idle-0.2
-"
-BDEPEND="
-       dev-libs/appstream-glib
-       dev-libs/libxml2:2
-       dev-util/itstool
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       test? (
-               dev-lang/spidermonkey:78
-               dev-libs/json-glib
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PV}"-fix-build-with-meson-0.61.1.patch
-)
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

Reply via email to