summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /kde-misc/kepas
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'kde-misc/kepas')
-rw-r--r--kde-misc/kepas/Manifest1
-rw-r--r--kde-misc/kepas/files/kepas-0.9.3-as-needed.patch13
-rw-r--r--kde-misc/kepas/kepas-0.9.3.ebuild24
-rw-r--r--kde-misc/kepas/metadata.xml11
4 files changed, 49 insertions, 0 deletions
diff --git a/kde-misc/kepas/Manifest b/kde-misc/kepas/Manifest
new file mode 100644
index 000000000000..02def63b4456
--- /dev/null
+++ b/kde-misc/kepas/Manifest
@@ -0,0 +1 @@
+DIST kepas-0.9.3.tar.bz2 110689 SHA256 dabe0f8ba38bd3616d56ed7a51d3d0ad3faf4670349553de9cfebaa18d115f7e SHA512 d2e83c9ef830bbfc1aac9523718874759aa98f1aa41d77bed9f5b6554171d15853b4940e6de6ef506bb55ada34cf5c8de6e7f016f0cb6c73dee113b97247cbb6 WHIRLPOOL fe63a4d87238ad94cfce037081942468ce5802836ac1eb58cc6388a65a7b8ff820f89545342d095ca40c0bb60148213f518e27ba8bd185ec1ee55c6dd9822083
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 000000000000..45cf27ce35cc
--- /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 000000000000..24aba5d1f9a9
--- /dev/null
+++ b/kde-misc/kepas/kepas-0.9.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="A zeroconf KDE4 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="
+ $(add_kdebase_dep plasma-workspace)
+ 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 000000000000..9f2a305b81da
--- /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>
+ <herd>kde</herd>
+ <use>
+ <flag name="oscar">Enables ICQ (AIM) support.</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">kepas</remote-id>
+ </upstream>
+</pkgmetadata>