public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/pan/
Date: Sun, 29 May 2016 12:42:27 +0000 (UTC)	[thread overview]
Message-ID: <1464525713.b3d351a40857524024e508410a3b64a92d7a342a.pacho@gentoo> (raw)

commit:     b3d351a40857524024e508410a3b64a92d7a342a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 12:35:12 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 29 12:41:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d351a4

net-nntp/pan: Version bump

Package-Manager: portage-2.3.0_rc1

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

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index ac377db..e72e22c 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1 +1,2 @@
 DIST pan-0.139.tar.bz2 1523907 SHA256 bf5f320f997f582d7ac823e3e854393307161a92e7014d2135e6e2674d144bb9 SHA512 7c6c5f3f54de475e0b5778cc33b6c46f18cb1100d89eab6ea2a6279492cb95a85226ccd6dba1abb43092b78f7cb100cea3215edb21c7813d624e84104b119a81 WHIRLPOOL b8c05cdabff893895370128dad53e19e29a348f3921c394af1a26210ebd9b89e4772dfb926685a549fc9d667c6cdc39fdf32b043a8761488f9f3a77d52aa52df
+DIST pan-0.140.tar.bz2 1563454 SHA256 ba1c65ee75b9eca1f15f6249ea762492309731446edc8b09085b63ad34351c71 SHA512 25936862ec566aa697ce99455320be7e28a341fa9c1ffe3b156d69f242e54e4cf5c454286f59b703aab9aebb0938f3923363a44b36228b4e99fe16e0a0724c9e WHIRLPOOL 3ade64d51148b6adac0c882424ad0b168bed79bcfb38fe2ab51fc9a3c238ac4f2acb2f23ccf64a462566652d7aa71715eb08d85eae11e2685fafb9a48a91e949

diff --git a/net-nntp/pan/pan-0.140.ebuild b/net-nntp/pan/pan-0.140.ebuild
new file mode 100644
index 0000000..4cc36ed
--- /dev/null
+++ b/net-nntp/pan/pan-0.140.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils 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 ~x86-fbsd"
+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
+		>=app-text/gtkspell-2.0.7:2 )
+	ssl? ( >=net-libs/gnutls-3:0= )
+"
+DEPEND="${RDEPEND}
+	app-text/gnome-doc-utils
+	>=dev-util/intltool-0.35.5
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_configure() {
+	# Wait for webkitgtk4 support
+	# gtk3 support is still not ready (follow what Fedora does)
+	gnome2_src_configure \
+		--without-gtk3 \
+		--without-webkit \
+		$(use_with dbus) \
+		$(use_enable gnome-keyring gkr) \
+		$(use_with spell gtkspell) \
+		$(use_enable libnotify) \
+		$(use_with ssl gnutls)
+}


             reply	other threads:[~2016-05-29 12:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-29 12:42 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-21 15:35 [gentoo-commits] repo/gentoo:master commit in: net-nntp/pan/ Mart Raudsepp
2020-02-07 22:44 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-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=1464525713.b3d351a40857524024e508410a3b64a92d7a342a.pacho@gentoo \
    --to=pacho@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