diff options
author | Timo Gurr <tgurr@gentoo.org> | 2008-09-08 19:45:11 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2008-09-08 19:45:11 +0000 |
commit | 76f4db623599befd5c6ef53ca70433addc690978 (patch) | |
tree | 0310ba724163afb09d22527abacbf56ce086174d /app-editors/kile | |
parent | x86 stable, bug #236971 (diff) | |
download | gentoo-2-76f4db623599befd5c6ef53ca70433addc690978.tar.gz gentoo-2-76f4db623599befd5c6ef53ca70433addc690978.tar.bz2 gentoo-2-76f4db623599befd5c6ef53ca70433addc690978.zip |
Version bump, fixing bug #236676. Make repoman happy.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-editors/kile')
-rw-r--r-- | app-editors/kile/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/kile/kile-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/kile/kile-2.0.2.ebuild | 71 | ||||
-rw-r--r-- | app-editors/kile/kile-2.0.ebuild | 4 |
4 files changed, 82 insertions, 5 deletions
diff --git a/app-editors/kile/ChangeLog b/app-editors/kile/ChangeLog index 4fecade3180c..337e1ad361cb 100644 --- a/app-editors/kile/ChangeLog +++ b/app-editors/kile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/kile # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.108 2008/09/03 21:24:26 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.109 2008/09/08 19:45:11 tgurr Exp $ + +*kile-2.0.2 (08 Sep 2008) + + 08 Sep 2008; Timo Gurr <tgurr@gentoo.org> kile-2.0.ebuild, + kile-2.0.1.ebuild, +kile-2.0.2.ebuild: + Version bump, fixing bug #236676. Make repoman happy. 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> -kile-1.9.3.ebuild: clean up diff --git a/app-editors/kile/kile-2.0.1.ebuild b/app-editors/kile/kile-2.0.1.ebuild index 9ed2ee363f3a..1dd25ce67275 100644 --- a/app-editors/kile/kile-2.0.1.ebuild +++ b/app-editors/kile/kile-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-2.0.1.ebuild,v 1.1 2008/05/17 20:03:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-2.0.1.ebuild,v 1.2 2008/09/08 19:45:11 tgurr Exp $ ARTS_REQUIRED="never" @@ -35,7 +35,7 @@ for lang in ${LANGS}; do IUSE="${IUSE} linguas_${lang}" done -PATCHES="${FILESDIR}/kile-2.0.1-desktop-entry.diff" +PATCHES=( "${FILESDIR}/kile-2.0.1-desktop-entry.diff" ) src_unpack() { kde_src_unpack diff --git a/app-editors/kile/kile-2.0.2.ebuild b/app-editors/kile/kile-2.0.2.ebuild new file mode 100644 index 000000000000..b49045b4d562 --- /dev/null +++ b/app-editors/kile/kile-2.0.2.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-2.0.2.ebuild,v 1.1 2008/09/08 19:45:11 tgurr Exp $ + +ARTS_REQUIRED="never" + +inherit kde + +DESCRIPTION="A LaTeX Editor and TeX shell for kde" +HOMEPAGE="http://kile.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="kde" + +RDEPEND="dev-lang/perl + virtual/latex-base + dev-tex/latex2html + kde? ( + || ( ( =kde-base/kpdf-3.5* + =kde-base/kghostview-3.5* + =kde-base/kdvi-3.5* + =kde-base/kviewshell-3.5* ) + =kde-base/kdegraphics-3.5* ) + )" + +need-kde 3.5 + +LANGS="ar bg br ca cs cy da de el en_GB es et eu fi fr ga gl hi hu is it ja lt ms mt nb +nds nl nn pa pl pt pt_BR ro ru rw sk sr sr@Latn sv ta th tr uk zh_CN" + +for lang in ${LANGS}; do + IUSE="${IUSE} linguas_${lang}" +done + +PATCHES=( "${FILESDIR}/kile-2.0.1-desktop-entry.diff" ) + +src_unpack() { + kde_src_unpack + + if [[ -n ${LINGUAS} ]]; then + MAKE_TRANSL=$(echo $(echo "${LINGUAS} ${LANGS}" | tr '[[:space:]]' '\n' | sort | uniq -d)) + sed -i -e "s:^SUBDIRS.*=.*:SUBDIRS = ${MAKE_TRANSL}:" "${S}/translations/Makefile.am" || die "sed for locale failed" + rm -f "${S}/configure" + fi +} + +pkg_postinst() { + echo + elog "${P} can use the following optional tools:" + elog "- Adobe Reader (PDF Viewer) - app-text/acroread" + elog "- DVIPNG (PNG previews) - app-text/dvipng" + elog "- ImageMagick (PNG previews) - media-gfx/imagemagick" + elog "- zip (Archive) - app-arch/zip" + elog "- DBlatex (Docbook to LaTeX) - cf. Gentoo bug 129368" + elog "- Asymptote - media-gfx/asymptote" + elog "- Tex4ht (LaTeX to Web) - dev-tex/tex4ht" + elog "- Lilypond (Music Typesetting) - media-sound/lilypond" + elog "- Web-Browser (either of) - kde-base/konqueror" + elog " - www-client/mozilla-firefox" + elog " - www-client/seamonkey" + elog "For viewing BibTeX files:" + elog "- Kbibtex - app-text/kbibtex" + elog "- KBib - cf. Gentoo bug 147057" + elog "- JabRef - app-text/jabref" + elog "- pybliographer - app-office/pybliographer" + echo + elog "If you want to use either of these, please install them separately." +} diff --git a/app-editors/kile/kile-2.0.ebuild b/app-editors/kile/kile-2.0.ebuild index 8db10255a0ba..a995177288e0 100644 --- a/app-editors/kile/kile-2.0.ebuild +++ b/app-editors/kile/kile-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-2.0.ebuild,v 1.9 2008/02/19 01:12:19 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-2.0.ebuild,v 1.10 2008/09/08 19:45:11 tgurr Exp $ inherit kde @@ -32,7 +32,7 @@ for lang in ${LANGS}; do IUSE="${IUSE} linguas_${lang}" done -PATCHES="${FILESDIR}/${P}-desktopentry.patch" +PATCHES=( "${FILESDIR}/${P}-desktopentry.patch" ) src_unpack() { kde_src_unpack |