app-editors/kile: Drop 2.9.92 (r0)
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 16 Jan 2019 16:00:41 +0000 (17:00 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 16 Jan 2019 16:13:31 +0000 (17:13 +0100)
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-editors/kile/kile-2.9.92.ebuild [deleted file]

diff --git a/app-editors/kile/kile-2.9.92.ebuild b/app-editors/kile/kile-2.9.92.ebuild
deleted file mode 100644 (file)
index 30c5495..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks"
-HOMEPAGE="https://kile.sourceforge.io/"
-[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="FDL-1.2 GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="+pdf +png"
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep kdoctools)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep khtml)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kinit)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep ktexteditor)
-       $(add_frameworks_dep kwindowsystem)
-       $(add_frameworks_dep kxmlgui)
-       $(add_kdeapps_dep okular)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtscript)
-       $(add_qt_dep qttest)
-       $(add_qt_dep qtwidgets)
-       pdf? ( app-text/poppler[qt5] )
-"
-RDEPEND="${DEPEND}
-       !app-editors/kile:4
-       $(add_kdeapps_dep konsole)
-       $(add_kdeapps_dep okular 'pdf?')
-       virtual/latex-base
-       virtual/tex-base
-       pdf? (
-               >=app-text/texlive-core-2014
-               app-text/ghostscript-gpl
-       )
-       png? (
-               app-text/dvipng
-               virtual/imagemagick-tools[png?]
-       )
-"
-
-DOCS=( kile-remote-control.txt )
-
-src_prepare() {
-       kde5_src_prepare
-
-       # I know upstream wants to help us but it doesn't work..
-       sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
-               -i CMakeLists.txt || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package pdf Poppler)
-       )
-
-       kde5_src_configure
-}