Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: app-editors/kile/
Date: Thu, 03 Dec 2020 01:04:58
Message-Id: 1606956357.a6c54bc68eea2dbda2aa4372b98c4edab47624f5.asturm@gentoo
1 commit: a6c54bc68eea2dbda2aa4372b98c4edab47624f5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 00:00:06 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 00:45:57 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a6c54bc6
7
8 app-editors/kile: Fix HOMEPAGE, cleanup NonexistentDeps
9
10 Drop obsolete live switches
11
12 Package-Manager: Portage-3.0.11, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-editors/kile/kile-2.1.3-r3.ebuild | 14 +++++---------
16 1 file changed, 5 insertions(+), 9 deletions(-)
17
18 diff --git a/app-editors/kile/kile-2.1.3-r3.ebuild b/app-editors/kile/kile-2.1.3-r3.ebuild
19 index 8ac31852..722d2af2 100644
20 --- a/app-editors/kile/kile-2.1.3-r3.ebuild
21 +++ b/app-editors/kile/kile-2.1.3-r3.ebuild
22 @@ -9,12 +9,12 @@ MY_P=${P/_beta/b}
23 inherit kde4-base
24
25 DESCRIPTION="A Latex Editor and TeX shell by KDE"
26 -HOMEPAGE="http://kile.sourceforge.net/"
27 -[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
28 +HOMEPAGE="https://kile.sourceforge.io/"
29 +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
30
31 LICENSE="FDL-1.2 GPL-2"
32 -KEYWORDS="amd64 x86"
33 SLOT="4"
34 +KEYWORDS="amd64 x86"
35 IUSE="debug +pdf +png"
36
37 DEPEND="
38 @@ -27,16 +27,12 @@ RDEPEND="${DEPEND}
39 || (
40 kde-apps/okular[pdf?,postscript]
41 app-text/evince
42 - app-text/acroread
43 )
44 virtual/imagemagick-tools[png?]
45 virtual/latex-base
46 virtual/tex-base
47 pdf? (
48 - || (
49 - app-text/dvipdfmx
50 - >=app-text/texlive-core-2014
51 - )
52 + >=app-text/texlive-core-2014
53 app-text/ghostscript-gpl
54 )
55 png? ( app-text/dvipng )
56 @@ -53,5 +49,5 @@ src_prepare() {
57 sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
58 -i CMakeLists.txt || die
59
60 - [[ ${PV} != *9999* ]] && { use handbook || rm -fr doc ; }
61 + use handbook || rm -fr doc
62 }