summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:00:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:45:57 +0100
commita6c54bc68eea2dbda2aa4372b98c4edab47624f5 (patch)
treefeb43a6ee8fbc3a7791102205b06203c5d918e36
parentkde-frameworks/kactivities: Cleanup NonexistentDeps (diff)
downloadkde-sunset-a6c54bc6.tar.gz
kde-sunset-a6c54bc6.tar.bz2
kde-sunset-a6c54bc6.zip
app-editors/kile: Fix HOMEPAGE, cleanup NonexistentDeps
Drop obsolete live switches Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-editors/kile/kile-2.1.3-r3.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/app-editors/kile/kile-2.1.3-r3.ebuild b/app-editors/kile/kile-2.1.3-r3.ebuild
index 8ac31852..722d2af2 100644
--- a/app-editors/kile/kile-2.1.3-r3.ebuild
+++ b/app-editors/kile/kile-2.1.3-r3.ebuild
@@ -9,12 +9,12 @@ MY_P=${P/_beta/b}
inherit kde4-base
DESCRIPTION="A Latex Editor and TeX shell by KDE"
-HOMEPAGE="http://kile.sourceforge.net/"
-[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+HOMEPAGE="https://kile.sourceforge.io/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="FDL-1.2 GPL-2"
-KEYWORDS="amd64 x86"
SLOT="4"
+KEYWORDS="amd64 x86"
IUSE="debug +pdf +png"
DEPEND="
@@ -27,16 +27,12 @@ RDEPEND="${DEPEND}
|| (
kde-apps/okular[pdf?,postscript]
app-text/evince
- app-text/acroread
)
virtual/imagemagick-tools[png?]
virtual/latex-base
virtual/tex-base
pdf? (
- || (
- app-text/dvipdfmx
- >=app-text/texlive-core-2014
- )
+ >=app-text/texlive-core-2014
app-text/ghostscript-gpl
)
png? ( app-text/dvipng )
@@ -53,5 +49,5 @@ src_prepare() {
sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
-i CMakeLists.txt || die
- [[ ${PV} != *9999* ]] && { use handbook || rm -fr doc ; }
+ use handbook || rm -fr doc
}