Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/kile/
Date: Sun, 29 Apr 2018 21:18:12
Message-Id: 1525036678.cf6994e764e95732f43ab5608b8012074cd1de7a.asturm@gentoo
1 commit: cf6994e764e95732f43ab5608b8012074cd1de7a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 21:12:17 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 21:17:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6994e7
7
8 app-editors/kile: Add 2.9.91_p20180419 snapshot
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 app-editors/kile/Manifest | 1 +
13 app-editors/kile/kile-2.9.91_p20180419.ebuild | 75 +++++++++++++++++++++++++++
14 2 files changed, 76 insertions(+)
15
16 diff --git a/app-editors/kile/Manifest b/app-editors/kile/Manifest
17 index 95ec48b0920..b9a696dfb46 100644
18 --- a/app-editors/kile/Manifest
19 +++ b/app-editors/kile/Manifest
20 @@ -1,2 +1,3 @@
21 DIST kile-2.9.91_p20171209.tar.gz 3624273 BLAKE2B d6e4798869b8f5be7a2a6b00b1b067957245373f560a7485334ce1f3f932670a0cb8ef0b551fde2eea1d54a6114e8405025dbd3daea587a2d30b74fe614d332e SHA512 b7e4a6e434057cf04e8712f543cdd74a40659843b1e2777d0a031b5a665e1de34e36ec9b3f5d9bd3bf9202f9dca8595fcee9a81ab4875bc4b6da3a2fb449b2c6
22 DIST kile-2.9.91_p20180208.tar.gz 3635083 BLAKE2B 0579dac072a97f152009a4462759f40bfcdff4d4b6d463affcba7d71cda023f8c43d2173511bd268be22f2cc4412f091ec7ab70793e16781f5cf2023b1303db0 SHA512 24bc9221524f2213b0651d96273f35871a5fdf5c65edc4a5d72cb6e2635b1d23e55549ba60172a94691b7793d0a57e116cd94010be28e61231b8ee59b3f369dd
23 +DIST kile-2.9.91_p20180419.tar.gz 3635059 BLAKE2B 1f7c20e8881bcdd20f3230e8a8608dd816a5f00435734941280c4da75ca6460514a1c3dc0f3962d684f3e0a458ae427772cdf1cafbbe8f44be7a9e804ffcec05 SHA512 bb50f169d6e9630cc463f4615af06826608b640a7e43d5d671477fad6a199fcdc02c38138c8a211ce563f4e1f82ddd7cceea29a3e60b43e35c52076958818721
24
25 diff --git a/app-editors/kile/kile-2.9.91_p20180419.ebuild b/app-editors/kile/kile-2.9.91_p20180419.ebuild
26 new file mode 100644
27 index 00000000000..db8abd6b9d1
28 --- /dev/null
29 +++ b/app-editors/kile/kile-2.9.91_p20180419.ebuild
30 @@ -0,0 +1,75 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +COMMIT=f87c242a61292ea254fed10f3e215a8d3e4b862a
37 +KDE_HANDBOOK="forceoptional"
38 +inherit kde5
39 +
40 +DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks"
41 +HOMEPAGE="https://kile.sourceforge.io/"
42 +SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="FDL-1.2 GPL-2"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE="+pdf +png"
47 +
48 +DEPEND="
49 + $(add_frameworks_dep kconfig)
50 + $(add_frameworks_dep kcoreaddons)
51 + $(add_frameworks_dep kcrash)
52 + $(add_frameworks_dep kdbusaddons)
53 + $(add_frameworks_dep kdoctools)
54 + $(add_frameworks_dep kguiaddons)
55 + $(add_frameworks_dep khtml)
56 + $(add_frameworks_dep ki18n)
57 + $(add_frameworks_dep kiconthemes)
58 + $(add_frameworks_dep kinit)
59 + $(add_frameworks_dep kio)
60 + $(add_frameworks_dep kparts)
61 + $(add_frameworks_dep ktexteditor)
62 + $(add_frameworks_dep kwindowsystem)
63 + $(add_frameworks_dep kxmlgui)
64 + $(add_kdeapps_dep okular)
65 + $(add_qt_dep qtdbus)
66 + $(add_qt_dep qtscript)
67 + $(add_qt_dep qttest)
68 + $(add_qt_dep qtwidgets)
69 + pdf? ( app-text/poppler[qt5] )
70 +"
71 +RDEPEND="${DEPEND}
72 + !app-editors/kile:4
73 + $(add_kdeapps_dep konsole)
74 + $(add_kdeapps_dep okular 'pdf?')
75 + virtual/latex-base
76 + virtual/tex-base
77 + pdf? (
78 + >=app-text/texlive-core-2014
79 + app-text/ghostscript-gpl
80 + )
81 + png? (
82 + app-text/dvipng
83 + virtual/imagemagick-tools[png?]
84 + )
85 +"
86 +
87 +DOCS=( kile-remote-control.txt )
88 +
89 +S="${WORKDIR}/${PN}-${COMMIT}"
90 +
91 +src_prepare() {
92 + kde5_src_prepare
93 +
94 + # I know upstream wants to help us but it doesn't work..
95 + sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
96 + -i CMakeLists.txt || die
97 +}
98 +
99 +src_configure() {
100 + local mycmakeargs=(
101 + $(cmake-utils_use_find_package pdf Poppler)
102 + )
103 +
104 + kde5_src_configure
105 +}