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 AC4A8138334 for ; Wed, 24 Jul 2019 11:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 778B8E0833; Wed, 24 Jul 2019 11:10:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E7014E082B for ; Wed, 24 Jul 2019 11:10:45 +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 89F1B348670 for ; Wed, 24 Jul 2019 11:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FA6734 for ; Wed, 24 Jul 2019 11:10:42 +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: <1563966569.c1cfc221a1c7851727d9cce7da691b2d00b1934c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-5.3.80.ebuild dev-util/kdevelop/kdevelop-5.4.9999.ebuild dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c1cfc221a1c7851727d9cce7da691b2d00b1934c X-VCS-Branch: master Date: Wed, 24 Jul 2019 11:10:42 +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: 8f2ffab7-0abd-4acf-93b8-d8614e418976 X-Archives-Hash: 44ef7fe34ad6adfb96c5c576d098260c commit: c1cfc221a1c7851727d9cce7da691b2d00b1934c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 24 10:52:43 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 24 11:09:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1cfc221 dev-util/kdevelop: Add soversion subslot Actually this was necessary since kdevplatform was merged into it. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-5.3.80.ebuild | 2 ++ dev-util/kdevelop/kdevelop-5.4.9999.ebuild | 2 ++ dev-util/kdevelop/kdevelop-9999.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/dev-util/kdevelop/kdevelop-5.3.80.ebuild b/dev-util/kdevelop/kdevelop-5.3.80.ebuild index e738d79b46..430d33b22e 100644 --- a/dev-util/kdevelop/kdevelop-5.3.80.ebuild +++ b/dev-util/kdevelop/kdevelop-5.3.80.ebuild @@ -15,7 +15,9 @@ fi DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" HOMEPAGE="https://www.kdevelop.org/" + LICENSE="GPL-2 LGPL-2" +SLOT="5/54" # look at KDEVELOP_SOVERSION inside CMakeLists.txt IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit" COMMON_DEPEND=" diff --git a/dev-util/kdevelop/kdevelop-5.4.9999.ebuild b/dev-util/kdevelop/kdevelop-5.4.9999.ebuild index e738d79b46..430d33b22e 100644 --- a/dev-util/kdevelop/kdevelop-5.4.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-5.4.9999.ebuild @@ -15,7 +15,9 @@ fi DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" HOMEPAGE="https://www.kdevelop.org/" + LICENSE="GPL-2 LGPL-2" +SLOT="5/54" # look at KDEVELOP_SOVERSION inside CMakeLists.txt IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit" COMMON_DEPEND=" diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index e738d79b46..2ae98c0f06 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -15,7 +15,9 @@ fi DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" HOMEPAGE="https://www.kdevelop.org/" + LICENSE="GPL-2 LGPL-2" +SLOT="5/55" # look at KDEVELOP_SOVERSION inside CMakeLists.txt IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit" COMMON_DEPEND="