# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22-r1.ebuild,v 1.5 2007/02/11 10:46:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22-r1.ebuild,v 1.6 2007/02/17 15:12:47 vapier Exp $
inherit distutils elisp eutils
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ppc ppc-macos ~s390 ~sh x86"
+KEYWORDS="~amd64 arm ia64 ppc ppc-macos s390 sh x86"
IUSE="doc"
DEPEND="virtual/emacs
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/${PV}-character-encoding-gentoo.patch
+ epatch "${FILESDIR}"/${PV}-character-encoding-gentoo.patch
}
src_compile() {
src_install() {
elisp-install ${PN} pymacs.el pymacs.elc
- elisp-site-file-install ${FILESDIR}/50pymacs-gentoo.el
+ elisp-site-file-install "${FILESDIR}"/50pymacs-gentoo.el
distutils_src_install
if use doc ; then
insinto /usr/share/doc/${PF}
doins ./pymacs.pdf
fi
- cd ${S}
+ cd "${S}"
dodoc PKG-INFO README THANKS TODO THANKS-rebox ChangeLog ChangeLog-rebox
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.6 2007/02/11 10:46:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.7 2007/02/17 15:13:16 vapier Exp $
inherit elisp distutils
LICENSE="as-is"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc-macos ~s390 ~sh x86"
+KEYWORDS="amd64 arm ia64 ppc ppc-macos s390 sh x86"
IUSE=""
DEPEND="app-emacs/pymacs"
src_unpack() {
unpack ${A}
- cp ${FILESDIR}/setup.py ${S}
+ cp "${FILESDIR}"/setup.py ${S}
}
src_compile() {
src_install() {
distutils_src_install
elisp-install python-mode *.{el,elc}
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
+ elisp-site-file-install "${FILESDIR}"/${SITEFILE}
}
pkg_postinst() {