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 D99EB158020 for ; Tue, 11 Oct 2022 18:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACB0DE07B2; Tue, 11 Oct 2022 18:19:32 +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 8EB29E07B2 for ; Tue, 11 Oct 2022 18:19:32 +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 8F2A43411AA for ; Tue, 11 Oct 2022 18:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E17055EC for ; Tue, 11 Oct 2022 18:19:29 +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: <1665511688.89f4cf3eafcf5714011f155a16f52afccd0697b9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-irc/polari/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/polari/Manifest net-irc/polari/polari-43.0.ebuild profiles/package.mask X-VCS-Directories: net-irc/polari/ profiles/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 89f4cf3eafcf5714011f155a16f52afccd0697b9 X-VCS-Branch: master Date: Tue, 11 Oct 2022 18:19:29 +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: 51cdb05e-a766-4154-8b46-a8b48a82cd1f X-Archives-Hash: f827afb3c51af32b6b9381ef04794cf7 commit: 89f4cf3eafcf5714011f155a16f52afccd0697b9 Author: Guillermo Joandet gmail com> AuthorDate: Tue Oct 11 17:07:34 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 11 18:08:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f4cf3e net-irc/polari: Version bump to 43.0 Closes: https://github.com/gentoo/gentoo/pull/27741 Signed-off-by: Guillermo Joandet gmail.com> Signed-off-by: Matt Turner gentoo.org> net-irc/polari/Manifest | 1 + net-irc/polari/polari-43.0.ebuild | 52 +++++++++++++++++++++++++++++++++++++++ profiles/package.mask | 1 + 3 files changed, 54 insertions(+) diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest index c69054076f10..0f9dc7c013fd 100644 --- a/net-irc/polari/Manifest +++ b/net-irc/polari/Manifest @@ -1 +1,2 @@ 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-43.0.ebuild b/net-irc/polari/polari-43.0.ebuild new file mode 100644 index 000000000000..873643dc14dc --- /dev/null +++ b/net-irc/polari/polari-43.0.ebuild @@ -0,0 +1,52 @@ +# 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.73.1 + + 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 +} diff --git a/profiles/package.mask b/profiles/package.mask index b4746616bf34..8bef01b460a2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -511,6 +511,7 @@ sys-devel/automake:1.11 >=mail-client/geary-43 >=media-gfx/gnome-photos-43 media-libs/libshumate +>=net-irc/polari-43 >=net-libs/gnome-online-accounts-3.46 >=net-libs/gssdp-1.6 >=net-libs/gupnp-1.6