From: "Joe Kappus" <joe@wt.gd>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/
Date: Wed, 3 Apr 2024 22:49:58 +0000 (UTC) [thread overview]
Message-ID: <1712184510.97b91e01ae220e1e5ccbd5ff4d99c0a76aef8a2c.joe@gentoo> (raw)
commit: 97b91e01ae220e1e5ccbd5ff4d99c0a76aef8a2c
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Apr 3 22:48:25 2024 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Apr 3 22:48:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97b91e01
net-nntp/pan: add 0.157
There will be a -r1 at some point, upstream unfortunately moved to
cmake and this is the last release that supports autotools and cmake.
I will adapt it soon, but this bump is fully functional.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
net-nntp/pan/Manifest | 1 +
net-nntp/pan/pan-0.157.ebuild | 56 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index 8f78cccdb4..3ccfa17b97 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,2 +1,3 @@
DIST pan-v0.154.tar.bz2 1787849 BLAKE2B fca621408ae0d6720de85e179e840fe445ac4945881e82bf7e2697b39da77ab36ffe990ad8b7887b9fc3a03b5edeee8fa7d6597ae3cf0efb0c35f6e4cfb28242 SHA512 af3fe526d4bc0f0011ec52e32f95bf872925ab81c94f2b742fb192f49a012e495299ab3be4400ce626d81ab6e176c0bd83dfed4037fe9ab7863fa1c4fe3c1bf6
DIST pan-v0.155.tar.bz2 1797355 BLAKE2B 262123f73a79677640c7a98f4917d037fad27a644a5f9f4d63b7460d31f8a68c346da9d5521a3b54ac13df53c99fd97864f7cb2795135f6e675fb74cd8321d47 SHA512 85605a76dad1868926cc021a4642c40dca737b0fb77410c4e82981bf02e8157f8347518fccc82157804e89bd0786863a00bd1cc963637da3a54b82043e9c15f0
+DIST pan-v0.157.tar.bz2 1819034 BLAKE2B 0e28184050ce4e2a62ef6f273ce06ccb25a61bd380a7790a9236aab63b3f4e381fd4d4881c922d0fef4f228cc92a72c868a1ad19fe684a0ab2f02af65ff0e57d SHA512 f15c139756467c4a9b241ad4efab8df611d8a2533597a9b3d275410a7cb6ed4575430ff200be442792fc2170b4580898aed269a26e3d63c109bae62ea2d41978
diff --git a/net-nntp/pan/pan-0.157.ebuild b/net-nntp/pan/pan-0.157.ebuild
new file mode 100644
index 0000000000..f1e8285fee
--- /dev/null
+++ b/net-nntp/pan/pan-0.157.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="dbus gnome-keyring libnotify nls 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
+"
+
+S="${WORKDIR}/pan-v${PV}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local myconf=(
+ $(use_with dbus) \
+ $(use_enable gnome-keyring gkr) \
+ $(use_enable nls) \
+ $(use_with spell gtkspell) \
+ $(use_enable libnotify) \
+ $(use_with ssl gnutls)
+ )
+
+ gnome2_src_configure "${myconf[@]}"
+}
next reply other threads:[~2024-04-03 22:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-03 22:49 Joe Kappus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 5:43 [gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/ Joe Kappus
2025-02-18 5:43 Joe Kappus
2024-11-15 4:37 Joe Kappus
2024-08-30 6:57 Joe Kappus
2024-08-30 6:57 Joe Kappus
2024-06-10 6:29 Joe Kappus
2024-06-09 16:29 Joe Kappus
2024-06-09 8:06 Joe Kappus
2024-06-08 7:27 Joe Kappus
2024-06-08 7:27 Joe Kappus
2024-06-08 7:19 Joe Kappus
2024-04-16 10:41 Joe Kappus
2024-04-03 22:52 Joe Kappus
2024-04-03 22:52 Joe Kappus
2023-11-05 20:08 Joe Kappus
2023-05-28 7:35 Joe Kappus
2023-01-24 10:32 Joe Kappus
2023-01-24 2:19 Joe Kappus
2023-01-17 20:23 Joe Kappus
2023-01-17 4:41 Joe Kappus
2023-01-16 10:41 Joe Kappus
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=1712184510.97b91e01ae220e1e5ccbd5ff4d99c0a76aef8a2c.joe@gentoo \
--to=joe@wt.gd \
--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