| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 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/eclass/elisp.eclass,v 1.44 2010/01/30 22:54:00 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.54 2011/12/03 08:54:46 ulm Exp $ |
| 4 | # |
|
|
| 5 | # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> |
|
|
| 6 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
|
|
| 7 | # Copyright 2007-2009 Christian Faulhammer <fauli@gentoo.org> |
|
|
| 8 | # Copyright 2007-2010 Ulrich Müller <ulm@gentoo.org> |
|
|
| 9 | # |
4 | # |
| 10 | # @ECLASS: elisp.eclass |
5 | # @ECLASS: elisp.eclass |
| 11 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 12 | # Feel free to contact the Emacs team through <emacs@gentoo.org> if you |
7 | # Gentoo Emacs team <emacs@gentoo.org> |
| 13 | # have problems, suggestions or questions. |
8 | # @AUTHOR: |
|
|
9 | # Matthew Kennedy <mkennedy@gentoo.org> |
|
|
10 | # Jeremy Maitin-Shepard <jbms@attbi.com> |
|
|
11 | # Christian Faulhammer <fauli@gentoo.org> |
|
|
12 | # Ulrich Müller <ulm@gentoo.org> |
| 14 | # @BLURB: Eclass for Emacs Lisp packages |
13 | # @BLURB: Eclass for Emacs Lisp packages |
| 15 | # @DESCRIPTION: |
14 | # @DESCRIPTION: |
| 16 | # |
15 | # |
| 17 | # This eclass is designed to install elisp files of Emacs related |
16 | # This eclass is designed to install elisp files of Emacs related |
| 18 | # packages into the site-lisp directory. The majority of elisp packages |
17 | # packages into the site-lisp directory. The majority of elisp packages |
| 19 | # will only need to define the standard ebuild variables (like SRC_URI) |
18 | # will only need to define the standard ebuild variables (like SRC_URI) |
| 20 | # and optionally SITEFILE for successful installation. |
19 | # and optionally SITEFILE for successful installation. |
| 21 | # |
20 | # |
| 22 | # Emacs support for other than pure elisp packages is handled by |
21 | # Emacs support for other than pure elisp packages is handled by |
| 23 | # elisp-common.eclass where you won't have a dependency on Emacs itself. |
22 | # elisp-common.eclass where you won't have a dependency on Emacs itself. |
| … | |
… | |
| 26 | # If the package's source is a single (in whatever way) compressed elisp |
25 | # If the package's source is a single (in whatever way) compressed elisp |
| 27 | # file with the file name ${P}.el, then this eclass will move ${P}.el to |
26 | # file with the file name ${P}.el, then this eclass will move ${P}.el to |
| 28 | # ${PN}.el in src_unpack(). |
27 | # ${PN}.el in src_unpack(). |
| 29 | |
28 | |
| 30 | # @ECLASS-VARIABLE: NEED_EMACS |
29 | # @ECLASS-VARIABLE: NEED_EMACS |
|
|
30 | # @DEFAULT_UNSET |
| 31 | # @DESCRIPTION: |
31 | # @DESCRIPTION: |
| 32 | # If you need anything different from Emacs 21, use the NEED_EMACS |
32 | # If you need anything different from Emacs 21, use the NEED_EMACS |
| 33 | # variable before inheriting elisp.eclass. Set it to the major version |
33 | # variable before inheriting elisp.eclass. Set it to the major version |
| 34 | # your package uses and the dependency will be adjusted. |
34 | # your package uses and the dependency will be adjusted. |
| 35 | |
35 | |
| 36 | # @ECLASS-VARIABLE: ELISP_PATCHES |
36 | # @ECLASS-VARIABLE: ELISP_PATCHES |
|
|
37 | # @DEFAULT_UNSET |
| 37 | # @DESCRIPTION: |
38 | # @DESCRIPTION: |
| 38 | # Any patches to apply after unpacking the sources. Patches are searched |
39 | # Space separated list of patches to apply after unpacking the sources. |
| 39 | # both in ${PWD} and ${FILESDIR}. |
40 | # Patch files are searched for in the current working dir, WORKDIR, and |
|
|
41 | # FILESDIR. |
|
|
42 | |
|
|
43 | # @ECLASS-VARIABLE: ELISP_REMOVE |
|
|
44 | # @DEFAULT_UNSET |
|
|
45 | # @DESCRIPTION: |
|
|
46 | # Space separated list of files to remove after unpacking the sources. |
| 40 | |
47 | |
| 41 | # @ECLASS-VARIABLE: SITEFILE |
48 | # @ECLASS-VARIABLE: SITEFILE |
|
|
49 | # @DEFAULT_UNSET |
| 42 | # @DESCRIPTION: |
50 | # @DESCRIPTION: |
| 43 | # Name of package's site-init file. The filename must match the shell |
51 | # Name of package's site-init file. The filename must match the shell |
| 44 | # pattern "[1-8][0-9]*-gentoo.el"; numbers below 10 and above 89 are |
52 | # pattern "[1-8][0-9]*-gentoo.el"; numbers below 10 and above 89 are |
| 45 | # reserved for internal use. "50${PN}-gentoo.el" is a reasonable choice |
53 | # reserved for internal use. "50${PN}-gentoo.el" is a reasonable choice |
| 46 | # in most cases. |
54 | # in most cases. |
| 47 | |
55 | |
| 48 | # @ECLASS-VARIABLE: ELISP_TEXINFO |
56 | # @ECLASS-VARIABLE: ELISP_TEXINFO |
|
|
57 | # @DEFAULT_UNSET |
| 49 | # @DESCRIPTION: |
58 | # @DESCRIPTION: |
| 50 | # Space separated list of Texinfo sources. Respective GNU Info files |
59 | # Space separated list of Texinfo sources. Respective GNU Info files |
| 51 | # will be generated in src_compile() and installed in src_install(). |
60 | # will be generated in src_compile() and installed in src_install(). |
| 52 | |
61 | |
| 53 | # @ECLASS-VARIABLE: DOCS |
62 | # @ECLASS-VARIABLE: DOCS |
|
|
63 | # @DEFAULT_UNSET |
| 54 | # @DESCRIPTION: |
64 | # @DESCRIPTION: |
| 55 | # DOCS="blah.txt ChangeLog" is automatically used to install the given |
65 | # DOCS="blah.txt ChangeLog" is automatically used to install the given |
| 56 | # files by dodoc in src_install(). |
66 | # files by dodoc in src_install(). |
| 57 | |
67 | |
| 58 | inherit elisp-common eutils |
68 | inherit elisp-common eutils |
| … | |
… | |
| 66 | |
76 | |
| 67 | DEPEND=">=virtual/emacs-${NEED_EMACS:-21}" |
77 | DEPEND=">=virtual/emacs-${NEED_EMACS:-21}" |
| 68 | RDEPEND="${DEPEND}" |
78 | RDEPEND="${DEPEND}" |
| 69 | IUSE="" |
79 | IUSE="" |
| 70 | |
80 | |
|
|
81 | # @FUNCTION: elisp_pkg_setup |
|
|
82 | # @DESCRIPTION: |
|
|
83 | # Test if the eselected Emacs version is sufficient to fulfil the major |
|
|
84 | # version requirement of the NEED_EMACS variable. |
|
|
85 | |
| 71 | elisp_pkg_setup() { |
86 | elisp_pkg_setup() { |
| 72 | local need_emacs=${NEED_EMACS:-21} |
87 | elisp-need-emacs "${NEED_EMACS:-21}" || die "Emacs version too low" |
| 73 | local have_emacs=$(elisp-emacs-version) |
|
|
| 74 | if [ "${have_emacs%%.*}" -lt "${need_emacs%%.*}" ]; then |
|
|
| 75 | eerror "This package needs at least Emacs ${need_emacs%%.*}." |
|
|
| 76 | eerror "Use \"eselect emacs\" to select the active version." |
|
|
| 77 | die "Emacs version ${have_emacs} is too low." |
|
|
| 78 | fi |
|
|
| 79 | einfo "Emacs version: ${have_emacs}" |
|
|
| 80 | } |
88 | } |
| 81 | |
89 | |
|
|
90 | # @FUNCTION: elisp_src_unpack |
|
|
91 | # @DESCRIPTION: |
|
|
92 | # Unpack the sources; also handle the case of a single *.el file in |
|
|
93 | # WORKDIR for packages distributed that way. For EAPIs without |
|
|
94 | # src_prepare, call elisp_src_prepare. |
|
|
95 | |
| 82 | elisp_src_unpack() { |
96 | elisp_src_unpack() { |
| 83 | [ -n "${A}" ] && unpack ${A} |
97 | [[ -n ${A} ]] && unpack ${A} |
| 84 | if [ -f ${P}.el ]; then |
98 | if [[ -f ${P}.el ]]; then |
| 85 | # the "simple elisp" case with a single *.el file in WORKDIR |
99 | # the "simple elisp" case with a single *.el file in WORKDIR |
| 86 | mv ${P}.el ${PN}.el || die |
100 | mv ${P}.el ${PN}.el || die |
| 87 | [ -d "${S}" ] || S=${WORKDIR} |
101 | [[ -d ${S} ]] || S=${WORKDIR} |
| 88 | fi |
102 | fi |
| 89 | |
103 | |
| 90 | case "${EAPI:-0}" in |
104 | case "${EAPI:-0}" in |
| 91 | 0|1) [ -d "${S}" ] && cd "${S}" |
105 | 0|1) [[ -d ${S} ]] && cd "${S}" |
| 92 | elisp_src_prepare ;; |
106 | elisp_src_prepare ;; |
| 93 | esac |
107 | esac |
| 94 | } |
108 | } |
| 95 | |
109 | |
|
|
110 | # @FUNCTION: elisp_src_prepare |
|
|
111 | # @DESCRIPTION: |
|
|
112 | # Apply any patches listed in ELISP_PATCHES. Patch files are searched |
|
|
113 | # for in the current working dir, WORKDIR, and FILESDIR. |
|
|
114 | |
| 96 | elisp_src_prepare() { |
115 | elisp_src_prepare() { |
| 97 | local patch |
116 | local patch |
| 98 | for patch in ${ELISP_PATCHES}; do |
117 | for patch in ${ELISP_PATCHES}; do |
| 99 | if [ -f "${patch}" ]; then |
118 | if [[ -f ${patch} ]]; then |
| 100 | epatch "${patch}" |
119 | epatch "${patch}" |
| 101 | elif [ -f "${WORKDIR}/${patch}" ]; then |
120 | elif [[ -f ${WORKDIR}/${patch} ]]; then |
| 102 | epatch "${WORKDIR}/${patch}" |
121 | epatch "${WORKDIR}/${patch}" |
| 103 | elif [ -f "${FILESDIR}/${patch}" ]; then |
122 | elif [[ -f ${FILESDIR}/${patch} ]]; then |
| 104 | epatch "${FILESDIR}/${patch}" |
123 | epatch "${FILESDIR}/${patch}" |
| 105 | else |
124 | else |
| 106 | die "Cannot find ${patch}" |
125 | die "Cannot find ${patch}" |
| 107 | fi |
126 | fi |
| 108 | done |
127 | done |
|
|
128 | |
|
|
129 | # apply any user patches |
|
|
130 | epatch_user |
|
|
131 | |
|
|
132 | if [[ -n ${ELISP_REMOVE} ]]; then |
|
|
133 | rm ${ELISP_REMOVE} || die |
|
|
134 | fi |
| 109 | } |
135 | } |
|
|
136 | |
|
|
137 | # @FUNCTION: elisp_src_configure |
|
|
138 | # @DESCRIPTION: |
|
|
139 | # Do nothing, because Emacs packages seldomly bring a full build system. |
| 110 | |
140 | |
| 111 | elisp_src_configure() { :; } |
141 | elisp_src_configure() { :; } |
| 112 | |
142 | |
|
|
143 | # @FUNCTION: elisp_src_compile |
|
|
144 | # @DESCRIPTION: |
|
|
145 | # Call elisp-compile to byte-compile all Emacs Lisp (*.el) files. |
|
|
146 | # If ELISP_TEXINFO lists any Texinfo sources, call makeinfo to generate |
|
|
147 | # GNU Info files from them. |
|
|
148 | |
| 113 | elisp_src_compile() { |
149 | elisp_src_compile() { |
| 114 | elisp-compile *.el || die |
150 | elisp-compile *.el || die |
| 115 | if [ -n "${ELISP_TEXINFO}" ]; then |
151 | if [[ -n ${ELISP_TEXINFO} ]]; then |
| 116 | makeinfo ${ELISP_TEXINFO} || die |
152 | makeinfo ${ELISP_TEXINFO} || die |
| 117 | fi |
153 | fi |
| 118 | } |
154 | } |
| 119 | |
155 | |
|
|
156 | # @FUNCTION: elisp_src_install |
|
|
157 | # @DESCRIPTION: |
|
|
158 | # Call elisp-install to install all Emacs Lisp (*.el and *.elc) files. |
|
|
159 | # If the SITEFILE variable specifies a site-init file, install it with |
|
|
160 | # elisp-site-file-install. Also install any GNU Info files listed in |
|
|
161 | # ELISP_TEXINFO and documentation listed in the DOCS variable. |
|
|
162 | |
| 120 | elisp_src_install() { |
163 | elisp_src_install() { |
| 121 | elisp-install ${PN} *.el *.elc || die |
164 | elisp-install ${PN} *.el *.elc || die |
| 122 | if [ -n "${SITEFILE}" ]; then |
165 | if [[ -n ${SITEFILE} ]]; then |
| 123 | elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die |
166 | elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die |
| 124 | fi |
167 | fi |
| 125 | if [ -n "${ELISP_TEXINFO}" ]; then |
168 | if [[ -n ${ELISP_TEXINFO} ]]; then |
| 126 | set -- ${ELISP_TEXINFO} |
169 | set -- ${ELISP_TEXINFO} |
|
|
170 | set -- ${@##*/} |
| 127 | doinfo ${@/%.*/.info*} || die |
171 | doinfo ${@/%.*/.info*} || die |
| 128 | fi |
172 | fi |
| 129 | if [ -n "${DOCS}" ]; then |
173 | if [[ -n ${DOCS} ]]; then |
| 130 | dodoc ${DOCS} || die |
174 | dodoc ${DOCS} || die |
| 131 | fi |
175 | fi |
| 132 | } |
176 | } |
|
|
177 | |
|
|
178 | # @FUNCTION: elisp_pkg_postinst |
|
|
179 | # @DESCRIPTION: |
|
|
180 | # Call elisp-site-regen, in order to collect the site initialisation for |
|
|
181 | # all installed Emacs Lisp packages in the site-gentoo.el file. |
| 133 | |
182 | |
| 134 | elisp_pkg_postinst() { |
183 | elisp_pkg_postinst() { |
| 135 | elisp-site-regen |
184 | elisp-site-regen |
| 136 | } |
185 | } |
| 137 | |
186 | |
|
|
187 | # @FUNCTION: elisp_pkg_postrm |
|
|
188 | # @DESCRIPTION: |
|
|
189 | # Call elisp-site-regen, in order to collect the site initialisation for |
|
|
190 | # all installed Emacs Lisp packages in the site-gentoo.el file. |
|
|
191 | |
| 138 | elisp_pkg_postrm() { |
192 | elisp_pkg_postrm() { |
| 139 | elisp-site-regen |
193 | elisp-site-regen |
| 140 | } |
194 | } |