From 825a073b9eb1befdc8cb1aff8e8810b759448902 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Fri, 23 Feb 2007 12:15:29 +0000 Subject: [PATCH] clean up, adjusted DESCRIPTION and added some quotes Package-Manager: portage-2.1.2-r9 --- app-emacs/yatex/ChangeLog | 5 ++++- 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 yatex-1.72.ebuild: + clean up, adjusted DESCRIPTION and added some quotes 03 Feb 2007; Diego Pettenò 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 -- 2.26.2