From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- kde-misc/kepas/Manifest | 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 +++++++++++ 4 files changed, 49 insertions(+) create mode 100644 kde-misc/kepas/Manifest create mode 100644 kde-misc/kepas/files/kepas-0.9.3-as-needed.patch create mode 100644 kde-misc/kepas/kepas-0.9.3.ebuild create mode 100644 kde-misc/kepas/metadata.xml (limited to 'kde-misc/kepas') 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 @@ + + + + kde + + Enables ICQ (AIM) support. + + + kepas + + -- cgit v1.2.3-65-gdbad