summaryrefslogtreecommitdiff
path: root/kde-frameworks/syndication/syndication-5.86.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
commit46eedbedafdb0040c37884982d4c775ce277fb7b (patch)
treedb33a91259730be84999e13a8d8168c799f50ac0 /kde-frameworks/syndication/syndication-5.86.0.ebuild
parente23a08d0c97a0cc415aaa165da840b056f93c997 (diff)
gentoo resync : 20.10.2021
Diffstat (limited to 'kde-frameworks/syndication/syndication-5.86.0.ebuild')
-rw-r--r--kde-frameworks/syndication/syndication-5.86.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/syndication/syndication-5.86.0.ebuild b/kde-frameworks/syndication/syndication-5.86.0.ebuild
deleted file mode 100644
index c36c2a59b68b..000000000000
--- a/kde-frameworks/syndication/syndication-5.86.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kcodecs-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
-"