diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-10-07 14:36:35 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-10-07 14:36:35 +0000 |
commit | d2bdb139f8f1450af8a588a5b9fb81dcdb84356a (patch) | |
tree | e088f782f8b51127bfa7e248f7f2f44d3bf6eaed /app-emacs | |
parent | amd64 patches for mpg123 (diff) | |
download | historical-d2bdb139f8f1450af8a588a5b9fb81dcdb84356a.tar.gz historical-d2bdb139f8f1450af8a588a5b9fb81dcdb84356a.tar.bz2 historical-d2bdb139f8f1450af8a588a5b9fb81dcdb84356a.zip |
Fixed build failure problem with brand-new install
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/yatex/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/yatex/Manifest | 5 | ||||
-rw-r--r-- | app-emacs/yatex/files/lp.el | 4 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.71.ebuild | 25 |
4 files changed, 33 insertions, 7 deletions
diff --git a/app-emacs/yatex/ChangeLog b/app-emacs/yatex/ChangeLog index b444318c42fc..3028123c8e6a 100644 --- a/app-emacs/yatex/ChangeLog +++ b/app-emacs/yatex/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-emacs/yatex # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.3 2003/09/21 16:28:59 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.4 2003/10/07 14:36:18 usata Exp $ *yatex-1.71 (12 Sep 2003) + 07 Oct 2003; Mamoru KOMACHI <usata@gentoo.org> yatex-1.71.ebuild, + files/lp.el: + Fixed build failure problem with brand-new install + 13 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> files/50yatex-gentoo.el, files/yatex-1.71-gentoo.diff: Added missing files directory. Thanks to YAMAKURA Makoto <yakina@gentoo.org> diff --git a/app-emacs/yatex/Manifest b/app-emacs/yatex/Manifest index 51edb69c4aa1..26b1d0490872 100644 --- a/app-emacs/yatex/Manifest +++ b/app-emacs/yatex/Manifest @@ -1,6 +1,7 @@ -MD5 28a8b4dcfef35fc7d6e9896514498cbe yatex-1.71.ebuild 1140 +MD5 3bf5cc8df50d517701fe2849ee9e1626 yatex-1.71.ebuild 1599 MD5 73b8438632d3ec40a9f16e142f48b43a metadata.xml 646 -MD5 4d780fb295e16a55a5bb2eb6b3b87e41 ChangeLog 623 +MD5 d57e0f5dde53456cdaa1203d62df03ec ChangeLog 760 MD5 25efbe9871a1b36669916928339fa1d8 files/50yatex-gentoo.el 532 MD5 920ec551a0bac37b6e5b1142af2df6d0 files/yatex-1.71-gentoo.diff 2634 MD5 cea9c48d2281fc63126df7a0dbb1c43b files/digest-yatex-1.71 61 +MD5 7230c226e693a12ac37ba1415e66dff5 files/lp.el 118 diff --git a/app-emacs/yatex/files/lp.el b/app-emacs/yatex/files/lp.el new file mode 100644 index 000000000000..9efcf778834a --- /dev/null +++ b/app-emacs/yatex/files/lp.el @@ -0,0 +1,4 @@ +(setq load-path (cons "." load-path)) +(load-file "./yatexlib.el") +(load-file "./yatex.el") +(load-file "./comment.el") diff --git a/app-emacs/yatex/yatex-1.71.ebuild b/app-emacs/yatex/yatex-1.71.ebuild index 61d4293701a0..96be7e8485a9 100644 --- a/app-emacs/yatex/yatex-1.71.ebuild +++ b/app-emacs/yatex/yatex-1.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/09/12 01:35:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.71.ebuild,v 1.2 2003/10/07 14:36:18 usata Exp $ inherit elisp @@ -14,8 +14,8 @@ KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/emacs - cjk? app-i18n/nkf" +DEPEND="${RDEPEND} + cjk? ( app-i18n/nkf )" RDEPEND="virtual/emacs" S=${WORKDIR}/${P/-/} @@ -29,7 +29,24 @@ src_unpack() { src_compile() { - emacs -q -batch -l ./yatexlib.el -e batch-byte-compile *.el || die + local yahtml common lisp yahtmllisp + yahtml="yahtml.el" + common="yatexlib.el yatexprc.el" + lisp="comment.el yatex.el yatexadd.el yatexgen.el + yatexenv.el ${common} yatexmth.el + yatexhks.el yatexhlp.el yatexm-o.el yatexsec.el + yatexhie.el ${yahtml}" + yahtmllisp="${yahtml} ${common}" + + emacs -q --no-site-file -batch \ + -l ${FILESDIR}/lp.el \ + -l ./yatexlib.el \ + -e batch-byte-compile ${lisp} || die + emacs -q --no-site-file -batch \ + -l ${FILESDIR}/lp.el \ + -l ./yatexlib.el \ + -e bcf-and-exit ${yahtmllisp} || die + cd docs mv yatexe yatex.info mv yahtmle yahtml.info |