commit: 3e2db4dcac9eb9cee0e70a82cd1d1196f790b6c7
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 22:22:56 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 22:22:56 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3e2db4dc
kde-misc/kepas: Import latest from gentoo main tree
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-misc/kepas/files/kepas-0.9.3-as-needed.patch | 13 +++++++++++++
kde-misc/kepas/kepas-0.9.3.ebuild | 24 ++++++++++++++++++++++++
kde-misc/kepas/metadata.xml | 11 +++++++++++
3 files changed, 48 insertions(+)
diff --git a/kde-misc/kepas/files/kepas-0.9.3-as-needed.patch
b/kde-misc/kepas/files/kepas-0.9.3-as-needed.patch
new file mode 100644
index 0000000..45cf27c
--- /dev/null
+++ b/kde-misc/kepas/files/kepas-0.9.3-as-needed.patch
@@ -0,0 +1,13 @@
+Index: kepas-0.9.3/src/CMakeLists.txt
+===================================================================
+--- kepas-0.9.3.orig/src/CMakeLists.txt 2010-12-29 11:42:04.956392282
-0500
++++ kepas-0.9.3/src/CMakeLists.txt 2010-12-29 11:45:21.796392282 -0500
+@@ -20,7 +20,7 @@
+ kde4_add_executable(kepastray ${kifertray_SRCS})
+
+ target_link_libraries(kepastray
+- ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS}
${KDE4_KDNSSD_LIBS} kepas kpf)
++ ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS}
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDNSSD_LIBS} kepas kpf)
+
+ install(TARGETS kepastray
+ DESTINATION ${KDE4_BIN_INSTALL_DIR})
diff --git a/kde-misc/kepas/kepas-0.9.3.ebuild
b/kde-misc/kepas/kepas-0.9.3.ebuild
new file mode 100644
index 0000000..1183a02
--- /dev/null
+++ b/kde-misc/kepas/kepas-0.9.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="A zeroconf Plasma 4 filetransfer tool"
+HOMEPAGE="http://www.kde-apps.org/content/show.php?content=73968"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug oscar zeroconf"
+
+RDEPEND="
+ kde-plasma/plasma-workspace:4
+ oscar? ( $(add_kdeapps_dep kopete oscar) )
+ zeroconf? ( $(add_kdeapps_dep zeroconf-ioslave) )
+"
+
+PATCHES=( "${FILESDIR}/${P}-as-needed.patch" )
diff --git a/kde-misc/kepas/metadata.xml b/kde-misc/kepas/metadata.xml
new file mode 100644
index 0000000..e26e137
--- /dev/null
+++ b/kde-misc/kepas/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <use>
+ <flag name="oscar">Enables ICQ (AIM) support.</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">kepas</remote-id>
+ </upstream>
+</pkgmetadata>