diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 02:14:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 09:05:39 +0200 |
commit | 3602846ce635b5c837d9671239f29290a7288188 (patch) | |
tree | fcb1e827ec5bb8d44fffda35edca86ad7012702f /kde-apps/kcron | |
parent | media-gfx/exiv2: Fix build with clang (diff) | |
download | gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.gz gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.bz2 gentoo-3602846ce635b5c837d9671239f29290a7288188.zip |
kde-apps: Drop KDE Applications 17.12.3
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-apps/kcron')
-rw-r--r-- | kde-apps/kcron/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcron/kcron-17.12.3.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-apps/kcron/Manifest b/kde-apps/kcron/Manifest index b9f7afe8e489..cb0507e1aca3 100644 --- a/kde-apps/kcron/Manifest +++ b/kde-apps/kcron/Manifest @@ -1,2 +1 @@ -DIST kcron-17.12.3.tar.xz 1054784 BLAKE2B e9f37357c1a83f7f9fe162ec5f5e0d1289482ff83b77c0f83ff8a592944fb5c133b99709139c12324be1bb1e0b5b87f92fd306e2a1be9eb0a083240803eba9ae SHA512 edc96b2521d86fd288afb688dc7abc60b575bb5171f2ed0026fcee4f9e12966ead95a15aca55e89b672649d83433cab66b6f569e802ecfb680ace86003a36328 DIST kcron-18.04.3.tar.xz 1056624 BLAKE2B 2d10df38eccaeac408313480527a40eaabfc1d6ae62122c00add9aa03e644cb1a7c15b8ded9bb7027198550b64e7d840ce274d89805ba123fec1b9f9ac79af07 SHA512 3d0b78135c026b64ac9e08f0e963a6c2e54c00d8039b73fc82c9c305eb1bb766bee4ee06b5cda5756a8e8a816c1d8999304c3295ff941f0ef532843d48699141 diff --git a/kde-apps/kcron/kcron-17.12.3.ebuild b/kde-apps/kcron/kcron-17.12.3.ebuild deleted file mode 100644 index 101664e6d647..000000000000 --- a/kde-apps/kcron/kcron-17.12.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE Task Scheduler" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !prefix? ( virtual/cron ) -" |