Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116737 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/local/portage/kde-base/kdvi/kdvi-3.5.6.ebuild (-2 / +18 lines)
Lines 5-20 Link Here
5
KMNAME=kdegraphics
5
KMNAME=kdegraphics
6
MAXKDEVER=$PV
6
MAXKDEVER=$PV
7
KM_DEPRANGE="$PV $MAXKDEVER"
7
KM_DEPRANGE="$PV $MAXKDEVER"
8
inherit kde-meta eutils
8
inherit kde-meta eutils elisp-common
9
9
10
DESCRIPTION="KDE DVI viewer"
10
DESCRIPTION="KDE DVI viewer"
11
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
11
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
IUSE="tetex"
12
IUSE="emacs tetex"
13
13
14
DEPEND="
14
DEPEND="
15
$(deprange $PV $MAXKDEVER kde-base/kviewshell)
15
$(deprange $PV $MAXKDEVER kde-base/kviewshell)
16
emacs? ( virtual/emacs )
16
>=media-libs/freetype-2"
17
>=media-libs/freetype-2"
17
RDEPEND="${DEPEND}
18
RDEPEND="${DEPEND}
18
	tetex? ( virtual/tetex )"
19
	tetex? ( virtual/tetex )"
19
20
20
KMCOMPILEONLY="kviewshell/"
21
KMCOMPILEONLY="kviewshell/"
22
23
src_install() {
24
        kde-meta_src_install
25
        if use emacs; then
26
                elisp-site-file-install doc/kdvi/kdvi-search.el
27
                elisp-site-file-install ${FILESDIR}/50kdvi-gentoo.el
28
        fi
29
}
30
31
pkg_postinst() {
32
        if use emacs; then
33
                einfo "Running elisp-site-regen...."
34
                elisp-site-regen
35
        fi
36
}

Return to bug 116737