From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/yatex: ChangeLog yatex-1.76.ebuild
Date: Thu, 11 Oct 2012 18:59:14 +0000 (UTC) [thread overview]
Message-ID: <20121011185914.76F3321505@flycatcher.gentoo.org> (raw)
ulm 12/10/11 18:59:14
Modified: ChangeLog yatex-1.76.ebuild
Log:
Fix GNU Info files, bug 437612.
(Portage version: 2.1.11.26/cvs/Linux x86_64)
Revision Changes Path
1.36 app-emacs/yatex/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 11 Oct 2012 16:31:17 -0000 1.35
+++ ChangeLog 11 Oct 2012 18:59:14 -0000 1.36
@@ -1,9 +1,10 @@
# ChangeLog for app-emacs/yatex
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.35 2012/10/11 16:31:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.36 2012/10/11 18:59:14 ulm Exp $
- 11 Oct 2012; Ulrich Müller <ulm@gentoo.org> yatex-1.76.ebuild:
- Fix installation of GNU Info files, bug 437612.
+ 11 Oct 2012; Ulrich Müller <ulm@gentoo.org> yatex-1.76.ebuild,
+ +files/yatex-1.76-direntry.patch:
+ Fix GNU Info files, bug 437612. Drop ppc to unstable again.
11 Oct 2012; Chema Alonso <nimiux@gentoo.org> yatex-1.76.ebuild:
Missed the blocker bug (#437612) marking unstable for amd64
1.9 app-emacs/yatex/yatex-1.76.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?r1=1.8&r2=1.9
Index: yatex-1.76.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- yatex-1.76.ebuild 11 Oct 2012 16:31:17 -0000 1.8
+++ yatex-1.76.ebuild 11 Oct 2012 18:59:14 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.8 2012/10/11 16:31:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.9 2012/10/11 18:59:14 ulm Exp $
EAPI=4
@@ -10,19 +10,26 @@
HOMEPAGE="http://www.yatex.org/"
SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"
-KEYWORDS="~alpha ~amd64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
LICENSE="YaTeX"
IUSE="linguas_ja"
S="${WORKDIR}/${P/-/}"
-ELISP_PATCHES="${PN}-1.76-gentoo.patch"
+ELISP_PATCHES="${PN}-1.76-gentoo.patch
+ ${PN}-1.76-direntry.patch"
SITEFILE="50${PN}-gentoo.el"
src_compile() {
# byte-compilation fails (as of 1.74): yatexlib.el requires fonts
# that are only available under X
- :
+
+ local texi="yatexe.tex yahtmle.tex"
+ use linguas_ja && texi+=" yatexj.tex yahtmlj.tex"
+
+ cd docs
+ # makeinfo fails, so use Emacs to generate Info from Texinfo
+ ${EMACS} ${EMACSFLAGS} -l texinfmt -f batch-texinfo-format ${texi} || die
}
src_install() {
@@ -31,12 +38,12 @@
insinto ${SITEETC}/${PN}
doins help/YATEXHLP.eng
- doinfo docs/yatexe docs/yahtmle
+ doinfo docs/yatex.info docs/yahtml.info
dodoc docs/*.eng
if use linguas_ja; then
doins help/YATEXHLP.jp
- doinfo docs/yatexj docs/yahtmlj
+ doinfo docs/yatex-ja.info docs/yahtml-ja.info
dodoc 00readme install docs/{htmlqa,qanda} docs/*.doc
fi
}
next reply other threads:[~2012-10-11 18:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-11 18:59 Ulrich Mueller (ulm) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-17 3:02 [gentoo-commits] gentoo-x86 commit in app-emacs/yatex: ChangeLog yatex-1.76.ebuild PaweA Hajdan (phajdan.jr)
2012-10-16 14:39 Agostino Sarubbo (ago)
2012-10-15 21:46 Ulrich Mueller (ulm)
2012-10-11 16:31 Ulrich Mueller (ulm)
2012-10-11 15:39 JosA MarAa Alonso (nimiux)
2012-10-11 15:14 JosA MarAa Alonso (nimiux)
2012-10-10 15:20 Brent Baude (ranger)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121011185914.76F3321505@flycatcher.gentoo.org \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox