From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-editors/kile/
Date: Sat, 27 Jun 2015 21:11:12 +0000 (UTC) [thread overview]
Message-ID: <1435439008.c038bd17f6cca2c5ea354d22572639aba1a1bd6a.johu@gentoo> (raw)
commit: c038bd17f6cca2c5ea354d22572639aba1a1bd6a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 21:03:28 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 21:03:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c038bd17
[app-editors/kile] Drop SLOT 4
Package-Manager: portage-2.2.20
app-editors/kile/kile-5.9999.ebuild | 75 -------------------------------------
app-editors/kile/kile-9999.ebuild | 37 +++++++++++++-----
2 files changed, 28 insertions(+), 84 deletions(-)
diff --git a/app-editors/kile/kile-5.9999.ebuild b/app-editors/kile/kile-5.9999.ebuild
deleted file mode 100644
index f76a32c..0000000
--- a/app-editors/kile/kile-5.9999.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-CMAKE_MIN_VERSION="3.0.2"
-KDE_HANDBOOK=true
-EGIT_BRANCH="frameworks"
-MY_P=${P/_beta/b}
-inherit kde5
-
-DESCRIPTION="A Latex Editor and TeX shell for KDE"
-HOMEPAGE="http://kile.sourceforge.net/"
-[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="FDL-1.2 GPL-2"
-KEYWORDS=""
-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 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)
- dev-qt/qtdbus:5
- dev-qt/qtscript:5
- dev-qt/qttest:5
- dev-qt/qtwidgets:5
-"
-
-RDEPEND="${DEPEND}
- !app-editors/kile:4
- $(add_kdeapps_dep konsole)
- || (
- $(add_kdeapps_dep okular 'pdf?')
- app-text/acroread
- )
- virtual/latex-base
- virtual/tex-base
- pdf? (
- || (
- app-text/dvipdfmx
- >=app-text/texlive-core-2014
- )
- app-text/ghostscript-gpl
- )
- png? (
- app-text/dvipng
- media-gfx/imagemagick[png]
- )
-"
-
-S=${WORKDIR}/${MY_P}
-
-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
-}
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 524524c..f76a32c 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -4,10 +4,11 @@
EAPI=5
-KDE_DOC_DIRS="doc"
-KDE_HANDBOOK="optional"
+CMAKE_MIN_VERSION="3.0.2"
+KDE_HANDBOOK=true
+EGIT_BRANCH="frameworks"
MY_P=${P/_beta/b}
-inherit kde4-base
+inherit kde5
DESCRIPTION="A Latex Editor and TeX shell for KDE"
HOMEPAGE="http://kile.sourceforge.net/"
@@ -15,17 +16,35 @@ HOMEPAGE="http://kile.sourceforge.net/"
LICENSE="FDL-1.2 GPL-2"
KEYWORDS=""
-SLOT="4"
-IUSE="debug +pdf +png"
+IUSE="+pdf +png"
DEPEND="
- x11-misc/shared-mime-info
+ $(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 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)
+ dev-qt/qtdbus:5
+ dev-qt/qtscript:5
+ dev-qt/qttest:5
+ dev-qt/qtwidgets:5
"
+
RDEPEND="${DEPEND}
- $(add_kdeapps_dep kdebase-data)
+ !app-editors/kile:4
$(add_kdeapps_dep konsole)
|| (
- $(add_kdeapps_dep okular 'pdf?,postscript')
+ $(add_kdeapps_dep okular 'pdf?')
app-text/acroread
)
virtual/latex-base
@@ -48,7 +67,7 @@ S=${WORKDIR}/${MY_P}
DOCS=( kile-remote-control.txt )
src_prepare() {
- kde4-base_src_prepare
+ kde5_src_prepare
# I know upstream wants to help us but it doesn't work..
sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
next reply other threads:[~2015-06-27 21:11 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-27 21:11 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-09 21:03 [gentoo-commits] proj/kde:master commit in: app-editors/kile/ Andreas Sturmlechner
2024-03-03 18:03 Andreas Sturmlechner
2024-03-03 11:34 Andreas Sturmlechner
2024-02-06 19:27 Andreas Sturmlechner
2022-11-24 18:51 Andreas Sturmlechner
2022-11-24 18:51 Andreas Sturmlechner
2022-07-09 12:52 Andreas Sturmlechner
2020-10-18 16:01 Andreas Sturmlechner
2020-10-10 21:39 Andreas Sturmlechner
2020-05-23 22:00 Andreas Sturmlechner
2019-11-22 20:05 Andreas Sturmlechner
2019-11-11 0:47 Andreas Sturmlechner
2018-01-21 9:42 Johannes Huber
2017-12-03 20:00 Andreas Sturmlechner
2017-11-24 22:11 Andreas Sturmlechner
2017-11-11 18:39 Andreas Sturmlechner
2017-08-03 18:01 Andreas Sturmlechner
2016-12-23 10:11 Johannes Huber
2016-07-20 18:25 Michael Palimaka
2016-02-23 14:15 Michael Palimaka
2015-06-29 20:56 Johannes Huber
2015-05-21 23:16 Manuel Rüger
2015-01-19 21:56 Johannes Huber
2015-01-13 20:46 Johannes Huber
2015-01-11 2:58 Manuel Rüger
2014-12-08 16:32 Michael Palimaka
2014-12-02 19:58 Manuel Rüger
2013-04-26 21:24 Johannes Huber
2012-07-31 17:43 Michael Palimaka
2012-06-17 5:46 Chris Reffett
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=1435439008.c038bd17f6cca2c5ea354d22572639aba1a1bd6a.johu@gentoo \
--to=johu@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