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 0C8A0139695 for ; Sat, 5 Aug 2017 08:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F26CE0C7A; Sat, 5 Aug 2017 08:29:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 19173E0C7A for ; Sat, 5 Aug 2017 08:29:39 +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 2F59E341930 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 CAD1675EE 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: <1501921739.35008daeebfed2ce0a41f340b440e103b87d56a7.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.1.ebuild X-VCS-Directories: app-cdr/isoimagewriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 35008daeebfed2ce0a41f340b440e103b87d56a7 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: 6da05c80-b8cb-49ce-8d63-d70b5e04bb5a X-Archives-Hash: fbae256d584c186324d76c6eedb57c8b commit: 35008daeebfed2ce0a41f340b440e103b87d56a7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 5 08:28:59 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 5 08:28:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=35008dae app-cdr/isoimagewriter: Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-cdr/isoimagewriter/isoimagewriter-0.1.ebuild | 30 ------------------------ 1 file changed, 30 deletions(-) diff --git a/app-cdr/isoimagewriter/isoimagewriter-0.1.ebuild b/app-cdr/isoimagewriter/isoimagewriter-0.1.ebuild deleted file mode 100644 index 579754051f..0000000000 --- a/app-cdr/isoimagewriter/isoimagewriter-0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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}" - -src_prepare() { - kde5_src_prepare - cmake_comment_add_subdirectory signing-keys -}