public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kjots/, kde-apps/kjots/files/
@ 2016-12-17 22:31 Johannes Huber
  0 siblings, 0 replies; only message in thread
From: Johannes Huber @ 2016-12-17 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     551058afe94869ee1d7ce05d28d5a3447776dc20
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 22:30:43 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 22:30:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551058af

kde-apps/kjots: Remove 5.0.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kjots/Manifest                            |  1 -
 kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch | 21 ----------
 kde-apps/kjots/kjots-5.0.1.ebuild                  | 45 ----------------------
 3 files changed, 67 deletions(-)

diff --git a/kde-apps/kjots/Manifest b/kde-apps/kjots/Manifest
index e0010ed..fc7f11e 100644
--- a/kde-apps/kjots/Manifest
+++ b/kde-apps/kjots/Manifest
@@ -1,4 +1,3 @@
 DIST kdepim-4.14.11_pre20160211.tar.gz 18551484 SHA256 b970c0c04652519cc7e88d818b3a29e7b356a73f449f7f6e5767d60e5b2a17e3 SHA512 e7fcf14353e457e9b3ec2d7eefa18ac0d9bc454ecaa682dcaf1585a6a36968bc8d7ea6ab61398a8d697d9343f0cd87472a906d444f814cd44956b6499826bb1d WHIRLPOOL f66fd74138ce871f88ce211c3b6af287cddaeda493e42c3b683938c274482d1f09a3ae659d380d4e19f5e5da70f5724ddd48723acf5846f6a1e9c01a79803e7e
 DIST kdepim-4.4.2016.01.tar.xz 8964248 SHA256 19f4d6ab4bcddf5a0e6acae50c20d0b8fbb482503e47e75c86955637d249cefa SHA512 a04737cc89f96e3635a19c492c9f3f31e7554aa8a237fb0ad8f5fe8c02e7e30911dd5d93bf0f27fd38603e496e02f3ef1d3064e159c99c71dea379199d1e0e03 WHIRLPOOL 9f02f5799b3a10a9b18b4c8cb34084051991cb7240d2b818cd2b58bde05abde2ef3126b3960f2554c7e5c4930266e561c1715c21fe72136654e28184b5083089
-DIST kjots-5.0.1.tar.xz 225172 SHA256 a0844dcda1a33d8ceac8a650e604717ac016d0e3dabdbfa6fafa481f95497f06 SHA512 5973deb76c2922005b5dbf31997e336e5214e803e8873f8281398b5abc225f59a20e85f6d208caf181923b8aaee05dace2d177224809309eb478a274c40b05f1 WHIRLPOOL c836be2107c687b32cf24a269047fd03e7b1d216bf09d86d4edde861b43f90886d079661815a9bbbf215042f028850a0f41a2ccfa0946be9f111f22bec3572ab
 DIST kjots-5.0.2.tar.xz 230608 SHA256 5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3 SHA512 a652765c56cebcaeba7b879cc075555c28667abdba84d11e986e5ffb440fbc776116f363992dd84d939918ae7d80ef5c2e1093da28d114b18041e10e5209b225 WHIRLPOOL 18e4dd955e275bdaceed16a4206e4ac5116cb26f2d1d87d35ef8b676ea61679e0c168176a50b94e96dadc5c944b56604d595541d158e982cc1222e5b52f3a1b6

diff --git a/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch b/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch
deleted file mode 100644
index 38c3d9d..00000000
--- a/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit d536dbdf606d18baa437d03a9852fa6bb7289953
-Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date:   Sun Jan 31 00:09:17 2016 +0100
-
-    Fix Exec in desktop file
-    
-    thx to dvratil for the correct solution.
-
-diff --git a/data/org.kde.kjots.desktop b/data/org.kde.kjots.desktop
-index cd40af1..f7e3533 100755
---- a/data/org.kde.kjots.desktop
-+++ b/data/org.kde.kjots.desktop
-@@ -36,7 +36,7 @@ GenericName[uk]=Записна книжка
- GenericName[x-test]=xxNote Takerxx
- GenericName[zh_CN]=笔记记录工具
- Icon=kjots
--Exec=kjots -caption %c
-+Exec=kjots -qwindowtitle %c
- Type=Application
- Terminal=false
- X-KDE-StartupNotify=true

diff --git a/kde-apps/kjots/kjots-5.0.1.ebuild b/kde-apps/kjots/kjots-5.0.1.ebuild
deleted file mode 100644
index 831e328..00000000
--- a/kde-apps/kjots/kjots-5.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Note taking utility by KDE"
-HOMEPAGE="https://www.kde.org/applications/utilities/kjots/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemmodels)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_kdeapps_dep akonadi)
-	$(add_kdeapps_dep akonadi-notes)
-	$(add_kdeapps_dep kmime)
-	$(add_kdeapps_dep kontactinterface)
-	$(add_kdeapps_dep kpimtextedit)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtwidgets)
-	dev-libs/grantlee:5
-	dev-libs/libxslt
-"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-"
-
-PATCHES=( "${FILESDIR}/${P}-fix-startup.patch" )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-17 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-17 22:31 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kjots/, kde-apps/kjots/files/ Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox