From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F9ED139694 for ; Mon, 10 Apr 2017 17:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8725FE0C26; Mon, 10 Apr 2017 17:13:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64919E0BF2 for ; Mon, 10 Apr 2017 17:13:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 373133412CB for ; Mon, 10 Apr 2017 17:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7294A73F0 for ; Mon, 10 Apr 2017 17:13:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1491844309.784bcd41c086ac932cec75446e8f8b6a0873379f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-cdr/isoimagewriter/ X-VCS-Repository: proj/kde X-VCS-Files: app-cdr/isoimagewriter/isoimagewriter-9999.ebuild app-cdr/isoimagewriter/metadata.xml X-VCS-Directories: app-cdr/isoimagewriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 784bcd41c086ac932cec75446e8f8b6a0873379f X-VCS-Branch: master Date: Mon, 10 Apr 2017 17:13:12 +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: a3aa33fa-da1f-426a-afb8-77a08695af42 X-Archives-Hash: e8ee4ee38f75c7af1b4feb397233bd04 commit: 784bcd41c086ac932cec75446e8f8b6a0873379f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 10 17:09:37 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 10 17:11:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=784bcd41 app-cdr/isoimagewriter: New package Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-cdr/isoimagewriter/isoimagewriter-9999.ebuild | 23 +++++++++++++++++++++++ app-cdr/isoimagewriter/metadata.xml | 8 ++++++++ 2 files changed, 31 insertions(+) diff --git a/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild b/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild new file mode 100644 index 0000000000..2a9467c1e5 --- /dev/null +++ b/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KMNAME="imagewriter" +inherit kde5 + +DESCRIPTION="Write hybrid ISO files onto a USB disk" +HOMEPAGE="https://cgit.kde.org/imagewriter.git/" + +LICENSE="GPL-3" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/app-cdr/isoimagewriter/metadata.xml b/app-cdr/isoimagewriter/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/app-cdr/isoimagewriter/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +