commit:     ffde19035431cb8837487094d8da291221733955
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 10:43:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 11:09:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffde1903

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  2 -
 net-news/rssguard/rssguard-4.5.3.ebuild | 66 ---------------------------------
 net-news/rssguard/rssguard-4.5.4.ebuild | 66 ---------------------------------
 3 files changed, 134 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index abd440dbc51a..1b2226532b5f 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1 @@
-DIST rssguard-4.5.3.gh.tar.gz 23189973 BLAKE2B 
fd681372680fe5a14bbcd1823c6d830f995377ad0395ede8e7f36e1c1ddc47ffbee66468a65278718aada217fb843f335647579291e882f46c79055d413d7326
 SHA512 
dca556b659d069a772ea78d9399707cbe03e3fc0cb093ca7fc400661d1275236943ac00870ab1dcd0930850f0aa51c8f9c381e0e65f00cea4ff40bc6b398ff67
-DIST rssguard-4.5.4.gh.tar.gz 23200651 BLAKE2B 
5818db43b1da799c02449e29d75c1f7faffa2c48bbf28c76d86c4bfa63ef9cbce8a976f6a4b2fdb29dcf5ce61ce8b9049969e0b3df2d7e913cec75c881a1b16b
 SHA512 
f5670138cc00561f3863ec5cf4e165f5146809eb59ce941adf0998483f8ff41a5ed5859abb9d7970fcfeb161f31ddd89fccb53773526b002e3a22ebe73304875
 DIST rssguard-4.5.5.gh.tar.gz 23236465 BLAKE2B 
b650826169f42983799af04c044922b9ad0e2f6d7656df93ca1b9529a359daeb91556dfd65e9a8b7a2a97119c2f9d5b10ce6c594f6f958669f4c8c765160d7e0
 SHA512 
c0fd179052d26a354b6ca053725ef59ae1db6587c3bc4a92aedce36de1ecfbfd06fde387960dade22fca195fa9568e5714939113833e058dbae0d8056158d010

diff --git a/net-news/rssguard/rssguard-4.5.3.ebuild 
b/net-news/rssguard/rssguard-4.5.3.ebuild
deleted file mode 100644
index 1280f6dfff07..000000000000
--- a/net-news/rssguard/rssguard-4.5.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/";
-SRC_URI="
-       https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-       !qt6? ( dev-qt/linguist-tools:5 )
-       qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-       sys-libs/zlib:=
-       !qt6? (
-               dev-qt/qtconcurrent:5
-               dev-qt/qtcore:5
-               dev-qt/qtdbus:5
-               dev-qt/qtdeclarative:5
-               dev-qt/qtgui:5
-               dev-qt/qtmultimedia:5[gstreamer]
-               dev-qt/qtnetwork:5[ssl]
-               dev-qt/qtsql:5[mysql?,sqlite?]
-               dev-qt/qtwidgets:5
-               dev-qt/qtxml:5
-               webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-       )
-       qt6? (
-               
dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-               dev-qt/qtdeclarative:6
-               dev-qt/qtmultimedia:6[gstreamer]
-               dev-qt/qt5compat:6
-               media-libs/libglvnd
-               webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-       )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_WITH_QT6=$(usex qt6)
-               -DUSE_WEBENGINE=$(usex webengine)
-               -DNO_UPDATE_CHECK=ON
-               -DENABLE_COMPRESSED_SITEMAP=ON
-       )
-
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-
-       optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}

diff --git a/net-news/rssguard/rssguard-4.5.4.ebuild 
b/net-news/rssguard/rssguard-4.5.4.ebuild
deleted file mode 100644
index 9fee6a472c05..000000000000
--- a/net-news/rssguard/rssguard-4.5.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/";
-SRC_URI="
-       https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-       !qt6? ( dev-qt/linguist-tools:5 )
-       qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-       sys-libs/zlib:=
-       !qt6? (
-               dev-qt/qtconcurrent:5
-               dev-qt/qtcore:5
-               dev-qt/qtdbus:5
-               dev-qt/qtdeclarative:5
-               dev-qt/qtgui:5
-               dev-qt/qtmultimedia:5[gstreamer]
-               dev-qt/qtnetwork:5[ssl]
-               dev-qt/qtsql:5[mysql?,sqlite?]
-               dev-qt/qtwidgets:5
-               dev-qt/qtxml:5
-               webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-       )
-       qt6? (
-               
dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-               dev-qt/qtdeclarative:6
-               dev-qt/qtmultimedia:6[gstreamer]
-               dev-qt/qt5compat:6
-               media-libs/libglvnd
-               webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-       )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_WITH_QT6=$(usex qt6)
-               -DUSE_WEBENGINE=$(usex webengine)
-               -DNO_UPDATE_CHECK=ON
-               -DENABLE_COMPRESSED_SITEMAP=ON
-       )
-
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-
-       optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}

Reply via email to