summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news')
-rw-r--r--net-news/rssguard/Manifest2
-rw-r--r--net-news/rssguard/rssguard-3.3.5.ebuild51
-rw-r--r--net-news/rssguard/rssguard-3.4.1.ebuild49
3 files changed, 0 insertions, 102 deletions
diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 5b1ac1430338..403ac140ce57 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1 @@
-DIST rssguard-3.3.5.tar.gz 5310573 BLAKE2B 113f6149e646a90750a10b1bbb1ef649153df903cee4b03ee325bf8595a783052a9a8df37524fb34bb4838c4a5334e5eccee416bb24811a2f60c2582ad10eb35 SHA512 3d80cffa20f0f5f625907b0245a09ada18d56a190abddf2bcdc9eaa199867e29b68d445e12eec0dc544469e8ead4df2c6753da634346bf60e0913bdae41951be
-DIST rssguard-3.4.1.tar.gz 5128550 BLAKE2B 43f4e1dbe5fe40b69dcad98b48b088811a8d9d80f1b11ec66466d2fbbe82ace6cc12e3117e9ab4e37ebbf06aab89c1ab80d17ccdb82febae9a2a509da66ac52f SHA512 0f60bc7f1d000ec8e0f813cccf6235602b9a8f25b833b2bbf094601a0bfdeb5a7dfe7a0745f625812c1509b8489c45141fa51206175968897b394f942f4e6e2c
DIST rssguard-3.5.5.tar.gz 6446094 BLAKE2B 81a862f25f2c3029d4453faf03ddcfac1cd420a430acafff75bf15132d080b726910da82d1b7422f383eaec8b40a3956d7ad91d9368d9bd68fabcb9940dc3ad2 SHA512 4e6512c0d58c678145f63a2a42c43abfe4a6ceb8c9d395aba52228ca3afdaaf3dafdd79ab846dada16963f1be5dd22afb877910acc1425aea037d6fa1fc08996
diff --git a/net-news/rssguard/rssguard-3.3.5.ebuild b/net-news/rssguard/rssguard-3.3.5.ebuild
deleted file mode 100644
index c7ba435e5114..000000000000
--- a/net-news/rssguard/rssguard-3.3.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="A tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug +webengine"
-
-RDEPEND="
- >=dev-qt/qtcore-5.6:5
- >=dev-qt/qtgui-5.6:5
- >=dev-qt/qtnetwork-5.6:5
- >=dev-qt/qtsql-5.6:5
- >=dev-qt/qtwidgets-5.6:5
- >=dev-qt/qtxml-5.6:5
- webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
-"
-DEPEND="${RDEPEND}
- >=dev-qt/linguist-tools-5.6:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-deps.patch" )
-
-src_prepare() {
- default
-
- # remove bundled qtbase translations
- rm localization/qtbase* || die
- sed -i -e "s|localization/qtbase-[a-z][a-z].ts||g" ${PN}.pro || die
-}
-
-src_configure() {
- eqmake5 \
- CONFIG+=$(usex debug debug release) \
- USE_WEBENGINE=$(usex webengine true false) \
- LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
- PREFIX="${EPREFIX}"/usr \
- INSTALL_ROOT=.
-}
-
-src_install() {
- emake install INSTALL_ROOT="${D}"
-}
diff --git a/net-news/rssguard/rssguard-3.4.1.ebuild b/net-news/rssguard/rssguard-3.4.1.ebuild
deleted file mode 100644
index 8f2495596002..000000000000
--- a/net-news/rssguard/rssguard-3.4.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="A tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug webengine"
-
-RDEPEND="
- >=dev-qt/qtcore-5.6:5
- >=dev-qt/qtgui-5.6:5
- >=dev-qt/qtnetwork-5.6:5
- >=dev-qt/qtsql-5.6:5
- >=dev-qt/qtwidgets-5.6:5
- >=dev-qt/qtxml-5.6:5
- webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
-"
-DEPEND="${RDEPEND}
- >=dev-qt/linguist-tools-5.6:5
-"
-
-src_prepare() {
- default
-
- # remove bundled qtbase translations
- rm -v localization/qtbase* || die
- sed -i -e "s|localization/qtbase_[a-z][a-z].ts||g" ${PN}.pro || die
-}
-
-src_configure() {
- eqmake5 \
- CONFIG+=$(usex debug debug release) \
- USE_WEBENGINE=$(usex webengine true false) \
- LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
- PREFIX="${EPREFIX}"/usr \
- INSTALL_ROOT=.
-}
-
-src_install() {
- emake install INSTALL_ROOT="${D}"
-}