diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-07-04 23:30:08 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-07-04 23:30:08 +0000 |
commit | 8b24beca5b1235ee252b19f6fb5eaf67e7d47a8c (patch) | |
tree | 9edd7a5542ec9a977dc13b0c83a8d97765f9f617 /app-emacs/yatex | |
parent | relocated IUSE; reordered KEYWORDS; removed virtual/emacs from DEPEND; added ... (diff) | |
download | gentoo-2-8b24beca5b1235ee252b19f6fb5eaf67e7d47a8c.tar.gz gentoo-2-8b24beca5b1235ee252b19f6fb5eaf67e7d47a8c.tar.bz2 gentoo-2-8b24beca5b1235ee252b19f6fb5eaf67e7d47a8c.zip |
canonicalise SITEFILE handling; relocated IUSE; removed some unneeded blank lines
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emacs/yatex')
-rw-r--r-- | app-emacs/yatex/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.72.ebuild | 14 |
2 files changed, 9 insertions, 11 deletions
diff --git a/app-emacs/yatex/ChangeLog b/app-emacs/yatex/ChangeLog index 8ca916eab64c..34079aebfa24 100644 --- a/app-emacs/yatex/ChangeLog +++ b/app-emacs/yatex/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2007/04/08 12:39:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.19 2007/07/04 23:30:08 opfer Exp $ + + 04 Jul 2007; Christian Faulhammer <opfer@gentoo.org> yatex-1.72.ebuild: + canonicalise SITEFILE handling; relocated IUSE; removed some unneeded blank + lines 08 Apr 2007; Markus Rothe <corsair@gentoo.org> yatex-1.72.ebuild: Added ~ppc64; bug #173258 diff --git a/app-emacs/yatex/yatex-1.72.ebuild b/app-emacs/yatex/yatex-1.72.ebuild index 4651e5703175..0ace580c9c4a 100644 --- a/app-emacs/yatex/yatex-1.72.ebuild +++ b/app-emacs/yatex/yatex-1.72.ebuild @@ -1,11 +1,9 @@ # 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.11 2007/04/08 12:39:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.72.ebuild,v 1.12 2007/07/04 23:30:08 opfer Exp $ inherit elisp eutils -IUSE="cjk" - DESCRIPTION="Yet Another TeX mode for Emacs" HOMEPAGE="http://www.yatex.org/" SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" @@ -13,14 +11,12 @@ SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" KEYWORDS="alpha ~amd64 ppc ~ppc-macos ~ppc64 sparc x86" SLOT="0" LICENSE="as-is" - -# virtual/emacs is from elisp.eclass -#DEPEND="virtual/emacs" +IUSE="cjk" S=${WORKDIR}/${P/-/} +SITEFILE=50${PN}-gentoo.el src_unpack() { - unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-gentoo.diff" @@ -28,9 +24,7 @@ src_unpack() { } src_compile() { - # compilation b0rks on alpha, sparc and ppc - cd docs mv yatexe yatex.info mv yahtmle yahtml.info @@ -43,7 +37,7 @@ src_compile() { src_install() { elisp-install ${PN} *.el - elisp-site-file-install "${FILESDIR}/50yatex-gentoo.el" + elisp-site-file-install "${FILESDIR}/${SITEFILE}" elisp-install ${PN} help/YATEXHLP* dodoc docs/*.eng |