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 F18821388BF for ; Sat, 9 Jan 2016 15:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2CF0E0853; Sat, 9 Jan 2016 15:17:13 +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 0B765E0852 for ; Sat, 9 Jan 2016 15:17:13 +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 10CA3340988 for ; Sat, 9 Jan 2016 15:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94A7775D for ; Sat, 9 Jan 2016 15:17:09 +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: <1452352618.129d0bb8d550114379c3d9d4c9bbbb63b2d5d205.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsole/, kde-apps/konsolepart/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konsole/konsole-15.12.0-r1.ebuild kde-apps/konsole/konsole-15.12.0.ebuild kde-apps/konsole/konsole-4.14.3-r2.ebuild kde-apps/konsolepart/konsolepart-4.14.3.ebuild kde-apps/konsolepart/metadata.xml X-VCS-Directories: kde-apps/konsolepart/ kde-apps/konsole/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 129d0bb8d550114379c3d9d4c9bbbb63b2d5d205 X-VCS-Branch: master Date: Sat, 9 Jan 2016 15:17:09 +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: bbc50100-cf3f-4f83-bb3f-8e360e23ee5c X-Archives-Hash: 0f27fb72901e8e4e460f22e90213c013 commit: 129d0bb8d550114379c3d9d4c9bbbb63b2d5d205 Author: Andreas Sturmlechner gmail com> AuthorDate: Thu Jan 7 18:43:23 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jan 9 15:16:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=129d0bb8 kde-apps/konsole: Drop split 4.14.3-r2 version, moved to tree Package-Manager: portage-2.2.26 ...le-15.12.0.ebuild => konsole-15.12.0-r1.ebuild} | 0 kde-apps/konsole/konsole-4.14.3-r2.ebuild | 45 --------------- kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 65 ---------------------- kde-apps/konsolepart/metadata.xml | 5 -- 4 files changed, 115 deletions(-) diff --git a/kde-apps/konsole/konsole-15.12.0.ebuild b/kde-apps/konsole/konsole-15.12.0-r1.ebuild similarity index 100% rename from kde-apps/konsole/konsole-15.12.0.ebuild rename to kde-apps/konsole/konsole-15.12.0-r1.ebuild diff --git a/kde-apps/konsole/konsole-4.14.3-r2.ebuild b/kde-apps/konsole/konsole-4.14.3-r2.ebuild deleted file mode 100644 index f846dd7..0000000 --- a/kde-apps/konsole/konsole-4.14.3-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -KDE_DOC_DIRS="doc/manual" -VIRTUALX_REQUIRED="test" -VIRTUALDBUS_TEST="true" -inherit kde4-base - -DESCRIPTION="X terminal for use with KDE" -HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org" -KEYWORDS="" -IUSE="debug" - -DEPEND="" -RDEPEND="$(add_kdeapps_dep konsolepart)" - -# can't connect to a kded instance, fails to connect to dbus -RESTRICT="test" - -src_prepare() { - comment_add_subdirectory data - - kde4-base_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DWITH_LibKonq=OFF - ) - - kde4-base_src_configure -} - -src_install() { - kde4-base_src_install - - rm -r "${ED}"usr/$(get_libdir) || die - rm -r "${ED}"usr/share/apps || die - rm "${ED}"usr/share/kde4/services/konsolepart.desktop || die - rm -r "${ED}"usr/share/kde4/servicetypes || die -} diff --git a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild deleted file mode 100644 index af82f3d..0000000 --- a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="konsole" -KDE_HANDBOOK="never" -VIRTUALX_REQUIRED="test" -VIRTUALDBUS_TEST="true" -inherit kde4-base - -DESCRIPTION="X terminal kpart for use by konsole and other KDE applications" -HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug minimal" - -COMMONDEPEND=" - !aqua? ( - x11-libs/libX11 - x11-libs/libXext - >=x11-libs/libxklavier-3.2 - x11-libs/libXrender - x11-libs/libXtst - !minimal? ( $(add_kdeapps_dep libkonq) ) - ) -" -DEPEND="${COMMONDEPEND} - !aqua? ( - x11-apps/bdftopcf - x11-proto/kbproto - x11-proto/renderproto - ) -" -RDEPEND="${COMMONDEPEND} - ! - - - kde -