diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-14 09:44:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-14 17:03:50 +0100 |
commit | 8d20e5533fdb9e64b3822f2618bb199d94004703 (patch) | |
tree | 30133f92a845f98774338e7677d1e7bbdada3f3e /kde-frameworks/syndication | |
parent | dev-util/re2c: amd64 stable wrt bug #675138 (diff) | |
download | gentoo-8d20e5533fdb9e64b3822f2618bb199d94004703.tar.gz gentoo-8d20e5533fdb9e64b3822f2618bb199d94004703.tar.bz2 gentoo-8d20e5533fdb9e64b3822f2618bb199d94004703.zip |
kde-frameworks: Drop KDE Frameworks 5.53.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r-- | kde-frameworks/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/syndication/syndication-5.53.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 2227e521bc16..91204eb51746 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1,3 +1,2 @@ DIST syndication-5.52.0.tar.xz 159420 BLAKE2B 53594058d7739ab84e28188f76ad67711ce7ee42a0335559c0fc9e88ce5e987d2265956899b63e0bdd2130baf99b16dfffad6d1470b93b7f74f65d4e7b85fc7f SHA512 807b92e611acc5480afb0bf81eada0fce13faddc3665b0b5b94454531f7123023b46d8ae3577de9dc79e8e7e5ba945e53e1f1cd206b36f33cca25038ea98e795 -DIST syndication-5.53.0.tar.xz 159440 BLAKE2B 7b98e455730aed5a772816bbf8123b7dc6e6998a36979a941122353c7118192511e82062c84090cccfdaa379f9e9f01e5a2589c5bdeaaf204a0f1d5641c729d3 SHA512 41892df65bfb55e705efddd20fbc06327931dad6d87ad0b2b3553a0814a54d07910903c7b8c650589ae569d1de1782c0c73ae065eea9403bd46c4a29e454f8e0 DIST syndication-5.54.0.tar.xz 159448 BLAKE2B 9d081e5be3bfefa1578f26ad3e936e58d35319e30644038994ad971b1eb44f22cb4982ffe3307a27b70cfd1b4619991d551616ffba9cf2b6546c46b47d930555 SHA512 ec7638fb4b015d8379f1016c228dacfa485110f371bf443f6f6a75e47a6493b777b8ea6094d7fd7b251fd4cbc3cdec709c8d68724ebcdee00179a2214df66681 diff --git a/kde-frameworks/syndication/syndication-5.53.0.ebuild b/kde-frameworks/syndication/syndication-5.53.0.ebuild deleted file mode 100644 index 2b3538bf2873..000000000000 --- a/kde-frameworks/syndication/syndication-5.53.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Library for parsing RSS and Atom feeds" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_qt_dep qtxml) -" -DEPEND="${COMMON_DEPEND} - test? ( - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - ) -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/syndication -" |