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 75A13138D01 for ; Sat, 27 Jun 2015 21:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3C1E082B; Sat, 27 Jun 2015 21:11:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 220E6E082B for ; Sat, 27 Jun 2015 21:11:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 605693407D2 for ; Sat, 27 Jun 2015 21:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF345745 for ; Sat, 27 Jun 2015 21:11:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1435439477.fe9be22144d9780b1d125d03322522312a8785f3.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kolor-manager/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kolor-manager/kolor-manager-5.9999.ebuild kde-misc/kolor-manager/kolor-manager-9999.ebuild X-VCS-Directories: kde-misc/kolor-manager/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: fe9be22144d9780b1d125d03322522312a8785f3 X-VCS-Branch: master Date: Sat, 27 Jun 2015 21:11: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: 5658a9eb-b69f-4d5a-85fb-dfabb3a4e94e X-Archives-Hash: e3a302148fa6248f5fcfcae749b62b61 commit: fe9be22144d9780b1d125d03322522312a8785f3 Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 27 21:11:17 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 27 21:11:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe9be221 [kde-misc/kolor-manager] Drop SLOT 4 Package-Manager: portage-2.2.20 kde-misc/kolor-manager/kolor-manager-5.9999.ebuild | 28 ---------------------- kde-misc/kolor-manager/kolor-manager-9999.ebuild | 13 ++++++---- 2 files changed, 9 insertions(+), 32 deletions(-) diff --git a/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild b/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild deleted file mode 100644 index ae4743a..0000000 --- a/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -EGIT_BRANCH="frameworks" -inherit kde5 - -DESCRIPTION="KControl module for Oyranos CMS cross desktop settings" -HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager" - -LICENSE="BSD-2" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - dev-qt/qtwidgets:5 - media-gfx/synnefo[qt5] - =media-libs/oyranos-9999 - media-libs/libXcm - x11-libs/libXrandr -" -RDEPEND="${DEPEND}" diff --git a/kde-misc/kolor-manager/kolor-manager-9999.ebuild b/kde-misc/kolor-manager/kolor-manager-9999.ebuild index 4a250c0..ae4743a 100644 --- a/kde-misc/kolor-manager/kolor-manager-9999.ebuild +++ b/kde-misc/kolor-manager/kolor-manager-9999.ebuild @@ -4,18 +4,23 @@ EAPI=5 -inherit kde4-base +EGIT_BRANCH="frameworks" +inherit kde5 DESCRIPTION="KControl module for Oyranos CMS cross desktop settings" HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager" LICENSE="BSD-2" KEYWORDS="" -SLOT="4" -IUSE="debug" +IUSE="" DEPEND=" - media-gfx/synnefo[-qt5] + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + dev-qt/qtwidgets:5 + media-gfx/synnefo[qt5] =media-libs/oyranos-9999 media-libs/libXcm x11-libs/libXrandr