diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-15 00:43:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-15 13:35:47 +0100 |
commit | b7244a265f13c85c0f7264fe19cafb6b95c2d335 (patch) | |
tree | 3aeff7c637c6d6f6cdb1e08c18d2fe0474139b89 /kde-frameworks/attica/attica-5.101.0.ebuild | |
parent | kde-frameworks/frameworkintegration: drop 5.101.0 (diff) | |
download | gentoo-b7244a265f13c85c0f7264fe19cafb6b95c2d335.tar.gz gentoo-b7244a265f13c85c0f7264fe19cafb6b95c2d335.tar.bz2 gentoo-b7244a265f13c85c0f7264fe19cafb6b95c2d335.zip |
kde-frameworks/attica: drop 5.101.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/attica/attica-5.101.0.ebuild')
-rw-r--r-- | kde-frameworks/attica/attica-5.101.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/attica/attica-5.101.0.ebuild b/kde-frameworks/attica/attica-5.101.0.ebuild deleted file mode 100644 index 56c7708d5d60..000000000000 --- a/kde-frameworks/attica/attica-5.101.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=5.15.5 -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 -} |