summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-03-25 16:33:51 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-03-27 03:46:16 +1100
commit71519edfa90d0a14093df6e753b3a9de39cc16a3 (patch)
treebf8e2aed9a8155e1315f8abc6cd8ae8c4085fc7a /kde-apps/kteatime
parentkde-apps/gpgmepp: Move 15.12.3 from kde overlay (diff)
downloadgentoo-71519edfa90d0a14093df6e753b3a9de39cc16a3.tar.gz
gentoo-71519edfa90d0a14093df6e753b3a9de39cc16a3.tar.bz2
gentoo-71519edfa90d0a14093df6e753b3a9de39cc16a3.zip
kde-apps: Drop KF5 part of 15.08.3
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/kteatime')
-rw-r--r--kde-apps/kteatime/Manifest1
-rw-r--r--kde-apps/kteatime/files/kteatime-15.08.3-dont-block-plasmashell.patch10
-rw-r--r--kde-apps/kteatime/files/kteatime-15.08.3-drkonqi-integration.patch22
-rw-r--r--kde-apps/kteatime/kteatime-15.08.3-r1.ebuild33
4 files changed, 0 insertions, 66 deletions
diff --git a/kde-apps/kteatime/Manifest b/kde-apps/kteatime/Manifest
index 86538b7e87fb..0397f8009824 100644
--- a/kde-apps/kteatime/Manifest
+++ b/kde-apps/kteatime/Manifest
@@ -1,3 +1,2 @@
-DIST kteatime-15.08.3.tar.xz 104624 SHA256 9df2aad860814752d49d409ef22d6bfda42da5a96a16f97962f8300e862032fa SHA512 71184c6d3e1be718ad1a34b8ccb4174a893a6e4c223c2fdf89ad0dc8646e8013a0967e6e9820d0dfc84a153d4e4372ffd50fbdb541bf192e617cdea7344bf0f8 WHIRLPOOL 70a3633d06921e22af2551ef9c835b53e1ba040b90abaa1299e4438a0bcd5443e687ceea5cfaf9841ed31ab182c0df2f4c5676006efd737b3aa8dd46aad45a7f
DIST kteatime-15.12.3.tar.xz 104900 SHA256 98a940fd9c999e2367572793359c02245f7e1db4b17f408154c055f816030e32 SHA512 73d1c80b81dc65450b53401ec53bbdc2217d790b529b66ff40cc5d6213ad4e41f351fd8334f8bb871c7569058fc126fecf1629819aa761c79c42b9ec0d5699ec WHIRLPOOL b2ff7138013eb79962732adcc1a5a3c1c27577cafcc6f07cc31d44c6cf7cacdbbc2e281431ce4510e9e3c6032650add49c84fc8d48ab70a1320628660588e407
DIST kteatime-4.14.3.tar.xz 100472 SHA256 91637f39a7b1e5dc2e314a6ad70212e29f4c5bd2c135a7868dd3a96358a7399b SHA512 ef705dde345bded414b0edf4a25dc9a0b47eb5c55d6dbcec33ebb350c7fae3c82f81bf2e5f0c46993a026553551ccd32ea1cb9a6d5b644a8ef2d6f8b160f58ce WHIRLPOOL d33d00deb90850bad2511676c7c029ed21f72cf3ba4249c51473b24ada04a1edee29b7672abd15639a4178342416210d2b16e53d4c174f68f6729fe6a47d6872
diff --git a/kde-apps/kteatime/files/kteatime-15.08.3-dont-block-plasmashell.patch b/kde-apps/kteatime/files/kteatime-15.08.3-dont-block-plasmashell.patch
deleted file mode 100644
index 8defb672d775..000000000000
--- a/kde-apps/kteatime/files/kteatime-15.08.3-dont-block-plasmashell.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/org.kde.kteatime.desktop
-+++ b/src/org.kde.kteatime.desktop
-@@ -140,6 +140,5 @@
- Terminal=false
- X-DocPath=kteatime/index.html
- X-KDE-StartupNotify=true
--X-DBUS-StartupType=Multi
- Categories=Qt;KDE;Utility;
-
-
diff --git a/kde-apps/kteatime/files/kteatime-15.08.3-drkonqi-integration.patch b/kde-apps/kteatime/files/kteatime-15.08.3-drkonqi-integration.patch
deleted file mode 100644
index d2078df72ee2..000000000000
--- a/kde-apps/kteatime/files/kteatime-15.08.3-drkonqi-integration.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/main.cpp b/src/main.cpp
-index 2b5d8cce109e19511cc85c7af06d760006a0f04f..665a92d242917d01be7a9d42cea3d7f29768fdbe 100644
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -22,6 +22,7 @@
- #include <QCommandLineParser>
-
- #include <KAboutData>
-+#include <KCrash>
- #include <KLocalizedString>
-
-
-@@ -44,6 +45,9 @@ int main (int argc, char *argv[])
- )
- );
-
-+ // TODO: for >=KF5.15 use KCrash::initialize();
-+ KCrash::setCrashHandler(KCrash::defaultCrashHandler);
-+
- aboutData.addAuthor(i18n("Stefan Böhmann"), i18n("Current maintainer"), QStringLiteral("kde@hilefoks.org"), QStringLiteral("http://www.hilefoks.org"), QStringLiteral("hilefoks"));
- aboutData.addAuthor(i18n("Matthias Hoelzer-Kluepfel"), QString(), QStringLiteral("hoelzer@kde.org"));
- aboutData.addAuthor(i18n("Martin Willers"), QString(), QStringLiteral("willers@xm-arts.de"));
diff --git a/kde-apps/kteatime/kteatime-15.08.3-r1.ebuild b/kde-apps/kteatime/kteatime-15.08.3-r1.ebuild
deleted file mode 100644
index 06f1f06505bb..000000000000
--- a/kde-apps/kteatime/kteatime-15.08.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE timer for making a fine cup of tea"
-HOMEPAGE="https://www.kde.org/applications/games/kteatime"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kxmlgui)
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-dont-block-plasmashell.patch"
- "${FILESDIR}/${P}-drkonqi-integration.patch"
-)