public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-nntp/pan/
Date: Fri, 30 Aug 2024 13:16:14 +0000 (UTC)	[thread overview]
Message-ID: <1725001048.99cd34af6a988e0cf625da53e360e11c08adbb46.davidroman@gentoo> (raw)

commit:     99cd34af6a988e0cf625da53e360e11c08adbb46
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Fri Aug 30 06:57:28 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug 30 06:57:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99cd34af

net-nntp/pan: drop 0.158, 0.158-r1, 0.159

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 net-nntp/pan/Manifest            |  1 -
 net-nntp/pan/pan-0.158-r1.ebuild | 58 -------------------------------
 net-nntp/pan/pan-0.158.ebuild    | 58 -------------------------------
 net-nntp/pan/pan-0.159.ebuild    | 75 ----------------------------------------
 4 files changed, 192 deletions(-)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index 7a820c711..2203427fb 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,3 +1,2 @@
-DIST pan-v0.158.tar.bz2 1819095 BLAKE2B 4adb51f99f795e23a7f6d67d59c9e120a913e54c38b6dfd200859f1655657076dfd57f400fb221923b5c0d2d1a376faba13102e494f1a8515b289fe115d23647 SHA512 d2c12d92c5715ac585a8da340cb5ca03783a116ae64d2fc0dda7f7603ccb11783a78e4bbb5a4daf90605d401b78c2b3b80ddd8d0106ae8e60c38b0d2f4ab389d
 DIST pan-v0.159.tar.bz2 1810262 BLAKE2B 1f5a932bb771324b23054665ea181fb1130e2709a2a202c27d56058c57868d6897e957e317c5822ad245f79157284d4c99975d57cc73f52cd0e807bc1f60ea6f SHA512 c05bb2b79daac11e78c1f56205517da7c5526111d2684e8bae3400117226a8a6c9c69d489cf218892c82060a6d72b888172ae8922ad7c38af658f5772d4893c9
 DIST pan-v0.160.tar.bz2 1810939 BLAKE2B 134068f374f0b126968e237448e2698b8d10d0993fe3d4c569447814d0d903db9c3970a6f0b1847ac0778f997b110cc7d25fc6f69d4e69c869d61f61d7b0d0be SHA512 bc352cfeb252210bb0095b4b616115a4c9d0372c49bb774d3574f0b489824f1512394b0e635e43159694f58d530a3e4e6d95ec0227951a1b78224f4cea9ba33a

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 e2a2d1237..000000000
--- a/net-nntp/pan/pan-0.158-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 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"
-S="${WORKDIR}/pan-v${PV}"
-
-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
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/pango
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	app-text/yelp-tools
-	>=sys-devel/gettext-0.19.7
-	virtual/pkgconfig
-"
-
-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[@]}"
-}

diff --git a/net-nntp/pan/pan-0.158.ebuild b/net-nntp/pan/pan-0.158.ebuild
deleted file mode 100644
index e2a2d1237..000000000
--- a/net-nntp/pan/pan-0.158.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 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"
-S="${WORKDIR}/pan-v${PV}"
-
-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
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/pango
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	app-text/yelp-tools
-	>=sys-devel/gettext-0.19.7
-	virtual/pkgconfig
-"
-
-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[@]}"
-}

diff --git a/net-nntp/pan/pan-0.159.ebuild b/net-nntp/pan/pan-0.159.ebuild
deleted file mode 100644
index 70141da76..000000000
--- a/net-nntp/pan/pan-0.159.ebuild
+++ /dev/null
@@ -1,75 +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"
-
-KEYWORDS="~amd64 ~arm64 ~x86"
-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
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/pango
-"
-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
-
-	# Since cmake apparently doesn't include the below automatically
-	local build_dir="${S%/*}/pan-v${PV}_build"
-	dolib.so "${build_dir}/pan/data/libdata.so"
-	dolib.so "${build_dir}/pan/data-impl/libdata-impl.so"
-	dolib.so "${build_dir}/pan/general/libgeneralutils.so"
-	dolib.so "${build_dir}/pan/tasks/libtasks.so"
-	dolib.so "${build_dir}/pan/usenet-utils/libusenet-utils.so"
-
-}
-
-src_test() {
-	# not doing tests. Bug #933860
-	einfo "Skipping tests..."
-}


             reply	other threads:[~2024-08-30 13:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-30 13:16 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15 16:09 [gentoo-commits] repo/proj/guru:master commit in: net-nntp/pan/ Julien Roy
2024-08-30 13:16 David Roman
2024-06-10 11:28 Julien Roy
2024-06-09 18:28 Julien Roy
2024-06-09 18:28 Julien Roy
2024-06-08 13:21 Julien Roy
2024-06-08 13:21 Julien Roy
2024-06-08 13:21 Julien Roy
2024-04-16 11:01 Julien Roy
2024-04-04 10:09 Florian Schmaus
2024-04-04 10:09 Florian Schmaus
2024-04-04 10:09 Florian Schmaus
2023-11-06 14:18 David Roman
2023-05-28 15:01 Viorel Munteanu
2023-01-24 14:59 Florian Schmaus
2023-01-24  9:10 Florian Schmaus

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=1725001048.99cd34af6a988e0cf625da53e360e11c08adbb46.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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