Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185669
Collapse All | Expand All

(-)latex-beamer-3.07.ebuild (-17 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.07.ebuild,v 1.4 2007/07/05 11:23:51 pylon Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.07.ebuild,v 1.4 2007/07/05 11:23:51 pylon Exp $
4
4
5
inherit latex-package elisp-common
5
inherit latex-package
6
6
7
DESCRIPTION="LaTeX class for creating presentations using a video projector."
7
DESCRIPTION="LaTeX class for creating presentations using a video projector."
8
HOMEPAGE="http://latex-beamer.sourceforge.net/"
8
HOMEPAGE="http://latex-beamer.sourceforge.net/"
Lines 11-30 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
13
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
14
IUSE="doc lyx"
14
15
15
IUSE="doc emacs lyx"
16
DEPEND="lyx? ( app-office/lyx )
16
17
DEPEND="emacs? ( app-emacs/auctex )
18
	lyx? ( app-office/lyx )
19
	>=app-text/tetex-3.0"
17
	>=app-text/tetex-3.0"
20
18
21
src_compile() {
22
	if use emacs ; then
23
		cd emacs
24
		elisp-comp beamer.el || die
25
	fi
26
}
27
28
src_install() {
19
src_install() {
29
	insinto /usr/share/texmf-site/tex/latex/beamer
20
	insinto /usr/share/texmf-site/tex/latex/beamer
30
	doins -r base extensions themes || die
21
	doins -r base extensions themes || die
Lines 40-50 Link Here
40
		doins solutions/*/*.lyx || die
31
		doins solutions/*/*.lyx || die
41
	fi
32
	fi
42
33
43
	if use emacs ; then
44
		insinto /usr/share/emacs/site-lisp/auctex/style
45
		doins emacs/beamer.el* || die
46
	fi
47
48
	dodoc AUTHORS ChangeLog FILES TODO README
34
	dodoc AUTHORS ChangeLog FILES TODO README
49
	if use doc ; then
35
	if use doc ; then
50
		insinto /usr/share/doc/${PF}
36
		insinto /usr/share/doc/${PF}

Return to bug 185669