public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/
Date: Thu, 01 May 2025 15:37:25 +0000 (UTC)	[thread overview]
Message-ID: <1746113790.3d10a16aec9e0500ff3d977faec3f455663d8215.cybertailor@gentoo> (raw)

commit:     3d10a16aec9e0500ff3d977faec3f455663d8215
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May  1 12:33:28 2025 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May  1 15:36:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d10a16a

net-news/gfeeds: drop 2.2.0-r1, 2.2.0-r2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-news/gfeeds/gfeeds-2.2.0-r1.ebuild | 72 ---------------------------------
 net-news/gfeeds/gfeeds-2.2.0-r2.ebuild | 73 ----------------------------------
 2 files changed, 145 deletions(-)

diff --git a/net-news/gfeeds/gfeeds-2.2.0-r1.ebuild b/net-news/gfeeds/gfeeds-2.2.0-r1.ebuild
deleted file mode 100644
index a8d39b15b..000000000
--- a/net-news/gfeeds/gfeeds-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_11 )
-
-inherit gnome2-utils meson python-single-r1
-
-DESCRIPTION="An RSS/Atom feed reader for GNOME."
-HOMEPAGE="https://gitlab.gnome.org/World/gfeeds"
-SRC_URI="https://gitlab.gnome.org/World/gfeeds/-/archive/${PV}/${P}.tar.bz2"
-
-# This fixes 1 syntax-related compilation error and syntax warnings (usage of $)
-PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-		dev-python/html5lib[${PYTHON_USEDEP}]
-		dev-python/humanize[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/pygments[${PYTHON_USEDEP}]
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-		dev-python/python-magic[${PYTHON_USEDEP}]
-		dev-python/pytz[${PYTHON_USEDEP}]
-		dev-python/readability-lxml[${PYTHON_USEDEP}]
-		dev-python/requests[${PYTHON_USEDEP}]
-	')
-	dev-util/blueprint-compiler
-	gui-libs/gtk:4
-	gui-libs/libadwaita
-	net-libs/syndication-domination[python]
-	net-libs/webkit-gtk:6
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-build/meson-0.58"
-
-src_configure() {
-	local emesonargs=(
-		--prefix=/usr
-	)
-	meson_src_configure
-}
-
-src_compile() {
-	meson_src_compile
-}
-
-src_install() {
-	meson_src_install
-	python_fix_shebang "${D}"/usr/bin/gfeeds
-	python_optimize "${ED}"/usr
-}
-
-pkg_postinst() {
-	gnome2_schemas_update
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-}

diff --git a/net-news/gfeeds/gfeeds-2.2.0-r2.ebuild b/net-news/gfeeds/gfeeds-2.2.0-r2.ebuild
deleted file mode 100644
index 4b5ede222..000000000
--- a/net-news/gfeeds/gfeeds-2.2.0-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_11 )
-
-inherit gnome2-utils meson python-single-r1
-
-DESCRIPTION="An RSS/Atom feed reader for GNOME."
-HOMEPAGE="https://gitlab.gnome.org/World/gfeeds"
-SRC_URI="https://gitlab.gnome.org/World/gfeeds/-/archive/${PV}/${P}.tar.bz2"
-
-# This fixes 1 syntax-related compilation error and syntax warnings (usage of $)
-PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-		dev-python/html5lib[${PYTHON_USEDEP}]
-		dev-python/humanize[${PYTHON_USEDEP}]
-		dev-python/lxml-html-clean[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/pygments[${PYTHON_USEDEP}]
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-		dev-python/python-magic[${PYTHON_USEDEP}]
-		dev-python/pytz[${PYTHON_USEDEP}]
-		dev-python/readability-lxml[${PYTHON_USEDEP}]
-		dev-python/requests[${PYTHON_USEDEP}]
-	')
-	dev-util/blueprint-compiler
-	gui-libs/gtk:4
-	gui-libs/libadwaita
-	net-libs/syndication-domination[python]
-	net-libs/webkit-gtk:6
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-build/meson-0.58"
-
-src_configure() {
-	local emesonargs=(
-		--prefix=/usr
-	)
-	meson_src_configure
-}
-
-src_compile() {
-	meson_src_compile
-}
-
-src_install() {
-	meson_src_install
-	python_fix_shebang "${D}"/usr/bin/gfeeds
-	python_optimize "${ED}"/usr
-}
-
-pkg_postinst() {
-	gnome2_schemas_update
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-}


             reply	other threads:[~2025-05-01 15:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-01 15:37 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-02 15:39 [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/ Brett Alcox
2024-05-11  0:36 Brett Alcox
2024-03-12  0:18 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-11 23:02 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-11 23:26 Julien Roy
2024-03-11 23:02 Julien Roy
2023-10-05 19:37 Brett Alcox
2023-10-05 17:05 Brett Alcox

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=1746113790.3d10a16aec9e0500ff3d977faec3f455663d8215.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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