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 1DEA559CA3 for ; Thu, 10 Mar 2016 08:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB92321C016; Thu, 10 Mar 2016 08:35:24 +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 E0D1721C00A for ; Thu, 10 Mar 2016 08:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8367533BE93 for ; Thu, 10 Mar 2016 08:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 557BE208D for ; Thu, 10 Mar 2016 08:35:20 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1457598907.4495e95d1b1b270a9424d7e736a4204d617f9b2c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kfloppy/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kfloppy/kfloppy-15.12.2.ebuild kde-apps/kfloppy/kfloppy-15.12.49.9999.ebuild kde-apps/kfloppy/kfloppy-9999.ebuild X-VCS-Directories: kde-apps/kfloppy/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4495e95d1b1b270a9424d7e736a4204d617f9b2c X-VCS-Branch: master Date: Thu, 10 Mar 2016 08:35:20 +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: 5faef83d-d71a-4aba-b2e1-02632cfa842f X-Archives-Hash: 8946b720dcb74495417c44b16d260007 commit: 4495e95d1b1b270a9424d7e736a4204d617f9b2c Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Mar 9 22:28:57 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 10 08:35:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4495e95d kde-apps/kfloppy: Frameworks merged to master Package-Manager: portage-2.2.27 kde-apps/kfloppy/kfloppy-15.12.2.ebuild | 2 +- kde-apps/kfloppy/kfloppy-15.12.49.9999.ebuild | 2 +- kde-apps/kfloppy/kfloppy-9999.ebuild | 27 ++++++++++++++++++++++----- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/kde-apps/kfloppy/kfloppy-15.12.2.ebuild b/kde-apps/kfloppy/kfloppy-15.12.2.ebuild index 327b3c6..9dafd6b 100644 --- a/kde-apps/kfloppy/kfloppy-15.12.2.ebuild +++ b/kde-apps/kfloppy/kfloppy-15.12.2.ebuild @@ -7,7 +7,7 @@ EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them" +DESCRIPTION="A straightforward graphical means to format 3.5\" and 5.25\" floppy disks" HOMEPAGE=" https://www.kde.org/applications/utilities/kfloppy/ https://utils.kde.org/projects/kfloppy/ diff --git a/kde-apps/kfloppy/kfloppy-15.12.49.9999.ebuild b/kde-apps/kfloppy/kfloppy-15.12.49.9999.ebuild index bf80e57..9491f99 100644 --- a/kde-apps/kfloppy/kfloppy-15.12.49.9999.ebuild +++ b/kde-apps/kfloppy/kfloppy-15.12.49.9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them" +DESCRIPTION="A straightforward graphical means to format 3.5\" and 5.25\" floppy disks" HOMEPAGE=" https://www.kde.org/applications/utilities/kfloppy/ https://utils.kde.org/projects/kfloppy/ diff --git a/kde-apps/kfloppy/kfloppy-9999.ebuild b/kde-apps/kfloppy/kfloppy-9999.ebuild index bf80e57..952a530 100644 --- a/kde-apps/kfloppy/kfloppy-9999.ebuild +++ b/kde-apps/kfloppy/kfloppy-9999.ebuild @@ -2,15 +2,32 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -KDE_HANDBOOK="optional" -inherit kde4-base +KDE_HANDBOOK="forceoptional" +inherit kde5 -DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them" +DESCRIPTION="A straightforward graphical means to format 3.5\" and 5.25\" floppy disks" HOMEPAGE=" https://www.kde.org/applications/utilities/kfloppy/ https://utils.kde.org/projects/kfloppy/ " + KEYWORDS="" -IUSE="debug" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}"