Revert "net-news/gfeeds: new package, add 2.2.0"

This reverts commit 6536561708.

Revert huge patch, please read my comments on github:
6536561708

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-10-05 09:02:54 +03:00
parent fd8a7f4c0b
commit 1587b7e077
5 changed files with 0 additions and 9314 deletions

View File

@@ -1 +0,0 @@
DIST gfeeds-2.2.0.tar.bz2 184323 BLAKE2B 47b259be8b788405e082250bf320ec91a5c199cfa75e20b4989d9b378e58dffb021c71677a9f31256cb8ef5c2dfd250ab1b09a3cf4e85a6f8c62098d154b7a41 SHA512 27409dd01a1ce59e9d5e4c6a3b34e63a0724c63a0db35390279d14287cbeef5578b266c316f7b170382a446ad0b280be3be7297ec6ee8739e3a4e1eff07a269c

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,63 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson
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"
PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch"
LICENSE="GPL-3"
SLOT="0"
IUSE="debug"
DEPEND="
dev-lang/python:3.11
gui-libs/gtk:4
gui-libs/libadwaita
dev-python/beautifulsoup4
dev-python/html5lib
dev-python/humanize
dev-python/pygments
dev-python/pillow
dev-python/pytz
dev-python/python-magic
dev-python/readability-lxml
dev-python/requests
~net-libs/syndication-domination-9999[python]
net-libs/webkit-gtk:6
"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-util/meson-0.58"
src_configure() {
local emesonargs=(
--buildtype $(usex debug debug release)
--prefix=/usr
)
meson_src_configure
}
src_compile() {
meson_src_compile
}
src_install() {
meson_src_install
}
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
}

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>brettalcox@gmail.com</email>
</maintainer>
<upstream>
<remote-id type="gnome-gitlab">World/gfeeds</remote-id>
</upstream>
</pkgmetadata>