summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 23:06:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 23:06:54 +0200
commitfced640b8ff96298fd48a638f434b74d05dc5e69 (patch)
tree82d6cca7a7c463732bbc79ca245ec587504ee207 /kde-apps/kturtle
parentdev-ml/camlbz2: disable // make, it sometimes fails (diff)
downloadgentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.gz
gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.bz2
gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.zip
kde-apps: Drop KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kturtle')
-rw-r--r--kde-apps/kturtle/Manifest1
-rw-r--r--kde-apps/kturtle/kturtle-17.04.2.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-apps/kturtle/Manifest b/kde-apps/kturtle/Manifest
index 2373bd82d9ca..b1f7769dd18c 100644
--- a/kde-apps/kturtle/Manifest
+++ b/kde-apps/kturtle/Manifest
@@ -1,3 +1,2 @@
DIST kturtle-16.12.3.tar.xz 197052 SHA256 43f25c82d8010cfbcee18a10059b5eb77e4c1c0343c15b4dc8caa694cce2edd6 SHA512 5a1d10bdcec792a6889c94a33099d8cf7444a6a8016416b6db8a3278976f552f70998e77cee21cac1cba03115666e1e804fa4203a0835447afbd4155b6532419 WHIRLPOOL a0bbfc5778babd347fb7b70ac742daf5206686a3f7e39202bbb1fe8b64d08c5f0ed8d9d103496a8bdbb61fb83f81577059dc608780f63a5bfe20220c3494af98
-DIST kturtle-17.04.2.tar.xz 1610128 SHA256 c1bbdc57462fdae03e8f06a47474cb9bfb34dd93c075451c03dccda3793f1290 SHA512 0f54573676c9694a3da7ae31b8477006baf152dbd8c2e65691cc52fbf9cb0fff22009f76ab5df3c4f1c9793819fd094c3e44d57827bd31d1a445029023bcd393 WHIRLPOOL c2a6d4a60826164f0e44997e2a0b1d1f440ad5d1efd70c841d96ea94f796194b61ba6dea27e0844e56e305fdc02468a8bed6fb556aed91198dcd5f24f6abf7ac
DIST kturtle-17.04.3.tar.xz 1610332 SHA256 b66e75d6861c6d43818337869e2265e63bf512e201226c4104826dbd0e9b5e13 SHA512 f56f227a954f7b69d29ec3e986f4143bdba134ade0e88d4b931261c3677dcba7544b77ba26196613be614c2200d41e8ae9988818117b6dc087bd540bd999db27 WHIRLPOOL fff2d39d45746917fe3267ccad53fa378f02f8ca99cf70ea6852e0df93e3996725a46afbf38c81c77adcea0cbba9371d90b679ab9a53de350b820cb39d4c7985
diff --git a/kde-apps/kturtle/kturtle-17.04.2.ebuild b/kde-apps/kturtle/kturtle-17.04.2.ebuild
deleted file mode 100644
index 8ad2afa6a2e4..000000000000
--- a/kde-apps/kturtle/kturtle-17.04.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Educational programming environment using the Logo programming language"
-HOMEPAGE="https://www.kde.org/applications/education/kturtle https://edu.kde.org/kturtle"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"