summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-05 17:30:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-05 18:16:34 +0100
commit37a60e5d792a0b08d360feda98d76f98b0499c84 (patch)
tree24ab3f390862f59e09757afbf52aecd4833e011d /kde-misc
parentkde-misc/kwebkitpart: Add 1.4.0_pre20170924 snapshot, fix build w/ Qt-5.9 (diff)
downloadgentoo-37a60e5d792a0b08d360feda98d76f98b0499c84.tar.gz
gentoo-37a60e5d792a0b08d360feda98d76f98b0499c84.tar.bz2
gentoo-37a60e5d792a0b08d360feda98d76f98b0499c84.zip
kde-misc/kwebkitpart: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kwebkitpart/Manifest1
-rw-r--r--kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170128.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-misc/kwebkitpart/Manifest b/kde-misc/kwebkitpart/Manifest
index bf2e38b0e93d..e36b585cee63 100644
--- a/kde-misc/kwebkitpart/Manifest
+++ b/kde-misc/kwebkitpart/Manifest
@@ -1,2 +1 @@
-DIST kwebkitpart-1.4.0_pre20170128.tar.xz 106960 SHA256 ba836438033651d42c2ff95a6790f4180be4b76d6ca87eee1eb7247fc2440ea7 SHA512 6cb2c54df8d7488c4af3c6873461d4fc9053774df2a8fb7eea80ec50c9c1122fbb47d72b3f9256eeeed5f0335675c2125e7baee7e5a775ee8776b7cf64d0a0fd WHIRLPOOL f46a6bfce4de17f0c0e48ec74a61938b4a511a28a6292be00ee7d474c2c34e014cf8d789d0f44593defe32b309d4fb570818a11637f6e19deec38f6179ee3410
DIST kwebkitpart-1.4.0_pre20170924.tar.gz 120550 SHA256 db129791411d7f21425c9b91d11ae27305723cee72f839351a8d566a307a47ca SHA512 eb916bb1d9513300b1aef801451dcfd21e1e5d3e4898abcbcfd7b57d32bcf0f1fa66553960857a8831571787f87f5c0ebf422bcd3b0c8e956b97a520a160c621 WHIRLPOOL 5cc65ec6a6fa3d5243358f91ec2c19026e5adbe4ff4fa6e2d60453315d45c4b509157c5c8a7dd66cddf3b203a4063a1bbcd7797abe97fce1a79ec95f12374d3a
diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170128.ebuild b/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170128.ebuild
deleted file mode 100644
index 4f754e38ee1b..000000000000
--- a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170128.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="WebKit KPart for Konqueror"
-HOMEPAGE="https://quickgit.kde.org/?p=kwebkitpart.git"
-SRC_URI="https://dev.gentoo.org/~asturm/${P}.tar.xz"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kdewebkit)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwebkit)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- !kde-misc/kwebkitpart:4
-"