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 0C44C13997D for ; Wed, 13 Nov 2019 21:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29048E0882; Wed, 13 Nov 2019 21:47:15 +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 12982E0882 for ; Wed, 13 Nov 2019 21:47:15 +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 1E51B34CD4B for ; Wed, 13 Nov 2019 21:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E7D0773 for ; Wed, 13 Nov 2019 21:47: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: <1573681622.92a842fa801bc3aa01692c7fd94552af94e3747e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isoimagewriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild X-VCS-Directories: app-cdr/isoimagewriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 92a842fa801bc3aa01692c7fd94552af94e3747e X-VCS-Branch: master Date: Wed, 13 Nov 2019 21:47: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a52884d-4658-45c6-a108-fdda8060729e X-Archives-Hash: 6e55d8545b8b1585f44563f6a3c4cf30 commit: 92a842fa801bc3aa01692c7fd94552af94e3747e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 13 21:46:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 13 21:47:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a842fa app-cdr/isoimagewriter: Port to ecm and kde.org, update HOMEPAGE Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild b/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild index 904e057d83f..023d9ca9413 100644 --- a/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild +++ b/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild @@ -3,23 +3,29 @@ EAPI=7 -inherit kde5 +KFMIN=5.60.0 +QTMIN=5.12.3 +inherit ecm kde.org 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" +HOMEPAGE="https://community.kde.org/ISOImageWriter" + +if [[ ${KDE_BUILD_TYPE} == release ]]; then + SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64" +fi LICENSE="GPL-3" -KEYWORDS="~amd64" +SLOT="5" 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] + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kauth-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 virtual/libudev:= " RDEPEND="${DEPEND}"