[gentoo-commits] repo/gentoo:master commit in: app-text/kding/, app-text/kding/files/

2017-10-12 Thread Michael Palimaka
commit: a33a8a275f1bd3b4782ca12dad150f6389a54e83
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 12 12:21:51 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 12 12:28:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33a8a27

app-text/kding: remove last rited package

 app-text/kding/Manifest|  1 -
 app-text/kding/files/kding-0.6-cmake.patch |  8 --
 app-text/kding/files/kding-0.6-dtd.patch   | 20 ---
 app-text/kding/kding-0.6-r3.ebuild | 40 --
 app-text/kding/metadata.xml| 13 --
 5 files changed, 82 deletions(-)

diff --git a/app-text/kding/Manifest b/app-text/kding/Manifest
deleted file mode 100644
index 8ab1432b662..000
--- a/app-text/kding/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kding-0.6.tar.bz2 3348783 SHA256 
56c070b772b406529972648822dfb45b705980d7f74a98bd009efec72f9c7f71 SHA512 
362890e95c8779d188745b41b6d7ef3050740999bf49baf98c16c73debb78fb1e57ebbeaddb902b458f00088f437b86eab398dd029626e35805e8ef6f09d0b86
 WHIRLPOOL 
5caf0e918dd8ac1f1eafcd04b06c3f1714092523178af6ad959c717ad0a1ca63c0b3cb46655ad8e773a702330c7699239dbce70324c3b5dfd4f9f27a12857737

diff --git a/app-text/kding/files/kding-0.6-cmake.patch 
b/app-text/kding/files/kding-0.6-cmake.patch
deleted file mode 100644
index bd6929ac12e..000
--- a/app-text/kding/files/kding-0.6-cmake.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff -Naur kding-0.6.orig/CMakeLists.txt kding-0.6/CMakeLists.txt
 kding-0.6.orig/CMakeLists.txt  2009-09-20 14:09:48.0 +0200
-+++ kding-0.6/CMakeLists.txt   2016-05-26 19:03:47.146777630 +0200
-@@ -1,3 +1,4 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
- project(kding)
- 
- find_package(KDE4 REQUIRED)

diff --git a/app-text/kding/files/kding-0.6-dtd.patch 
b/app-text/kding/files/kding-0.6-dtd.patch
deleted file mode 100644
index f039b40fd34..000
--- a/app-text/kding/files/kding-0.6-dtd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-http://bugs.gentoo.org/338466
-
 a/doc/de/index.docbook
-+++ b/doc/de/index.docbook
-@@ -1,5 +1,5 @@
- 
--KDing">
- 
- 
 a/doc/en/index.docbook
-+++ b/doc/en/index.docbook
-@@ -1,5 +1,5 @@
- 
--KDing">
- 
- 

diff --git a/app-text/kding/kding-0.6-r3.ebuild 
b/app-text/kding/kding-0.6-r3.ebuild
deleted file mode 100644
index 3b3fa6c950f..000
--- a/app-text/kding/kding-0.6-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="de"
-inherit kde4-base
-
-DESCRIPTION="KDE port of Ding, a dictionary lookup program"
-HOMEPAGE="http://www.rexi.org/software/kding/;
-SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="media-libs/libpng:0"
-
-PATCHES=(
-   "${FILESDIR}/${P}-dtd.patch"
-   "${FILESDIR}/${P}-cmake.patch"
-)
-
-src_prepare() {
-   sed -e "/Encoding=UTF-8/d" \
-   -i resources/kding.desktop || die "fixing .desktop file failed"
-
-   kde4-base_src_prepare
-}
-
-src_install() {
-   kde4-base_src_install
-
-   # bug 510510
-   pngfix -q --out=out.png 
"${ED}/usr/share/icons/hicolor/22x22/apps/kding.png"
-   mv -f out.png "${ED}/usr/share/icons/hicolor/22x22/apps/kding.png" \
-   || die "fixing broken png file failed"
-}

diff --git a/app-text/kding/metadata.xml b/app-text/kding/metadata.xml
deleted file mode 100644
index d1286325021..000
--- a/app-text/kding/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   KDing is a KDE port of Ding, a dictionary lookup program. It is
-   a simple program sitting in KDE's system tray that can translate
-   the current clipboard content.
-   
-



[gentoo-commits] repo/gentoo:master commit in: app-text/kding/, app-text/kding/files/

2016-05-26 Thread Johannes Huber
commit: 19834ee0dee9d74c972de1be8efbbd3dc03341dc
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 26 17:18:41 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu May 26 17:20:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19834ee0

app-text/kding: Fix broken png with libpng-1.6

Gentoo-bug: 510510

Package-Manager: portage-2.3.0_rc1

 app-text/kding/files/kding-0.6-cmake.patch |  8 ++
 app-text/kding/files/kding-0.6-dtd.patch   |  8 +++---
 app-text/kding/kding-0.6-r3.ebuild | 41 ++
 3 files changed, 53 insertions(+), 4 deletions(-)

diff --git a/app-text/kding/files/kding-0.6-cmake.patch 
b/app-text/kding/files/kding-0.6-cmake.patch
new file mode 100644
index 000..bd6929a
--- /dev/null
+++ b/app-text/kding/files/kding-0.6-cmake.patch
@@ -0,0 +1,8 @@
+diff -Naur kding-0.6.orig/CMakeLists.txt kding-0.6/CMakeLists.txt
+--- kding-0.6.orig/CMakeLists.txt  2009-09-20 14:09:48.0 +0200
 kding-0.6/CMakeLists.txt   2016-05-26 19:03:47.146777630 +0200
+@@ -1,3 +1,4 @@
++cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+ project(kding)
+ 
+ find_package(KDE4 REQUIRED)

diff --git a/app-text/kding/files/kding-0.6-dtd.patch 
b/app-text/kding/files/kding-0.6-dtd.patch
index 0f8a4d5b..f039b40 100644
--- a/app-text/kding/files/kding-0.6-dtd.patch
+++ b/app-text/kding/files/kding-0.6-dtd.patch
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/338466
 
 doc/de/index.docbook
-+++ doc/de/index.docbook
+--- a/doc/de/index.docbook
 b/doc/de/index.docbook
 @@ -1,5 +1,5 @@
  
 -http://bugs.gentoo.org/338466
  KDing">
  
  
 doc/en/index.docbook
-+++ doc/en/index.docbook
+--- a/doc/en/index.docbook
 b/doc/en/index.docbook
 @@ -1,5 +1,5 @@
  
 -http://www.rexi.org/software/kding/;
+SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="media-libs/libpng:0"
+
+PATCHES=(
+   "${FILESDIR}/${P}-dtd.patch"
+   "${FILESDIR}/${P}-cmake.patch"
+)
+
+src_prepare() {
+   sed -e "/Encoding=UTF-8/d" \
+   -i resources/kding.desktop || die "fixing .desktop file failed"
+
+   kde4-base_src_prepare
+}
+
+src_install() {
+   kde4-base_src_install
+
+   # bug 510510
+   pngfix -q --out=out.png 
"${ED}/usr/share/icons/hicolor/22x22/apps/kding.png"
+   mv -f out.png "${ED}/usr/share/icons/hicolor/22x22/apps/kding.png" \
+   || die "fixing broken png file failed"
+}