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

(-)cl-mcclim-0.9.2.ebuild~ (-6 / +6 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-lisp/cl-mcclim/cl-mcclim-0.9.2.ebuild,v 1.3 2006/11/29 03:06:46 mkennedy Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/cl-mcclim-0.9.2.ebuild,v 1.3 2006/11/29 03:06:46 mkennedy Exp $
4
4
5
inherit common-lisp elisp eutils
5
inherit common-lisp elisp-common eutils
6
6
7
DESCRIPTION="McCLIM is a free software implementation of CLIM."
7
DESCRIPTION="McCLIM is a free software implementation of CLIM."
8
HOMEPAGE="http://clim.mikemac.com/
8
HOMEPAGE="http://clim.mikemac.com/
Lines 21-27 Link Here
21
	emacs? ( virtual/emacs )"
21
	emacs? ( virtual/emacs )"
22
22
23
CLPACKAGE="mcclim"
23
CLPACKAGE="mcclim"
24
SITEFILE=${FILESDIR}/50mcclim-gentoo.el
24
SITEFILE=50mcclim-gentoo.el
25
ELISP_SOURCES="Tools/Emacs/indent-clim.el"
25
ELISP_SOURCES="Tools/Emacs/indent-clim.el"
26
26
27
S=${WORKDIR}/${P#cl-}
27
S=${WORKDIR}/${P#cl-}
Lines 56-72 Link Here
56
	use doc && dodoc Doc/manual.ps
56
	use doc && dodoc Doc/manual.ps
57
	if use emacs; then
57
	if use emacs; then
58
		insinto /usr/share/emacs/site-lisp/${PN}
58
		insinto /usr/share/emacs/site-lisp/${PN}
59
		doins *.el *.elc
59
		elisp-install ${PN} *.el *.elc || die "elisp-install failed"
60
		elisp-site-file-install ${SITEFILE}
60
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
61
	fi
61
	fi
62
}
62
}
63
63
64
pkg_postinst() {
64
pkg_postinst() {
65
	elisp_pkg_postinst
65
	use emacs && elisp-site-regen
66
	common-lisp_pkg_postinst
66
	common-lisp_pkg_postinst
67
}
67
}
68
68
69
pkg_postrm() {
69
pkg_postrm() {
70
	elisp_pkg_postinst
70
	use emacs && elisp-site-regen
71
	common-lisp_pkg_postrm
71
	common-lisp_pkg_postrm
72
}
72
}

Return to bug 184619