summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-24 06:52:31 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-07-08 03:52:08 +1000
commit581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f (patch)
tree65a0453280be9851b5813f4deb727743647c1f01 /kde-apps/konsole
parentkde-base: drop ~ppc/~ppc64 keyword (diff)
downloadgentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.tar.gz
gentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.tar.bz2
gentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.zip
kde-apps: remove 4.14.3
Certain packages are however retained where they are specifically required by revdeps or otherwise still needed by Plasma 4.
Diffstat (limited to 'kde-apps/konsole')
-rw-r--r--kde-apps/konsole/Manifest1
-rw-r--r--kde-apps/konsole/konsole-4.14.3-r2.ebuild45
-rw-r--r--kde-apps/konsole/konsole-4.14.3.ebuild38
3 files changed, 0 insertions, 84 deletions
diff --git a/kde-apps/konsole/Manifest b/kde-apps/konsole/Manifest
index 23bad6fbbbe9..e3bc1d4054a3 100644
--- a/kde-apps/konsole/Manifest
+++ b/kde-apps/konsole/Manifest
@@ -1,3 +1,2 @@
DIST konsole-15.12.3.tar.xz 459140 SHA256 53561efd77a5df7d18b1d29e12e75e2f65c3884059c0a7ebc17e14090fd85fd8 SHA512 c6adbf6b7e5817a8d374f34f9310d0946baa245736c93d80493f6b50d77157f037619368f22fe27a6facdb2d0256f50126fac220592d4b1e6a6f74f1130019fa WHIRLPOOL 8f500ca87e4fbc5b93968263b8eaa4bd46aae32417783a4287f6d7b56c46e012e4d372ef9d32f75f1af600eb83662befb13073655ec3ba65b8618ed55003051b
DIST konsole-16.04.2.tar.xz 460632 SHA256 29dcfc6229dfc83e81b5bd8133abc57d9135ff38ea31682d997c8b43a0ebe7de SHA512 10bb22b9fcbd87b2a5a0d67ef44ab5d1188e010f33bce5141f59379c8fced477169fb14f2d7497c33c6001dd5751b6a967ea0a19ce69b52e0b4e954fc270d2fe WHIRLPOOL 53427bf245e1ca9e3a9fcc74df4b66372740c964cec56361ee22536ec004a5dbe591988ea0e5e91c28ff65a559f844eb972273f667974ff7633af5dfceea2774
-DIST konsole-4.14.3.tar.xz 455216 SHA256 2f750e6930309f8a3b939c7cd30415a08d71da27af10893c3341305db803f155 SHA512 88a919ea7230ae96518a347b80dbf08d641c60557f24cff02421f22cc99da5b2daf306d8e7b820cd701983fcd3ee46171cc97e231591ad2c334574777fbdb135 WHIRLPOOL 588f0f02c8008679ff598d15cd79f8214acd74e57f5c5a936d5aa26d64c1f4f62f46f834ddf6b0545ea05f98d6a2bafcb3b7b5eb9e7c31e93224976b5168bd8e
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 b773196237de..000000000000
--- 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="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-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/konsole/konsole-4.14.3.ebuild b/kde-apps/konsole/konsole-4.14.3.ebuild
deleted file mode 100644
index 5d543b7a239a..000000000000
--- a/kde-apps/konsole/konsole-4.14.3.ebuild
+++ /dev/null
@@ -1,38 +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="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-COMMONDEPEND="
- !aqua? (
- $(add_kdeapps_dep libkonq)
- x11-libs/libX11
- x11-libs/libXext
- >=x11-libs/libxklavier-3.2
- x11-libs/libXrender
- x11-libs/libXtst
- )
-"
-DEPEND="${COMMONDEPEND}
- !aqua? (
- x11-apps/bdftopcf
- x11-proto/kbproto
- x11-proto/renderproto
- )
-"
-RDEPEND="${COMMONDEPEND}"
-
-# can't connect to a kded instance, fails to connect to dbus
-RESTRICT="test"