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 DC663139694 for ; Sat, 5 Aug 2017 08:29:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1371FE084A; Sat, 5 Aug 2017 08:29:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4C45E084A for ; Sat, 5 Aug 2017 08:29:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1A1EE341858 for ; Sat, 5 Aug 2017 08:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6CB374F1 for ; Sat, 5 Aug 2017 08:29:36 +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: <1501921629.577bccdb8a1f5659676f302fb52268683679b6af.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-0.2.ebuild X-VCS-Directories: app-cdr/isoimagewriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 577bccdb8a1f5659676f302fb52268683679b6af X-VCS-Branch: master Date: Sat, 5 Aug 2017 08:29:36 +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: 2d395dcf-a9c8-4962-bda5-2e3d5ae0e189 X-Archives-Hash: c6de11408b9da04f2c353daf75ca93f8 commit: 577bccdb8a1f5659676f302fb52268683679b6af Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 5 08:27:09 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 5 08:27:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=577bccdb app-cdr/isoimagewriter: 0.2 version bump Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-cdr/isoimagewriter/isoimagewriter-0.2.ebuild | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/app-cdr/isoimagewriter/isoimagewriter-0.2.ebuild b/app-cdr/isoimagewriter/isoimagewriter-0.2.ebuild new file mode 100644 index 0000000000..7c64f5388b --- /dev/null +++ b/app-cdr/isoimagewriter/isoimagewriter-0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Write hybrid ISO files onto a USB disk" +HOMEPAGE="http://wiki.rosalab.com/en/index.php/Blog:ROSA_Planet/ROSA_Image_Writer" +[[ ${PV} != *9999* ]] && SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz" + +LICENSE="GPL-3" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + app-crypt/gpgme[cxx,qt5] + virtual/libudev:= +" +RDEPEND="${DEPEND}"