summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office')
-rw-r--r--app-office/kletterwizard/kletterwizard-0.9.8.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-office/kletterwizard/kletterwizard-0.9.8.ebuild b/app-office/kletterwizard/kletterwizard-0.9.8.ebuild
deleted file mode 100644
index 13d023052260..000000000000
--- a/app-office/kletterwizard/kletterwizard-0.9.8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kletterwizard/kletterwizard-0.9.8.ebuild,v 1.1 2007/05/20 16:37:12 philantrop Exp $
-
-inherit kde
-
-DESCRIPTION="KLetterWizard is a KDE application which simplifies letter writing and produces output via LaTeX."
-HOMEPAGE="http://www.kluenter.de/klw"
-SRC_URI="http://www.kluenter.de/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="kdeenablefinal"
-
-DEPEND="virtual/tetex
- || ( kde-base/kghostview kde-base/kdegraphics )"
-
-RDEPEND="${DEPEND}
- dev-tex/latex-unicode"
-
-need-kde 3.4
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- kde_src_unpack
- epatch "${FILESDIR}/${P}-gentoo.diff"
-}
-
-src_compile() {
- myconf="--with-texmf-path=/usr/share/texmf"
- kde_src_compile
-}
-
-pkg_postinst() {
- einfo "Running texhash to complete install..."
- addwrite "/var/lib/texmf"
- addwrite "/usr/share/texmf"
- addwrite "/var/cache/fonts"
- texhash
-}