summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-16 19:38:26 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-16 19:38:38 +0100
commit31645664f42a588800ba68febd89a9c9e6afc76f (patch)
treeccc391e5d2b2b2255adcafe060246a5ddf9a3396 /kde-apps/kturtle
parentprofiles: Update masks for KDE Applications 16.12 (diff)
downloadgentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.gz
gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.bz2
gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.zip
kde-apps: Version bump KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kturtle')
-rw-r--r--kde-apps/kturtle/Manifest1
-rw-r--r--kde-apps/kturtle/kturtle-16.12.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kturtle/Manifest b/kde-apps/kturtle/Manifest
index 900e2bbf397c..60f6e1b80e84 100644
--- a/kde-apps/kturtle/Manifest
+++ b/kde-apps/kturtle/Manifest
@@ -1,2 +1,3 @@
DIST kturtle-16.04.3.tar.xz 194360 SHA256 0a9c262d168ecc434773c6aaecb1576d8bf6a5d56d1a7d3bc9005e4aa91b472e SHA512 43fb030a99d03c2eea6363a0f3f8daba012a38dbe2b1b53eecaf5cafc665bea0cbd855d1456f41d47bcae7cd2454f763237313130021366dc1f1a3886e3890a8 WHIRLPOOL eb50abde6f2ef5bb975eaf580dfb3be92e8a105501ff93d87f09de34d4254a1a0570cbff60217baef3a460d1f948afbf9f869841f0a6df5ee15b6f661316dd49
DIST kturtle-16.08.3.tar.xz 193920 SHA256 876ce6e271339e2699986b29ab088c3d8cbb1f61c0b805e86309f5da38120c3c SHA512 4b862c4cb1796517e05166877cbbb1bd0d9668a1184dfac121e983a57c75022a110da19af1b2958a6b30892f42557efb8c61bd64cdd8e85fcc5987ff78e530ef WHIRLPOOL 8d44275024c356a26fa4427e2470519acd41ac503a994f20cb61cde2580cf3018dd3f2f5a859ea39b19b5215d88df3b81b62bbad6cbbdbb8bfe4b2413d758e47
+DIST kturtle-16.12.0.tar.xz 197000 SHA256 c710c27526db8bdcb489b8138bd957b219f2f3ef798a3acd6b4d2c125595b1db SHA512 d7101311a67f54ce997daf67d5cd09a5f42cd97c6258e8333c420131a63620093b5600afb8a129ae37ce70f21c8b389ef1fc3cfbb1cab87c0ad301cdbaaf6888 WHIRLPOOL 4fcf908c7eacd6b1d1991b1378185a98e52771b14addcbbd92c6a89172e6425409e49921cba82a76d96c14583b15503385b33e9aed6f770e001125e532824522
diff --git a/kde-apps/kturtle/kturtle-16.12.0.ebuild b/kde-apps/kturtle/kturtle-16.12.0.ebuild
new file mode 100644
index 000000000000..3a680b9550b9
--- /dev/null
+++ b/kde-apps/kturtle/kturtle-16.12.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"