summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/knewstuff')
-rw-r--r--kde-frameworks/knewstuff/Manifest1
-rw-r--r--kde-frameworks/knewstuff/knewstuff-5.69.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-frameworks/knewstuff/Manifest b/kde-frameworks/knewstuff/Manifest
index 129828e7ad93..962b172346bc 100644
--- a/kde-frameworks/knewstuff/Manifest
+++ b/kde-frameworks/knewstuff/Manifest
@@ -1,3 +1,2 @@
DIST knewstuff-5.67.0.tar.xz 1084568 BLAKE2B 0fadd3e7092aef5e0f4d21b4003b4bfbced024ade6a10bc030e35f87c94c033de74e558fc4165c76ee17a060945e33e6c86a5e6d96d2e7e044463f7ba69e72e9 SHA512 fc9a791f6b8330a8e674d8fc3c6f46d96a43266689552bdd7f0bee53b2ad157ccfc75fab07ba3215e2598127f0c3a6c77a2db96aad338d5c3e6bc2b47e2b2bf6
-DIST knewstuff-5.69.0.tar.xz 1089844 BLAKE2B 77cb8d1f4727f898d8e8dace1bc740f4e1fee6a13a8154bb744ec2825226bcee56ceaf725e98ce7d3bcb9b0271fd6c10db53c2dd9b7dc2f97ec061ac0986287c SHA512 a2ecffe277a4c7a079419b34da8426bb963a108d0f69ea2542391fea9825898813e644bd06291e5034d26554412c1a548e717fa7da6da228c0ef275a75e91ec8
DIST knewstuff-5.70.0.tar.xz 1096436 BLAKE2B 1b2d59d20fba2466eee20175f4040f3aea3477cd211a51f0a5e4b419fc0c3ea48056cbb69f0e26ac01640edc27fd7585b41d67ce94c3bc038bc0f48fbbdd1e45 SHA512 10e336f99370458b791e636b254d497acd7421f109ddeedd0957bf049a15441981cf08b94626df651f459e69f05d42fc54b00a54b964a4c06fd9af3aa0bd75ac
diff --git a/kde-frameworks/knewstuff/knewstuff-5.69.0.ebuild b/kde-frameworks/knewstuff/knewstuff-5.69.0.ebuild
deleted file mode 100644
index fc523811a586..000000000000
--- a/kde-frameworks/knewstuff/knewstuff-5.69.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Framework for downloading and sharing additional application data"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/attica-${PVCUT}*:5
- =kde-frameworks/karchive-${PVCUT}*:5
- =kde-frameworks/kcompletion-${PVCUT}*:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kiconthemes-${PVCUT}*:5
- =kde-frameworks/kio-${PVCUT}*:5
- =kde-frameworks/kitemviews-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- =kde-frameworks/ktextwidgets-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
- =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kirigami-${PVCUT}:5
-"