diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-14 13:04:17 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-14 13:04:17 +0000 |
commit | de56a9d613d85a741bb2680a7184d9503c81ce25 (patch) | |
tree | cbc07207bd32c3031032424b84b833ed59d72027 /app-emacs | |
parent | update maintainer (Manifest recommit) (diff) | |
download | gentoo-2-de56a9d613d85a741bb2680a7184d9503c81ce25.tar.gz gentoo-2-de56a9d613d85a741bb2680a7184d9503c81ce25.tar.bz2 gentoo-2-de56a9d613d85a741bb2680a7184d9503c81ce25.zip |
Added to ~ppc-macos.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/yatex/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.71.ebuild | 11 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.72.ebuild | 13 |
3 files changed, 16 insertions, 14 deletions
diff --git a/app-emacs/yatex/ChangeLog b/app-emacs/yatex/ChangeLog index c0f016adc88a..bbabdebefc60 100644 --- a/app-emacs/yatex/ChangeLog +++ b/app-emacs/yatex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/yatex # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.10 2004/08/14 15:10:59 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.11 2004/10/14 13:04:17 usata Exp $ + + 14 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> yatex-1.71.ebuild, + yatex-1.72.ebuild: + Added to ~ppc-macos. 15 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> yatex-1.71.ebuild, yatex-1.72.ebuild: diff --git a/app-emacs/yatex/yatex-1.71.ebuild b/app-emacs/yatex/yatex-1.71.ebuild index 114fa3257f1a..c696042278e2 100644 --- a/app-emacs/yatex/yatex-1.71.ebuild +++ b/app-emacs/yatex/yatex-1.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.71.ebuild,v 1.8 2004/08/14 15:10:59 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.71.ebuild,v 1.9 2004/10/14 13:04:17 usata Exp $ inherit elisp eutils @@ -14,9 +14,8 @@ KEYWORDS="x86 alpha ~sparc ppc" SLOT="0" LICENSE="as-is" -DEPEND="${RDEPEND} - cjk? ( app-i18n/nkf )" -RDEPEND="virtual/emacs" +# virtual/emacs is from elisp +#DEPEND="virtual/emacs" S=${WORKDIR}/${P/-/} @@ -36,8 +35,8 @@ src_compile() { mv yatexe yatex.info mv yahtmle yahtml.info if use cjk ; then - nkf -e yatexj > yatex-ja.info - nkf -e yahtmlj > yahtml-ja.info + iconv -f ISO-2022-JP -t EUC-JP yatexj > yatex-ja.info + iconv -f ISO-2022-JP -t EUC-JP yahtmlj > yahtml-ja.info fi } diff --git a/app-emacs/yatex/yatex-1.72.ebuild b/app-emacs/yatex/yatex-1.72.ebuild index cd6777c8eef8..38ee8c2cee36 100644 --- a/app-emacs/yatex/yatex-1.72.ebuild +++ b/app-emacs/yatex/yatex-1.72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.5 2004/08/14 15:10:59 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.72.ebuild,v 1.6 2004/10/14 13:04:17 usata Exp $ inherit elisp eutils @@ -10,13 +10,12 @@ DESCRIPTION="YaTeX: Yet Another TeX mode for Emacs" HOMEPAGE="http://www.yatex.org/" SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" -KEYWORDS="x86 alpha ppc" +KEYWORDS="x86 alpha ~sparc ppc ~ppc-macos" SLOT="0" LICENSE="as-is" -DEPEND="${RDEPEND} - cjk? ( app-i18n/nkf )" -RDEPEND="virtual/emacs" +# virtual/emacs is from elisp.eclass +#DEPEND="virtual/emacs" S=${WORKDIR}/${P/-/} @@ -36,8 +35,8 @@ src_compile() { mv yatexe yatex.info mv yahtmle yahtml.info if use cjk ; then - nkf -e yatexj > yatex-ja.info - nkf -e yahtmlj > yahtml-ja.info + iconv -f ISO-2022-JP -t EUC-JP yatexj > yatex-ja.info + iconv -f ISO-2022-JP -t EUC-JP yahtmlj > yahtml-ja.info fi } |