diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-06 14:43:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-06 18:11:58 +0100 |
commit | 3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76 (patch) | |
tree | aa823559d7a1728a6301bd947b648f323d4690af /kde-frameworks/attica | |
parent | media-plugins/kodi-pvr-hts: 4.4.13 version bump (diff) | |
download | gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.tar.gz gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.tar.bz2 gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.zip |
kde-frameworks: Drop KDE Frameworks 5.52.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r-- | kde-frameworks/attica/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/attica/attica-5.52.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest index 0db5c8052537..74623cfef306 100644 --- a/kde-frameworks/attica/Manifest +++ b/kde-frameworks/attica/Manifest @@ -1,2 +1 @@ -DIST attica-5.52.0.tar.xz 62524 BLAKE2B 435b34be8dc9fcc4bd934460da80ccff1e8d63502edc21dc17fcfd9f337ad651140d5b26f9ec1ef24a481322783d543ae833114ad47f7e780fd370e576bc1f3c SHA512 5f5233082695c507263f02877988e069a4c4b03ce51060193401edb18664218fc093964f49bd0b217c860ceea05c389e7a32a51bc7c89bfb1568db2b06b3addd DIST attica-5.54.0.tar.xz 62588 BLAKE2B 5a33668ba53ecfb191a31f28b386618d380dd1890cbe986e52029ffb00873f06ef1e140d3ac30128558f07c07b3aa8a65f8801a22fbd8feae4c1e87601fbff3f SHA512 f278423e5bcbd1899d6c41caceee740e3caee01dd1af20303827ec5a807e262e560b068dcb6619f5410ebe815b71b1244ccc453c49956c3bfd1452a88ecf5b18 diff --git a/kde-frameworks/attica/attica-5.52.0.ebuild b/kde-frameworks/attica/attica-5.52.0.ebuild deleted file mode 100644 index fed7937e5178..000000000000 --- a/kde-frameworks/attica/attica-5.52.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Framework providing access to Open Collaboration Services" -LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND=" - $(add_qt_dep qtnetwork) -" -DEPEND="${RDEPEND}" - -src_test() { - # requires network access, bug #661230 - local myctestargs=( - -E "(providertest)" - ) - - kde5_src_test -} |