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 4ADD7138247 for ; Thu, 14 Nov 2013 21:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E891E0A5F; Thu, 14 Nov 2013 21:44:10 +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 C2C5DE0A5F for ; Thu, 14 Nov 2013 21:44:09 +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 D6AD833F164 for ; Thu, 14 Nov 2013 21:44:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 00B74E530A for ; Thu, 14 Nov 2013 21:44:06 +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: <1384465423.05d98b3067d1a56c5886b72012e7bc079f2c3aa3.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcrash/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcrash/kcrash-9999.ebuild kde-frameworks/kcrash/metadata.xml X-VCS-Directories: kde-frameworks/kcrash/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 05d98b3067d1a56c5886b72012e7bc079f2c3aa3 X-VCS-Branch: master Date: Thu, 14 Nov 2013 21:44:06 +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: 74e8163a-5533-4aae-aeb3-a34bd2de5c8f X-Archives-Hash: 27e94875c8848f2d3f7251e6c326b654 commit: 05d98b3067d1a56c5886b72012e7bc079f2c3aa3 Author: Johannes Huber gentoo org> AuthorDate: Thu Nov 14 21:38:29 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Nov 14 21:43:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=05d98b30 [kde-frameworks/kcrash] New package Package-Manager: portage-2.2.7 --- kde-frameworks/kcrash/kcrash-9999.ebuild | 22 ++++++++++++++++++++++ kde-frameworks/kcrash/metadata.xml | 5 +++++ 2 files changed, 27 insertions(+) diff --git a/kde-frameworks/kcrash/kcrash-9999.ebuild b/kde-frameworks/kcrash/kcrash-9999.ebuild new file mode 100644 index 0000000..4442948 --- /dev/null +++ b/kde-frameworks/kcrash/kcrash-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="tier2" +FRAMEWORKS_DOXYGEN="true" +inherit kde-frameworks + +DESCRIPTION="Library which offers crash handling functions" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/kcrash/metadata.xml b/kde-frameworks/kcrash/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-frameworks/kcrash/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +