summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-05 20:32:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 21:00:34 +0200
commit457c2550bbe1f8a4820af4d4ad2c58528a7b34f5 (patch)
treeb5aa53292e65264121720fd842a5536937eafd4d
parentkde-plasma/xembed-sni-proxy: drop 5.18.5* (diff)
downloadgentoo-457c2550bbe1f8a4820af4d4ad2c58528a7b34f5.tar.gz
gentoo-457c2550bbe1f8a4820af4d4ad2c58528a7b34f5.tar.bz2
gentoo-457c2550bbe1f8a4820af4d4ad2c58528a7b34f5.zip
kde-frameworks/attica: drop 5.70*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/attica/Manifest1
-rw-r--r--kde-frameworks/attica/attica-5.70.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest
index 94d01c5a9cab..7fc9c6202286 100644
--- a/kde-frameworks/attica/Manifest
+++ b/kde-frameworks/attica/Manifest
@@ -1,2 +1 @@
-DIST attica-5.70.0.tar.xz 67620 BLAKE2B 3773e6b8442d671429d904b5fc6ef82d5ea58f37b494a86d7647e1692a71da5d6539239f9b74011897e358d13ab2d1ed47926c37f2c93c8f7140bc8df3ee31e6 SHA512 bb88e7bf34b1d3c958e31ad1591bdc5620361a300fcba957ecb017c31227b4ac80a94523d7b40f9a62a4a5d45a2840d37aa199c7305e6da471d4ebaee84c9630
DIST attica-5.74.0.tar.xz 65848 BLAKE2B 614879805233be3508adaf425b71697fb895b99600717de915dbb5c8bad569bfa20b4914638b35adc140c74e4f5a3c0a30389db3b8f92876dd59e06e1931d680 SHA512 261bcec9836c36c3e22df6d629dee35512dac6d8194a393bf2d818432696eb053edee04f5474383f4ab69559f5b875ac392a4c41727eedbea2df9d51b81a19e0
diff --git a/kde-frameworks/attica/attica-5.70.0.ebuild b/kde-frameworks/attica/attica-5.70.0.ebuild
deleted file mode 100644
index 6581352c5e6e..000000000000
--- a/kde-frameworks/attica/attica-5.70.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing access to Open Collaboration Services"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtnetwork-${QTMIN}:5
-"
-DEPEND="${RDEPEND}"
-
-src_test() {
- # requires network access, bug #661230
- local myctestargs=(
- -E "(providertest)"
- )
-
- ecm_src_test
-}