public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/yatex: yatex-1.76.ebuild ChangeLog
@ 2012-07-08 21:13 Naohiro Aota (naota)
  0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2012-07-08 21:13 UTC (permalink / raw
  To: gentoo-commits

naota       12/07/08 21:13:01

  Modified:             ChangeLog
  Added:                yatex-1.76.ebuild
  Log:
  Version bump to 1.76.
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 app-emacs/yatex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	13 Dec 2009 17:35:38 -0000	1.27
+++ ChangeLog	8 Jul 2012 21:13:01 -0000	1.28
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/yatex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.27 2009/12/13 17:35:38 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.28 2012/07/08 21:13:01 naota Exp $
+
+*yatex-1.76 (08 Jul 2012)
+
+  08 Jul 2012; Naohiro Aota <naota@gentoo.org> +files/yatex-1.76-gentoo.patch,
+  +yatex-1.76.ebuild:
+  Version bump to 1.76.
 
   13 Dec 2009; Ulrich Mueller <ulm@gentoo.org> -yatex-1.72.ebuild,
   -files/yatex-1.72-gentoo.diff, -files/yatex-1.72-yatexhlp-gentoo.diff,
@@ -101,4 +107,3 @@
   12 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> yatex-1.71.ebuild:
   Initial import.  Ebuild submitted by Naoaki Shindo
   <shindo-n@zephyr.dti.ne.jp> at GentooJP BugTrack.
-



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?rev=1.1&content-type=text/plain

Index: yatex-1.76.ebuild
===================================================================
# 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.1 2012/07/08 21:13:01 naota Exp $

inherit elisp eutils

DESCRIPTION="Yet Another TeX mode for Emacs"
HOMEPAGE="http://www.yatex.org/"
SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"

KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
LICENSE="as-is"
IUSE="linguas_ja"

S=${WORKDIR}/${P/-/}
SITEFILE="50${PN}-gentoo.el"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${PN}-1.76-gentoo.patch"
}

src_compile() {
	# byte-compilation fails (as of 1.74): yatexlib.el requires fonts
	# that are only available under X

	cd docs
	mv yatexe yatex.info
	mv yahtmle yahtml.info
	if use linguas_ja; then
		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
}

src_install() {
	elisp-install ${PN} *.el || die
	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die

	insinto ${SITEETC}/${PN}
	doins help/YATEXHLP.eng || die "doins failed"

	doinfo docs/*.info || die "doinfo failed"
	dodoc docs/*.eng || die "dodoc failed"

	if use linguas_ja; then
		doins help/YATEXHLP.jp || die "doins failed"
		dodoc 00readme install docs/{htmlqa,qanda} docs/*.doc \
			|| die "dodoc failed"
	fi
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/yatex: yatex-1.76.ebuild ChangeLog
@ 2012-10-10 15:39 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-10-10 15:39 UTC (permalink / raw
  To: gentoo-commits

ranger      12/10/10 15:39:16

  Modified:             yatex-1.76.ebuild ChangeLog
  Log:
  Backing out ppc stabile to yatex-1.76
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?r1=1.3&r2=1.4

Index: yatex-1.76.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yatex-1.76.ebuild	10 Oct 2012 15:20:38 -0000	1.3
+++ yatex-1.76.ebuild	10 Oct 2012 15:39:16 -0000	1.4
@@ -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.3 2012/10/10 15:20:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.4 2012/10/10 15:39:16 ranger Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 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"



1.31                 app-emacs/yatex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	10 Oct 2012 15:20:38 -0000	1.30
+++ ChangeLog	10 Oct 2012 15:39:16 -0000	1.31
@@ -1,6 +1,9 @@
 # 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.30 2012/10/10 15:20:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.31 2012/10/10 15:39:16 ranger Exp $
+
+  10 Oct 2012; Brent Baude <ranger@gentoo.org> yatex-1.76.ebuild:
+  Backing out ppc stabile to yatex-1.76
 
   10 Oct 2012; Brent Baude <ranger@gentoo.org> yatex-1.76.ebuild:
   Marking yatex-1.76 ppc for bug 433187





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/yatex: yatex-1.76.ebuild ChangeLog
@ 2012-10-11  7:21 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-11  7:21 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/11 07:21:21

  Modified:             yatex-1.76.ebuild ChangeLog
  Log:
  stable ppc, bug #433187
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?r1=1.4&r2=1.5

Index: yatex-1.76.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yatex-1.76.ebuild	10 Oct 2012 15:39:16 -0000	1.4
+++ yatex-1.76.ebuild	11 Oct 2012 07:21:21 -0000	1.5
@@ -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.4 2012/10/10 15:39:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.5 2012/10/11 07:21:21 blueness Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 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"



1.32                 app-emacs/yatex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	10 Oct 2012 15:39:16 -0000	1.31
+++ ChangeLog	11 Oct 2012 07:21:21 -0000	1.32
@@ -1,6 +1,9 @@
 # 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.31 2012/10/10 15:39:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.32 2012/10/11 07:21:21 blueness Exp $
+
+  11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> yatex-1.76.ebuild:
+  stable ppc, bug #433187
 
   10 Oct 2012; Brent Baude <ranger@gentoo.org> yatex-1.76.ebuild:
   Backing out ppc stabile to yatex-1.76





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/yatex: yatex-1.76.ebuild ChangeLog
@ 2012-10-17 11:26 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-17 11:26 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/17 11:26:05

  Modified:             yatex-1.76.ebuild ChangeLog
  Log:
  stable ppc, bug #433187
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 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.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild?r1=1.13&r2=1.14

Index: yatex-1.76.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- yatex-1.76.ebuild	17 Oct 2012 03:02:22 -0000	1.13
+++ yatex-1.76.ebuild	17 Oct 2012 11:26:05 -0000	1.14
@@ -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.13 2012/10/17 03:02:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.14 2012/10/17 11:26:05 blueness Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.yatex.org/"
 SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"
 
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="YaTeX"
 IUSE="linguas_ja"



1.41                 app-emacs/yatex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yatex/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	17 Oct 2012 03:02:22 -0000	1.40
+++ ChangeLog	17 Oct 2012 11:26:05 -0000	1.41
@@ -1,6 +1,9 @@
 # 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.40 2012/10/17 03:02:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.41 2012/10/17 11:26:05 blueness Exp $
+
+  17 Oct 2012; Anthony G. Basile <blueness@gentoo.org> yatex-1.76.ebuild:
+  stable ppc, bug #433187
 
   17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> yatex-1.76.ebuild:
   x86 stable wrt bug #433187





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-17 11:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-10 15:39 [gentoo-commits] gentoo-x86 commit in app-emacs/yatex: yatex-1.76.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-17 11:26 Anthony G. Basile (blueness)
2012-10-11  7:21 Anthony G. Basile (blueness)
2012-07-08 21:13 Naohiro Aota (naota)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox