public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsole/
Date: Thu, 27 Aug 2015 17:59:37 +0000 (UTC)	[thread overview]
Message-ID: <1440698353.2ecf860a2d64f51fad4ea105233a0c130e96b684.kensington@gentoo> (raw)

commit:     2ecf860a2d64f51fad4ea105233a0c130e96b684
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 17:59:13 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 17:59:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2ecf860a

kde-apps/konsole: moved to main repo.

Package-Manager: portage-2.2.20.1

 kde-apps/konsole/konsole-15.04.3.ebuild | 57 ------------------------------
 kde-apps/konsole/konsole-15.08.0.ebuild | 61 ---------------------------------
 2 files changed, 118 deletions(-)

diff --git a/kde-apps/konsole/konsole-15.04.3.ebuild b/kde-apps/konsole/konsole-15.04.3.ebuild
deleted file mode 100644
index b2e7c23..0000000
--- a/kde-apps/konsole/konsole-15.04.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE's terminal emulator"
-HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-DEPEND="
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kinit)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kpty)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtscript:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	X? ( x11-libs/libX11 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package X X11)
-	)
-
-	kde5_src_configure
-}

diff --git a/kde-apps/konsole/konsole-15.08.0.ebuild b/kde-apps/konsole/konsole-15.08.0.ebuild
deleted file mode 100644
index ab75c48..0000000
--- a/kde-apps/konsole/konsole-15.08.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_BLOCK_SLOT4="false"
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-KDE_PUNT_BOGUS_DEPS="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE's terminal emulator"
-HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-DEPEND="
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kinit)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kpty)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtscript:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	X? ( x11-libs/libX11 )
-"
-RDEPEND="${DEPEND}
-	!kde-apps/konsole:4[-minimal(+),handbook]
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package X X11)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2015-08-27 17:59 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27 17:59 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-23  6:26 [gentoo-commits] proj/kde:master commit in: kde-apps/konsole/ Sam James
2024-02-23  4:49 Sam James
2023-09-14 21:15 Andreas Sturmlechner
2023-08-02  5:48 Sam James
2023-03-25  0:15 Andreas Sturmlechner
2022-11-11 23:18 Andreas Sturmlechner
2021-05-12  7:50 Andreas Sturmlechner
2021-04-16 21:35 Andreas Sturmlechner
2021-04-16 19:37 Andreas Sturmlechner
2020-05-30 10:54 Andreas Sturmlechner
2020-04-18  8:21 Andreas Sturmlechner
2018-04-20  0:43 Andreas Sturmlechner
2017-08-03 18:01 Andreas Sturmlechner
2016-09-01 20:03 Michael Palimaka
2016-08-14 20:10 Michael Palimaka
2016-01-09 15:17 Michael Palimaka
2016-01-04 16:30 Michael Palimaka
2015-12-06  9:17 Michael Palimaka
2015-11-04 18:56 Michael Palimaka
2015-09-08  2:47 Michael Palimaka
2015-08-27 17:59 Michael Palimaka
2015-08-25 13:30 Michael Palimaka
2015-04-28 14:07 Michael Palimaka
2015-04-28 14:07 Michael Palimaka
2015-01-24  0:03 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1440698353.2ecf860a2d64f51fad4ea105233a0c130e96b684.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox