Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/polari/
Date: Tue, 03 Jan 2023 14:08:21
Message-Id: 1672754872.9466fe92b91db7ae2d2f6aa498b0b5d3b010b400.mattst88@gentoo
1 commit: 9466fe92b91db7ae2d2f6aa498b0b5d3b010b400
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 03:58:28 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 14:07:52 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9466fe92
7
8 net-irc/polari: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-irc/polari/Manifest | 1 -
13 net-irc/polari/polari-42.0.ebuild | 52 ---------------------------------------
14 2 files changed, 53 deletions(-)
15
16 diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
17 index 0f9dc7c013fd..cc54967398b0 100644
18 --- a/net-irc/polari/Manifest
19 +++ b/net-irc/polari/Manifest
20 @@ -1,2 +1 @@
21 -DIST polari-42.0.tar.xz 1125160 BLAKE2B e4edeb2023c2df2e1ad855ceea4dc9e646eca18da61643698410724d1fbe031ee609a30e139b2ab2ad6ddf22d1a4ea0b408b4b93d7ac8874c35c9d49f96f16bd SHA512 a64e1841d91809389af4b1f7eebd1b1e187f9e5f7058a84ab3b50bbbdc3786a7ec89bd4ccc4935473d1de1c40f6dbd6daf30b6bff48dd132e28a4be3e8bfb114
22 DIST polari-43.0.tar.xz 1128316 BLAKE2B 224c70d77ad772aacc5264b2ff15b9371cbfb47bcdaef3b3fd6b55b86e48947b960773e9568f3a6830b1958b2d901ec9d3e3da3cd3fb1c6341a5fa7d34ab5014 SHA512 ff1d96f7e464043616760f378136c3dfb1b5fc3fce3d24fe067540ce0a306d76027681f085ad0030959a6b1653d9f0291e108457305c16849936ab25861fe285
23
24 diff --git a/net-irc/polari/polari-42.0.ebuild b/net-irc/polari/polari-42.0.ebuild
25 deleted file mode 100644
26 index c423aa098f2c..000000000000
27 --- a/net-irc/polari/polari-42.0.ebuild
28 +++ /dev/null
29 @@ -1,52 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit gnome.org gnome2-utils meson xdg
36 -
37 -DESCRIPTION="An IRC client for GNOME"
38 -HOMEPAGE="https://wiki.gnome.org/Apps/Polari https://gitlab.gnome.org/GNOME/polari"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~arm x86"
43 -IUSE="test"
44 -RESTRICT="!test? ( test )"
45 -
46 -DEPEND="
47 - >=dev-libs/glib-2.43.4:2
48 - net-libs/telepathy-glib[introspection]
49 - >=dev-libs/gobject-introspection-1.50:=
50 - >=dev-libs/gjs-1.69.2
51 -
52 - x11-libs/gdk-pixbuf:2[introspection]
53 - >=app-text/gspell-1.4.0[introspection]
54 - x11-libs/pango[introspection]
55 - app-crypt/libsecret[introspection]
56 - net-libs/libsoup:2.4[introspection]
57 - net-im/telepathy-logger[introspection]
58 -"
59 -RDEPEND="${DEPEND}
60 - >=net-irc/telepathy-idle-0.2
61 -"
62 -BDEPEND="
63 - dev-libs/appstream-glib
64 - dev-libs/libxml2:2
65 - dev-util/itstool
66 - >=sys-devel/gettext-0.19.8
67 - virtual/pkgconfig
68 - test? (
69 - dev-libs/json-glib
70 - )
71 -"
72 -
73 -pkg_postinst() {
74 - xdg_pkg_postinst
75 - gnome2_schemas_update
76 -}
77 -
78 -pkg_postrm() {
79 - xdg_pkg_postrm
80 - gnome2_schemas_update
81 -}