diff options
author | 2023-02-14 20:18:42 +0100 | |
---|---|---|
committer | 2023-02-18 23:18:04 +0100 | |
commit | 3d4812ebee684e1240065006cad218b4007bebba (patch) | |
tree | fdb9a305193bc070d9bda764b7d33f6bed8ae1e0 /kde-frameworks/attica | |
parent | kde-frameworks/frameworkintegration: drop 5.99.0 (diff) | |
download | gentoo-3d4812ebee684e1240065006cad218b4007bebba.tar.gz gentoo-3d4812ebee684e1240065006cad218b4007bebba.tar.bz2 gentoo-3d4812ebee684e1240065006cad218b4007bebba.zip |
kde-frameworks/attica: drop 5.99.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r-- | kde-frameworks/attica/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/attica/attica-5.99.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest index e479a8d61790..812a1ffd7780 100644 --- a/kde-frameworks/attica/Manifest +++ b/kde-frameworks/attica/Manifest @@ -1,3 +1,2 @@ DIST attica-5.102.0.tar.xz 69432 BLAKE2B e4eb12874575cccda1c42b5cea532bfca83699e86fd5042812083d69772980893c0cf76c157565fcc6ae7774836f4677156eb59f88303503ec1663106f9a9038 SHA512 e60e7189eb0b60b936a9b8a665c25ae70f32c241c98fc576f58b99301dd4de1efea765c75669a6cc9c7f2403f4d21d832c25a18c7bd5e988a6c0798a82cd6f75 DIST attica-5.103.0.tar.xz 69436 BLAKE2B e417637ce9aefd8771b806de90dcff450922ddbf018d5a2d04a6e1012235a4125a05a826d45797d9bd0d0692bfa1baa5316754079cd095f795464c97ad10c646 SHA512 cc087ba93288b6c81a527d00a916493fdd75504a473b70639ff25e77e02f85a4cf5403ecd046a8e514511fd1ce75c36dd95c5a9f4fced580c70be8ae9ac0963f -DIST attica-5.99.0.tar.xz 69432 BLAKE2B e394a2f7d4e10540499803a78cdfd3322544b165e96c5fae909beb923aeb227661861b07acc9ea58f4ac32366f4363b54a8106dcada4a4c8b4d1d4d35fcad230 SHA512 ac362f1f30c4545a483bbab9a0501c366c0e5431803877de68d399dae932c611c0a3255b890f2e317bfb473a2481722e5598cd8564551f5f9f8d58cf56943027 diff --git a/kde-frameworks/attica/attica-5.99.0.ebuild b/kde-frameworks/attica/attica-5.99.0.ebuild deleted file mode 100644 index 249b75178e43..000000000000 --- a/kde-frameworks/attica/attica-5.99.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 -} |