diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-02-23 12:15:29 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-02-23 12:15:29 +0000 |
commit | 825a073b9eb1befdc8cb1aff8e8810b759448902 (patch) | |
tree | fae20f112246f3c642b0ba075606157dbf5065c2 /app-emacs/yatex | |
parent | clean up and adjusted DESCRIPTION (diff) | |
download | historical-825a073b9eb1befdc8cb1aff8e8810b759448902.tar.gz historical-825a073b9eb1befdc8cb1aff8e8810b759448902.tar.bz2 historical-825a073b9eb1befdc8cb1aff8e8810b759448902.zip |
clean up, adjusted DESCRIPTION and added some quotes
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'app-emacs/yatex')
-rw-r--r-- | app-emacs/yatex/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.72.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-emacs/yatex/ChangeLog b/app-emacs/yatex/ChangeLog index 9b26cce9f9c7..b489166b71a8 100644 --- a/app-emacs/yatex/ChangeLog +++ b/app-emacs/yatex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/yatex # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.15 2007/02/03 23:32:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.16 2007/02/23 12:15:29 opfer Exp $ + + 23 Feb 2007; Christian Faulhammer <opfer@gentoo.org> yatex-1.72.ebuild: + clean up, adjusted DESCRIPTION and added some quotes 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-emacs/yatex/yatex-1.72.ebuild b/app-emacs/yatex/yatex-1.72.ebuild index 7739c448971a..e1645296b3bd 100644 --- a/app-emacs/yatex/yatex-1.72.ebuild +++ b/app-emacs/yatex/yatex-1.72.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.72.ebuild,v 1.9 2005/08/28 02:33:01 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.72.ebuild,v 1.10 2007/02/23 12:15:29 opfer Exp $ inherit elisp eutils IUSE="cjk" -DESCRIPTION="YaTeX: Yet Another TeX mode for Emacs" +DESCRIPTION="Yet Another TeX mode for Emacs" HOMEPAGE="http://www.yatex.org/" SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" @@ -22,9 +22,9 @@ S=${WORKDIR}/${P/-/} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.diff - epatch ${FILESDIR}/${P}-yatexhlp-gentoo.diff + cd "${S}" + epatch "${FILESDIR}/${P}-gentoo.diff" + epatch "${FILESDIR}/${P}-yatexhlp-gentoo.diff" } src_compile() { @@ -43,7 +43,7 @@ src_compile() { src_install() { elisp-install ${PN} *.el - elisp-site-file-install ${FILESDIR}/50yatex-gentoo.el + elisp-site-file-install "${FILESDIR}/50yatex-gentoo.el" elisp-install ${PN} help/YATEXHLP* dodoc docs/*.eng |