summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-17 00:17:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-17 00:40:13 +0100
commit0e9700906b5d4ff7b3627e35c60de4328a780d73 (patch)
tree5cf1d7a992545195f001d44adb6ad38daaf8db00 /kde-frameworks/attica
parentkde-frameworks/frameworkintegration: drop 5.75.0* (diff)
downloadgentoo-0e9700906b5d4ff7b3627e35c60de4328a780d73.tar.gz
gentoo-0e9700906b5d4ff7b3627e35c60de4328a780d73.tar.bz2
gentoo-0e9700906b5d4ff7b3627e35c60de4328a780d73.zip
kde-frameworks/attica: drop 5.75.0*
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.75.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest
index e6a965532d51..39d0a21fcb0d 100644
--- a/kde-frameworks/attica/Manifest
+++ b/kde-frameworks/attica/Manifest
@@ -1,3 +1,2 @@
DIST attica-5.74.0.tar.xz 65848 BLAKE2B 614879805233be3508adaf425b71697fb895b99600717de915dbb5c8bad569bfa20b4914638b35adc140c74e4f5a3c0a30389db3b8f92876dd59e06e1931d680 SHA512 261bcec9836c36c3e22df6d629dee35512dac6d8194a393bf2d818432696eb053edee04f5474383f4ab69559f5b875ac392a4c41727eedbea2df9d51b81a19e0
-DIST attica-5.75.0.tar.xz 65876 BLAKE2B fe3428cf0d4a9d21b2501ec3927fca36fb28965ad13bb830c1b3be1592bb296902158e6f619a9b21a0b99111d124af8d3b573f53b94b9ff7580e99c7884137ae SHA512 c523057406efd33a21304df2230c0165f3a7f30582e872171a24fca2997970f23f54a2f53c5b5ca7cc6b890f622874a40af9bb2f555d0c58c313c05a9f2d99f3
DIST attica-5.76.0.tar.xz 65828 BLAKE2B b2ab42f98ce2d5257dc9e4de82eb2294f60c7be363bc518e8355d68a940ee6d5368b3a378a981003a3b835cefb1985d944a8dd1ea348f0ce35dca9275d970e50 SHA512 b644c1abc6c7309bd8f03e552316f2ed4e660c65b929197da60057468c136dd7e54a83a2f7cfd3553aac74075752ca8bcbd3049ed2c14ec7c2657239dca2bfcd
diff --git a/kde-frameworks/attica/attica-5.75.0.ebuild b/kde-frameworks/attica/attica-5.75.0.ebuild
deleted file mode 100644
index 89722278c649..000000000000
--- a/kde-frameworks/attica/attica-5.75.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.14.2
-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
-}