summaryrefslogtreecommitdiff
path: root/kde-frameworks/attica/attica-5.110.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-28 10:54:09 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-28 10:54:09 +0000
commit3e690338421a6b64f6f44aa03db7416d75e0633a (patch)
treecb3907b4dfbc040edc539fd00645e851b14084bb /kde-frameworks/attica/attica-5.110.0.ebuild
parenta6f8a4117d60ec2919f9b312dcb0b7baa6c58ab9 (diff)
gentoo auto-resync : 28:11:2023 - 10:54:09
Diffstat (limited to 'kde-frameworks/attica/attica-5.110.0.ebuild')
-rw-r--r--kde-frameworks/attica/attica-5.110.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/attica/attica-5.110.0.ebuild b/kde-frameworks/attica/attica-5.110.0.ebuild
deleted file mode 100644
index f1fee0efafbf..000000000000
--- a/kde-frameworks/attica/attica-5.110.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing access to Open Collaboration Services"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtnetwork-${QTMIN}:5
-"
-DEPEND="${RDEPEND}"
-
-src_test() {
- # requires network access, bug #661230
- local myctestargs=(
- -E "(providertest)"
- )
-
- ecm_src_test
-}