From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1640123-garchives=archives.gentoo.org@lists.gentoo.org>
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 88ED915817D
	for <garchives@archives.gentoo.org>; Sat,  8 Jun 2024 07:27:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4EFB5E2A08;
	Sat,  8 Jun 2024 07:27:31 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2F7C8E2A08
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Jun 2024 07:27:31 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3790F33D3CF
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Jun 2024 07:27:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C184111DF
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Jun 2024 07:27:28 +0000 (UTC)
From: "Joe Kappus" <joe@wt.gd>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" <joe@wt.gd>
Message-ID: <1717831606.ae98af00cbbc48ccbbf28e6f346b5973ed458ca0.joe@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: net-nntp/pan/pan-0.158-r1.ebuild net-nntp/pan/pan-0.158.ebuild net-nntp/pan/pan-0.159.ebuild
X-VCS-Directories: net-nntp/pan/
X-VCS-Committer: joe
X-VCS-Committer-Name: Joe Kappus
X-VCS-Revision: ae98af00cbbc48ccbbf28e6f346b5973ed458ca0
X-VCS-Branch: dev
Date: Sat,  8 Jun 2024 07:27:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e53a0373-2aa8-487d-b1f3-9d32ea6309d4
X-Archives-Hash: 9c2d86bfa018322c352651860d7507cd

commit:     ae98af00cbbc48ccbbf28e6f346b5973ed458ca0
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sat Jun  8 07:26:46 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sat Jun  8 07:26:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae98af00

net-nntp/pan: add missing dependencies

Closes: https://bugs.gentoo.org/933105
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 net-nntp/pan/pan-0.158-r1.ebuild | 59 ----------------------------------------
 net-nntp/pan/pan-0.158.ebuild    |  3 ++
 net-nntp/pan/pan-0.159.ebuild    |  3 ++
 3 files changed, 6 insertions(+), 59 deletions(-)

diff --git a/net-nntp/pan/pan-0.158-r1.ebuild b/net-nntp/pan/pan-0.158-r1.ebuild
deleted file mode 100644
index ac04f8371..000000000
--- a/net-nntp/pan/pan-0.158-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake gnome2
-
-DESCRIPTION="A newsreader for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/"
-SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
-S="${WORKDIR}/pan-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-#cmake broken https://gitlab.gnome.org/GNOME/pan/-/issues/184
-KEYWORDS=""
-IUSE="dbus gnome-keyring libnotify spell ssl"
-
-DEPEND="
-	>=dev-libs/glib-2.26:2
-	dev-libs/gmime:3.0
-	>=x11-libs/gtk+-3.00:3
-	gnome-keyring? (
-		>=app-crypt/gcr-3.20
-		>=app-crypt/libsecret-0.20
-	)
-	libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
-	spell? (
-		>=app-text/enchant-2.2.3:2
-		>=app-text/gtkspell-3.0.10:3 )
-	ssl? ( >=net-libs/gnutls-3:0= )
-	>=sys-libs/zlib-1.2.0
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	app-text/yelp-tools
-	>=sys-devel/gettext-0.19.7
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWANT_DBUS=$(usex dbus) \
-		-DWANT_GKR=$(usex gnome-keyring) \
-		-DWANT_GTKSPELL=$(usex spell) \
-		-DWANT_NOTIFY=$(usex libnotify) \
-		-DWANT_GNUTLS=$(usex ssl)
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-}

diff --git a/net-nntp/pan/pan-0.158.ebuild b/net-nntp/pan/pan-0.158.ebuild
index 28162dc66..e2a2d1237 100644
--- a/net-nntp/pan/pan-0.158.ebuild
+++ b/net-nntp/pan/pan-0.158.ebuild
@@ -28,6 +28,9 @@ DEPEND="
 		>=app-text/gtkspell-3.0.10:3 )
 	ssl? ( >=net-libs/gnutls-3:0= )
 	>=sys-libs/zlib-1.2.0
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/pango
 "
 RDEPEND="${DEPEND}"
 BDEPEND="

diff --git a/net-nntp/pan/pan-0.159.ebuild b/net-nntp/pan/pan-0.159.ebuild
index 341ce9596..16dddf936 100644
--- a/net-nntp/pan/pan-0.159.ebuild
+++ b/net-nntp/pan/pan-0.159.ebuild
@@ -29,6 +29,9 @@ DEPEND="
 		>=app-text/gtkspell-3.0.10:3 )
 	ssl? ( >=net-libs/gnutls-3:0= )
 	>=sys-libs/zlib-1.2.0
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/pango
 "
 RDEPEND="${DEPEND}"
 BDEPEND="