From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kpty/files/, kde-frameworks/kpty/
Date: Wed, 20 Nov 2013 22:45:46 +0000 (UTC) [thread overview]
Message-ID: <1384987445.6b4ba3ccfac631ebdbd846ff276140d9011b2961.johu@gentoo> (raw)
commit: 6b4ba3ccfac631ebdbd846ff276140d9011b2961
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 22:44:05 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> 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 <johu@gentoo.org>
+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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
next reply other threads:[~2013-11-20 22:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-20 22:45 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-11-21 17:56 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kpty/files/, kde-frameworks/kpty/ Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384987445.6b4ba3ccfac631ebdbd846ff276140d9011b2961.johu@gentoo \
--to=johu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox