diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 08:55:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 09:05:40 +0200 |
commit | 23729181844ced1334c14b869fce731471565b71 (patch) | |
tree | 8e8d4287ef8c14aeb53fe14dc83857ac5cf143cc /kde-plasma/milou | |
parent | kde-apps/spectacle: Add missing DEPEND (diff) | |
download | gentoo-23729181844ced1334c14b869fce731471565b71.tar.gz gentoo-23729181844ced1334c14b869fce731471565b71.tar.bz2 gentoo-23729181844ced1334c14b869fce731471565b71.zip |
kde-plasma: Drop KDE Plasma 5.13.3
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r-- | kde-plasma/milou/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/milou/milou-5.13.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest index 3963658ca328..b28ad62c3d94 100644 --- a/kde-plasma/milou/Manifest +++ b/kde-plasma/milou/Manifest @@ -1,4 +1,3 @@ DIST milou-5.12.5.tar.xz 57492 BLAKE2B eb1315c0794674b70bf7a1ebd19c60c1a5cf94cd053f80920586cfde78ce328ccd889b480c9955ea035f71fe1d80066482797a23bcda5f14fcf984c081bea3af SHA512 7c96c7dbe8b4c45362a0e5a2152892776c2cfa52c748811459c280737f8695f4ee63332a38ce6618b2c4eb7773e2f5e21d9e4d366a22b89f749b42195828774d DIST milou-5.12.6.tar.xz 57460 BLAKE2B 0d29e21c60d7ba9714dcf46427285f68652d3713037643d29d26965eb2614df9c17ad3561206ad57725eda31e9a2e4bb3123a78e4c3353b5ce35327f2c4a8165 SHA512 3feb387c9698117a7646132d43f0ae5dfb42341b2725a3bbeb6cd8653fb1e6a2fe79aa538aa532b1b808140376f665a7c746b923fc8fcc2fa4ef5015757da6ff -DIST milou-5.13.3.tar.xz 57448 BLAKE2B bbd74d2fa3f7b5a34399e23cb7baea2c947265b0ef2c77c2c6cc7dbc041f589a4d1fec374f567f19680b48df5b5aea876a634a24775479bc38af258b95ab5a75 SHA512 5408d696040a3852d9c11ca5a65e420046904f0375d820bf531fb54ccb6378ae873302701d1a2044800fecbd042378da1f10f78e3f452a240d31a62a068c087d DIST milou-5.13.4.tar.xz 57924 BLAKE2B 7bbae043d16dc54993ce6b716b4bb1ae276e59d88042edb95ed8616d8c2cb342343236766591b90609e84fac5e2d9df79985e13d6f381065e1724bf86eb86374 SHA512 d75e19db409b8659f515a9f8ccf5f7db9e03dc61675329dd40863d23daa96903721d79b5ca3d9f58bdc230459cf37f5e4a647e8f1697e05e745c2cb0401db86c diff --git a/kde-plasma/milou/milou-5.13.3.ebuild b/kde-plasma/milou/milou-5.13.3.ebuild deleted file mode 100644 index 05a6dae87be6..000000000000 --- a/kde-plasma/milou/milou-5.13.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional-recursive" -inherit kde5 - -DESCRIPTION="Dedicated search application built on top of Baloo" -HOMEPAGE="https://cgit.kde.org/milou.git" - -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-plasma/milou:4 -" |