public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/pan/
Date: Sat, 21 Nov 2020 15:35:11 +0000 (UTC)	[thread overview]
Message-ID: <1605972902.e45d8ed9b4b2dc31cc576031b7cf839212526f8f.leio@gentoo> (raw)

commit:     e45d8ed9b4b2dc31cc576031b7cf839212526f8f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 15:34:55 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 15:35:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45d8ed9

net-nntp/pan: bump to 0.146

Closes: https://bugs.gentoo.org/743025
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 net-nntp/pan/Manifest         |  1 +
 net-nntp/pan/pan-0.146.ebuild | 48 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index e75bf57877f..220106490ae 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1 +1,2 @@
 DIST pan-0.145.tar.bz2 2307162 BLAKE2B 09535013d8c2fb511b8c79ef185880b69a3f948d0e168b4fb8acc4d3d07d94fb756df171d003b12e1baef3201e2b8be22d583bb9ff551a5ae22f464feaa6f077 SHA512 3dc92d519158ddd480fc43250bf7a3ec67a877e58b0877c02b99f1dfd968bf18c9a20c3d8c4b6acab4132da89b6b91dd2992616ddf46c1c3f9aa0de8f8ee1949
+DIST pan-0.146.tar.bz2 2309326 BLAKE2B 327582ddcf293f4f5dbd15e30b2c604173b4b5a7c249f4d7cc4181d403b0b397257b017a6a0f65f5ad8da369da427b79e7e7de1aaca1a9af8613863380918148 SHA512 6eb2cdf60bb8cc36b53448edd90ccd3d17d7eb9a96958f6d549ee457578d63edfaababd838009be42e2787bdbac64893eb101170a7d394b05b4c4ee095975810

diff --git a/net-nntp/pan/pan-0.146.ebuild b/net-nntp/pan/pan-0.146.ebuild
new file mode 100644
index 00000000000..825f855de58
--- /dev/null
+++ b/net-nntp/pan/pan-0.146.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A newsreader for GNOME"
+HOMEPAGE="http://pan.rebelbase.com/"
+SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="dbus gnome-keyring libnotify spell ssl"
+
+RDEPEND="
+	>=dev-libs/glib-2.26:2
+	dev-libs/gmime:2.6
+	>=sys-libs/zlib-1.2.0
+	>=x11-libs/gtk+-2.16:2
+	gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 )
+	libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
+	spell? (
+		>=app-text/enchant-1.6:0/0
+		>=app-text/gtkspell-2.0.7:2 )
+	ssl? ( >=net-libs/gnutls-3:0= )
+"
+DEPEND="${RDEPEND}
+	app-text/yelp-tools
+	>=sys-devel/gettext-0.19.7
+	virtual/pkgconfig
+"
+
+src_configure() {
+	# Wait for webkitgtk4 support
+	# gtk3 support is still not ready (follow what Fedora does)
+	# gmime:3.0 support claimed to be experimental still in 0.145, waiting with it until it's not experimental anymore or we work towards removing :2.6
+	gnome2_src_configure \
+		--with-yelp-tools \
+		--without-gtk3 \
+		--without-gmime30 \
+		--without-webkit \
+		$(use_with dbus) \
+		$(use_enable gnome-keyring gkr) \
+		$(use_with spell gtkspell) \
+		$(use_enable libnotify) \
+		$(use_with ssl gnutls)
+}


             reply	other threads:[~2020-11-21 15:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-21 15:35 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-07 22:44 [gentoo-commits] repo/gentoo:master commit in: net-nntp/pan/ Mart Raudsepp
2019-10-11 15:37 Michał Górny
2019-04-27 16:33 Mart Raudsepp
2019-04-25 13:35 Lars Wendler
2019-01-08 22:12 Mart Raudsepp
2019-01-08 20:06 Sergei Trofimovich
2018-12-02 14:29 Mikle Kolyada
2018-12-02 10:12 Mikle Kolyada
2018-07-16 10:15 Mart Raudsepp
2017-12-28 10:15 Mart Raudsepp
2017-12-27 23:12 Sergei Trofimovich
2017-12-19 19:14 Thomas Deutschmann
2017-12-16 14:04 Tobias Klausmann
2017-10-30 22:26 Mart Raudsepp
2017-08-27 17:57 Gilles Dartiguelongue
2017-03-16 13:24 Jeroen Roovers
2017-02-11 18:31 Pacho Ramos
2017-01-22 13:53 Pacho Ramos
2016-08-12  3:50 Jeroen Roovers
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-05-13 14:51 Agostino Sarubbo
2015-11-18  5:47 Jeroen Roovers
2015-11-11  8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1605972902.e45d8ed9b4b2dc31cc576031b7cf839212526f8f.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox