summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:45:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:21:49 +0100
commitb5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13 (patch)
tree86b0ce9a1b1511b707ef78cca6feddfebd6f024e /kde-frameworks/attica
parentkde-apps: Drop KDE Applications 18.04.3 (diff)
downloadgentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.gz
gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.bz2
gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.zip
kde-frameworks: Drop KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r--kde-frameworks/attica/Manifest1
-rw-r--r--kde-frameworks/attica/attica-5.50.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest
index 42b087ead811..0c623f7d464e 100644
--- a/kde-frameworks/attica/Manifest
+++ b/kde-frameworks/attica/Manifest
@@ -1,2 +1 @@
-DIST attica-5.50.0.tar.xz 62520 BLAKE2B f3b8e1410252cb4f59134c0b061388da380f1bb1baf053dcc3030cbc975c15ca52854190f2aec674ca7d30c8e31c19cc421ffa9a548f716a7ffd940428a2751a SHA512 026fcb7d5de01840dfaa8f28f007cd1fba142af0e1b471b5c4f5ef479e4d5b169108703ddf30998ba3e33c054bd8a833ee3f8bc4ebac25fafdba196f93166b07
DIST attica-5.52.0.tar.xz 62524 BLAKE2B 435b34be8dc9fcc4bd934460da80ccff1e8d63502edc21dc17fcfd9f337ad651140d5b26f9ec1ef24a481322783d543ae833114ad47f7e780fd370e576bc1f3c SHA512 5f5233082695c507263f02877988e069a4c4b03ce51060193401edb18664218fc093964f49bd0b217c860ceea05c389e7a32a51bc7c89bfb1568db2b06b3addd
diff --git a/kde-frameworks/attica/attica-5.50.0.ebuild b/kde-frameworks/attica/attica-5.50.0.ebuild
deleted file mode 100644
index fed7937e5178..000000000000
--- a/kde-frameworks/attica/attica-5.50.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework providing access to Open Collaboration Services"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
- $(add_qt_dep qtnetwork)
-"
-DEPEND="${RDEPEND}"
-
-src_test() {
- # requires network access, bug #661230
- local myctestargs=(
- -E "(providertest)"
- )
-
- kde5_src_test
-}