From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81C8515800F for ; Tue, 3 Jan 2023 14:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 432E4E086F; Tue, 3 Jan 2023 14:08:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB6C1E0867 for ; Tue, 3 Jan 2023 14:08:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9239340BC9 for ; Tue, 3 Jan 2023 14:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E048C7E8 for ; Tue, 3 Jan 2023 14:08:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1672754872.9466fe92b91db7ae2d2f6aa498b0b5d3b010b400.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/polari/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/polari/Manifest net-irc/polari/polari-42.0.ebuild X-VCS-Directories: net-irc/polari/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9466fe92b91db7ae2d2f6aa498b0b5d3b010b400 X-VCS-Branch: master Date: Tue, 3 Jan 2023 14:08:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de7c2914-88f4-45d3-bbbb-9fea63ff17bf X-Archives-Hash: 044dbc05ab7d5934d4565cdf5084701e commit: 9466fe92b91db7ae2d2f6aa498b0b5d3b010b400 Author: Matt Turner gentoo org> AuthorDate: Tue Jan 3 03:58:28 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 3 14:07:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9466fe92 net-irc/polari: Drop old versions Signed-off-by: Matt Turner gentoo.org> net-irc/polari/Manifest | 1 - net-irc/polari/polari-42.0.ebuild | 52 --------------------------------------- 2 files changed, 53 deletions(-) diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest index 0f9dc7c013fd..cc54967398b0 100644 --- a/net-irc/polari/Manifest +++ b/net-irc/polari/Manifest @@ -1,2 +1 @@ -DIST polari-42.0.tar.xz 1125160 BLAKE2B e4edeb2023c2df2e1ad855ceea4dc9e646eca18da61643698410724d1fbe031ee609a30e139b2ab2ad6ddf22d1a4ea0b408b4b93d7ac8874c35c9d49f96f16bd SHA512 a64e1841d91809389af4b1f7eebd1b1e187f9e5f7058a84ab3b50bbbdc3786a7ec89bd4ccc4935473d1de1c40f6dbd6daf30b6bff48dd132e28a4be3e8bfb114 DIST polari-43.0.tar.xz 1128316 BLAKE2B 224c70d77ad772aacc5264b2ff15b9371cbfb47bcdaef3b3fd6b55b86e48947b960773e9568f3a6830b1958b2d901ec9d3e3da3cd3fb1c6341a5fa7d34ab5014 SHA512 ff1d96f7e464043616760f378136c3dfb1b5fc3fce3d24fe067540ce0a306d76027681f085ad0030959a6b1653d9f0291e108457305c16849936ab25861fe285 diff --git a/net-irc/polari/polari-42.0.ebuild b/net-irc/polari/polari-42.0.ebuild deleted file mode 100644 index c423aa098f2c..000000000000 --- a/net-irc/polari/polari-42.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 - net-libs/telepathy-glib[introspection] - >=dev-libs/gobject-introspection-1.50:= - >=dev-libs/gjs-1.69.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-libs/json-glib - ) -" - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}