From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B27AD1387B1 for ; Wed, 20 Nov 2013 22:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06F97E0B5A; Wed, 20 Nov 2013 22:45:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 812FDE0B5A for ; Wed, 20 Nov 2013 22:45:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 298E233F0AF for ; Wed, 20 Nov 2013 22:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 99BBBE5459 for ; Wed, 20 Nov 2013 22:45:46 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1384987445.6b4ba3ccfac631ebdbd846ff276140d9011b2961.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kpty/files/, kde-frameworks/kpty/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kpty/files/kpty-cmake.patch kde-frameworks/kpty/kpty-9999.ebuild kde-frameworks/kpty/metadata.xml X-VCS-Directories: kde-frameworks/kpty/files/ kde-frameworks/kpty/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6b4ba3ccfac631ebdbd846ff276140d9011b2961 X-VCS-Branch: master Date: Wed, 20 Nov 2013 22:45:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f192b88-6220-4eb0-a4db-37778043a615 X-Archives-Hash: 76d150297e84fceeb23a9ab338c45ffb commit: 6b4ba3ccfac631ebdbd846ff276140d9011b2961 Author: Johannes Huber gentoo org> AuthorDate: Wed Nov 20 22:44:05 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Nov 20 22:44:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6b4ba3cc [kde-frameworks/kpty] New package Package-Manager: portage-2.2.7 --- kde-frameworks/kpty/files/kpty-cmake.patch | 40 ++++++++++++++++++++++++++++++ kde-frameworks/kpty/kpty-9999.ebuild | 22 ++++++++++++++++ kde-frameworks/kpty/metadata.xml | 5 ++++ 3 files changed, 67 insertions(+) diff --git a/kde-frameworks/kpty/files/kpty-cmake.patch b/kde-frameworks/kpty/files/kpty-cmake.patch new file mode 100644 index 0000000..9681a54 --- /dev/null +++ b/kde-frameworks/kpty/files/kpty-cmake.patch @@ -0,0 +1,40 @@ +From 8af58e5c5171acff24cf14d79295a0d95deda083 Mon Sep 17 00:00:00 2001 +From: Johannes Huber +Date: Wed, 20 Nov 2013 23:36:17 +0100 +Subject: [PATCH] Improve dependency specifications + +Depends only on Qt5 core for src. Move Qt test dependency spec to +subdir. +--- + tier3/kpty/CMakeLists.txt | 2 +- + tier3/kpty/autotests/CMakeLists.txt | 2 ++ + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/tier3/kpty/CMakeLists.txt b/tier3/kpty/CMakeLists.txt +index 12d977e..fc28e03 100644 +--- a/tier3/kpty/CMakeLists.txt ++++ b/tier3/kpty/CMakeLists.txt +@@ -10,7 +10,7 @@ set(KF5_VERSION "5.0.0") + include(KDEInstallDirs) + include(KDECompilerSettings) + include(KDECMakeSettings) +-find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Test) ++find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Core) + + if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") + find_package(KCoreAddons ${KF5_VERSION} REQUIRED) +diff --git a/tier3/kpty/autotests/CMakeLists.txt b/tier3/kpty/autotests/CMakeLists.txt +index aa28cfc..4f0a164 100644 +--- a/tier3/kpty/autotests/CMakeLists.txt ++++ b/tier3/kpty/autotests/CMakeLists.txt +@@ -1,5 +1,7 @@ + include(ECMMarkAsTest) + ++find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Test) ++ + remove_definitions(-DQT_NO_CAST_FROM_ASCII) + + add_executable(kptyprocesstest kptyprocesstest.cpp) +-- +1.8.4.3 + diff --git a/kde-frameworks/kpty/kpty-9999.ebuild b/kde-frameworks/kpty/kpty-9999.ebuild new file mode 100644 index 0000000..410649d --- /dev/null +++ b/kde-frameworks/kpty/kpty-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +FRAMEWORKS_TYPE="tier3" +FRAMEWORKS_DOXYGEN="true" +inherit kde-frameworks + +DESCRIPTION="Framework for pseudo terminal devices and running child processes" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + sys-libs/libutempter +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-cmake.patch" ) diff --git a/kde-frameworks/kpty/metadata.xml b/kde-frameworks/kpty/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-frameworks/kpty/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +