summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-17 15:12:47 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-17 15:12:47 +0000
commit88003643ab529624655b104188b1b31b8304202a (patch)
tree21ff1a60bae11a7746eb6582cfa6ae78815692d7 /app-emacs/pymacs
parent* bump (diff)
downloadgentoo-2-88003643ab529624655b104188b1b31b8304202a.tar.gz
gentoo-2-88003643ab529624655b104188b1b31b8304202a.tar.bz2
gentoo-2-88003643ab529624655b104188b1b31b8304202a.zip
arm/ia64/s390/sh stable
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r--app-emacs/pymacs/pymacs-0.22-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
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
}