From: Mike Frysinger Date: Sat, 17 Feb 2007 15:13:16 +0000 (+0000) Subject: arm/ia64/s390/sh stable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba4ef2322ca93164ed9fdb523adfbbb01aae6098;p=gentoo.git arm/ia64/s390/sh stable Package-Manager: portage-2.1.2-r9 --- diff --git a/app-emacs/pymacs/pymacs-0.22-r1.ebuild b/app-emacs/pymacs/pymacs-0.22-r1.ebuild index 63483ebd728f..cf48c1e95972 100644 --- a/app-emacs/pymacs/pymacs-0.22-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.22-r1.ebuild @@ -1,6 +1,6 @@ # 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 @@ -10,7 +10,7 @@ SRC_URI="http://pymacs.progiciels-bpi.ca/archives/${P/pymacs/Pymacs}.tar.gz" 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 @@ -20,7 +20,7 @@ S=${WORKDIR}/Pymacs-${PV} src_unpack() { unpack ${A} - epatch ${FILESDIR}/${PV}-character-encoding-gentoo.patch + epatch "${FILESDIR}"/${PV}-character-encoding-gentoo.patch } src_compile() { @@ -30,12 +30,12 @@ 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 } diff --git a/app-emacs/python-mode/python-mode-1.0.ebuild b/app-emacs/python-mode/python-mode-1.0.ebuild index 818ae9862076..a9b44166c23a 100644 --- a/app-emacs/python-mode/python-mode-1.0.ebuild +++ b/app-emacs/python-mode/python-mode-1.0.ebuild @@ -1,6 +1,6 @@ # 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 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" 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" @@ -19,7 +19,7 @@ SITEFILE="60python-mode-gentoo.el" src_unpack() { unpack ${A} - cp ${FILESDIR}/setup.py ${S} + cp "${FILESDIR}"/setup.py ${S} } src_compile() { @@ -30,7 +30,7 @@ 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() {