diff options
author | 2021-06-06 18:27:05 +0200 | |
---|---|---|
committer | 2021-06-10 17:29:05 +0200 | |
commit | acaf74e7b09a9a4008d732204d3b9b01b82c8b77 (patch) | |
tree | c1cf4fb714dde939955c78fe9c48fb1d36ab63d8 | |
parent | kde-frameworks/frameworkintegration: drop 5.80.0* (diff) | |
download | gentoo-acaf74e7b09a9a4008d732204d3b9b01b82c8b77.tar.gz gentoo-acaf74e7b09a9a4008d732204d3b9b01b82c8b77.tar.bz2 gentoo-acaf74e7b09a9a4008d732204d3b9b01b82c8b77.zip |
kde-frameworks/attica: drop 5.80.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-frameworks/attica/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/attica/attica-5.80.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest index 5ec59bea8b6e..5d883baf0698 100644 --- a/kde-frameworks/attica/Manifest +++ b/kde-frameworks/attica/Manifest @@ -1,2 +1 @@ -DIST attica-5.80.0.tar.xz 66216 BLAKE2B 2b9c890dfc9bc74ee2de73af1ccec35f92d51c456387da6cb9b8406fffacb0fa06388b014449214b87d139abca6936ba224784ab62a3ef77730c9f55471434e3 SHA512 70cecfe60ce396a4cdbfa4b2d133076897912ae32a5494dfaea6f777e51f5be79b240d18d2e6b4f71f8dc4ff0f18d43243c711629c6913b8512aed0ba6b3f051 DIST attica-5.82.0.tar.xz 66220 BLAKE2B 22ee6014cae294cf772eabd874fe1afb493ad1ac92a1f511cbe6912dbbc4f81a684989a285d388d6a1dc5f7180d6930e839a5ba05c1e81b306ee69e572f6fb2b SHA512 8569ec110679bc026f98cf98ef79aba44279821f10f6153f0054c7a75806921683a83317bc1873896f5bba23679eb4fbe50b50ea43b22813dd2b203e84bf44d2 diff --git a/kde-frameworks/attica/attica-5.80.0.ebuild b/kde-frameworks/attica/attica-5.80.0.ebuild deleted file mode 100644 index a080e3b49c6f..000000000000 --- a/kde-frameworks/attica/attica-5.80.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=7 - -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 x86" -IUSE="" - -RDEPEND=" - >=dev-qt/qtnetwork-${QTMIN}:5 -" -DEPEND="${RDEPEND}" - -src_test() { - # requires network access, bug #661230 - local myctestargs=( - -E "(providertest)" - ) - - ecm_src_test -} |