summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-09-12 15:29:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-12 22:32:55 +0200
commitd94e4d403a72074c80a12e088cfb2ed055669d76 (patch)
treeca9547cd2515508030ce07f6ac893e7fdd5c4b5d /kde-frameworks/khtml
parentkde-frameworks/kirigami: Drop old (diff)
downloadgentoo-d94e4d403a72074c80a12e088cfb2ed055669d76.tar.gz
gentoo-d94e4d403a72074c80a12e088cfb2ed055669d76.tar.bz2
gentoo-d94e4d403a72074c80a12e088cfb2ed055669d76.zip
kde-frameworks: Drop KDE Frameworks 5.34.0
Except ECM which is required for hppa. Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/khtml')
-rw-r--r--kde-frameworks/khtml/Manifest1
-rw-r--r--kde-frameworks/khtml/khtml-5.34.0.ebuild66
2 files changed, 0 insertions, 67 deletions
diff --git a/kde-frameworks/khtml/Manifest b/kde-frameworks/khtml/Manifest
index 9fea8797fb36..7d5ee653a883 100644
--- a/kde-frameworks/khtml/Manifest
+++ b/kde-frameworks/khtml/Manifest
@@ -1,3 +1,2 @@
-DIST khtml-5.34.0.tar.xz 2086052 SHA256 bb5ba5a1a3896277f14d713b91bbbd53036e49289287100375eba26f9d048948 SHA512 69f46ca7e198c86af18f675e9743da0de89fe021ce5e19ac594083794a5f607d0d9fdd239c2f77daa5736e6e742d628119ce4bc23cdf6a01fd63dc045e74b985 WHIRLPOOL 08969153de22373927c6064517fafb5aa65dbb7ec1090d07c45f6c631e7f44d78f1b6da247984e3ad5a794d973da45c0399d8d0b53177cfca1b46205052d4164
DIST khtml-5.37.0.tar.xz 2081460 SHA256 02aa4260f078f97b9299fdf1acef85ed28158c9de3a3023774aed8e4bbe815d8 SHA512 275b014d7e1ec3c5f2727c32c237ee9d2f0be313fd5e8676b81be1a1791478e04c786129340f331ea35e4f363e0e696b7d7e67c2699dfeb48bfa8cbb6ed6522d WHIRLPOOL 143d5c28d93e522b0d4b9d70d5e1ad95281e05e976c095cbbfa6ab3a9806ffaec2c7f7a535af84e0c5ec8cdb3d3b2194f22ca127d9ead788e353308e0fbd078a
DIST khtml-5.38.0.tar.xz 2081760 SHA256 fe35153e0d89ca984fe6609ce2365a94eb21849e9d69e201a195af36d40e4639 SHA512 0b0c6e4737212ec7fef14a063fe13d6a715c27f56ea3e432b258ac2cce9c5de83f1ce82949a385eb4e904a4ee61d5d6222f476e053addac52cb5a9800cfd162b WHIRLPOOL 6f0e6f6cbcdb8bc50a5867dc216abf5b2ef07a8ffa178bf29ad16dca09f314c8df7d5352c223ca60693b7115d2391222a5131a006669962e3be54a86d1935967
diff --git a/kde-frameworks/khtml/khtml-5.34.0.ebuild b/kde-frameworks/khtml/khtml-5.34.0.ebuild
deleted file mode 100644
index 87088e34f0e7..000000000000
--- a/kde-frameworks/khtml/khtml-5.34.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KHTML web rendering engine"
-LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm x86"
-IUSE="libressl X"
-
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kjs)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork 'ssl')
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- media-libs/giflib:=
- media-libs/libpng:0=
- media-libs/phonon[qt5(+)]
- sys-libs/zlib
- virtual/jpeg:0
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- )
-"
-DEPEND="${RDEPEND}
- dev-lang/perl
- test? ( $(add_qt_dep qtx11extras) )
- X? ( x11-proto/xproto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
- )
-
- kde5_src_configure
-}