diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-02 15:34:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-02 15:35:06 +0200 |
commit | 70762d9bbaf9d325ba28a915b33221244c1cc433 (patch) | |
tree | 2083b3cd2ed444429b61f9cd4f57c75aea41b3ed /kde-frameworks/attica | |
parent | kde-frameworks/attica: Help upstream lower server utilization (diff) | |
download | gentoo-70762d9bbaf9d325ba28a915b33221244c1cc433.tar.gz gentoo-70762d9bbaf9d325ba28a915b33221244c1cc433.tar.bz2 gentoo-70762d9bbaf9d325ba28a915b33221244c1cc433.zip |
kde-frameworks/attica: Drop 5.86.0 (r0)
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r-- | kde-frameworks/attica/attica-5.86.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/attica/attica-5.86.0.ebuild b/kde-frameworks/attica/attica-5.86.0.ebuild deleted file mode 100644 index b126db32d6af..000000000000 --- a/kde-frameworks/attica/attica-5.86.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing access to Open Collaboration Services" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~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 -} |