public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2009-01-07 12:18 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-07 12:18 UTC (permalink / raw
  To: gentoo-commits

aballier    09/01/07 12:18:46

  Modified:             ChangeLog
  Added:                cjk-latex-4.8.2.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.35                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Jan 2009 11:53:46 -0000	1.34
+++ ChangeLog	7 Jan 2009 12:18:46 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.34 2009/01/07 11:53:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.35 2009/01/07 12:18:46 aballier Exp $
+
+*cjk-latex-4.8.2 (07 Jan 2009)
+
+  07 Jan 2009; Alexis Ballier <aballier@gentoo.org> +cjk-latex-4.8.2.ebuild:
+  version bump
 
   07 Jan 2009; Alexis Ballier <aballier@gentoo.org> -cjk-latex-4.7.0.ebuild,
   -cjk-latex-4.8.0.ebuild:



1.1                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.1&content-type=text/plain

Index: cjk-latex-4.8.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.1 2009/01/07 12:18:46 aballier Exp $

inherit latex-package elisp-common toolchain-funcs multilib

MY_P="${P/-latex/}"

DESCRIPTION="A LaTeX 2e macro package which enables the use of CJK scripts in various encodings"
HOMEPAGE="http://cjk.ffii.org/"
# fonts are taken from ftp://ftp.ctan.org/tex-archive/fonts/CJK.zip
SRC_URI="ftp://ftp.ffii.org/pub/cjk/${MY_P}.tar.gz
	mirror://gentoo/${MY_P}-fonts.zip
	doc? ( ftp://ftp.ffii.org/pub/cjk/${MY_P}-doc.tar.gz )"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc emacs"

DEPEND="virtual/latex-base
	emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}
	app-arch/unzip"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpack ${A}
	cd "${S}"

	for i in "${WORKDIR}"/CJK/*.tar.gz; do
		tar -xzf ${i} || die "failed to unpack $i"
	done
	find texmf/fonts/hbf -type f -exec cp {} "${T}" \; || die
	sed -i -e "/^pk_files/s/no/yes/" \
		-e "/^dpi_x/s/300/500/" \
		texmf/hbf2gf/*.cfg || die
}

src_compile() {
	tc-export CC
	cd utils
	for d in *conv; do
		cd $d
		local f=`echo $d | tr '[:upper:]' '[:lower:]'`
		echo "all: $f" >> Makefile
		emake || die || die "building $f failed"
		if [ $d = CEFconv ] ; then
			echo "all: cef5conv cefsconv" >> Makefile
			emake || die "building $d failed"
		fi
		cd -
	done
	cd hbf2gf
	econf --with-kpathsea-lib=/usr/$(get_libdir) \
		--with-kpathsea-include=/usr/include/kpathsea
	emake || die "building hbf2gf failed!"
	cd -

	if use emacs ; then
		cd lisp
		elisp-compile *.el
		cd emacs
		elisp-compile *.el
		cd ../mule-2.3
		elisp-compile *.el
	fi

	cd "${T}"

	for f in "${S}"/texmf/hbf2gf/*.cfg ; do
		env HBF_TARGET="${S}/texmf/fonts" "${S}/utils/hbf2gf/hbf2gf" $f || die
	done

	einfo "Generating pk fonts"
	for gf in *.gf ; do
		gftopk $gf || die
	done
}

src_install() {
	cd utils
	for d in *conv; do
		cd $d
		local f=`echo $d | tr '[:upper:]' '[:lower:]'`
		dobin *latex *conv
		doman *.1
		cd -
	done
	cd hbf2gf
	einstall || die "einstall failed"

	cd "${S}"

	# Install pk fonts
	for d in texmf/fonts/pk/modeless/*/* ; do
		insinto /usr/share/${d}
		for f in "${T}"/${d##*/}*.pk ; do
			newins $f `basename ${f/.pk/.500pk}` || die "newins failed"
		done
	done

	insinto "${TEXMF}/tex/latex/${PN}"
	doins -r texinput/* || die "installing texinput files failed"
	doins -r contrib/wadalab || die "installing wadalab failed"

	if use emacs ; then
		cd utils/lisp
		elisp-install ${PN} *.el{,c} emacs/*.el{,c} mule-2.3/*.el{,c}
	fi

	cd "${S}"

	# uwpatch stuff
	insinto ${TEXMF}/scripts/uwpatch
	doins uwpatch/uwpatchold.sh
	insinto ${TEXMF}/fonts/afm/uwpatch
	doins uwpatch/*.afm

	# jisksp40 stuff
	insinto ${TEXMF}
	doins -r jisksp40/texmf/*

	# kanji48 stuff
	insinto ${TEXMF}
	doins -r kanji48/texmf/*

	use doc || rm -rf texmf/doc
	insinto ${TEXMF}
	doins -r texmf/* || die "installing texmf failed"

	# Move fonts because hbf2gf expects them in MISCFONTS
	mv "${D}/${TEXMF}/fonts/hbf" "${D}/${TEXMF}/fonts/misc" || die "mv font failed"

	insinto ${TEXMF}/hbf2gf
	doins utils/hbf2gf/cfg/*

	insinto ${TEXMF}/scripts/subfonts
	doins utils/subfonts/*

	rm -f doc/COPYING doc/INSTALL
	dodoc ChangeLog README
	if use doc ; then
		insinto /usr/share/doc/${PF}
		doins -r doc/*
		doins -r examples
	fi
	docinto uwpatch
	dodoc uwpatch/README

	prepalldocs
}






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2009-03-11 18:34 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-11 18:34 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/11 18:34:28

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  Add ~arm/~s390/~sh
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.2                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.1&r2=1.2

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cjk-latex-4.8.2.ebuild	7 Jan 2009 12:18:46 -0000	1.1
+++ cjk-latex-4.8.2.ebuild	11 Mar 2009 18:34:28 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.1 2009/01/07 12:18:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.2 2009/03/11 18:34:28 armin76 Exp $
 
 inherit latex-package elisp-common toolchain-funcs multilib
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc emacs"
 
 DEPEND="virtual/latex-base



1.36                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	7 Jan 2009 12:18:46 -0000	1.35
+++ ChangeLog	11 Mar 2009 18:34:28 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.35 2009/01/07 12:18:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.36 2009/03/11 18:34:28 armin76 Exp $
+
+  11 Mar 2009; Raúl Porcel <armin76@gentoo.org> cjk-latex-4.8.2.ebuild:
+  Add ~arm/~s390/~sh
 
 *cjk-latex-4.8.2 (07 Jan 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2009-05-19 20:40 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-05-19 20:40 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/19 20:40:30

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  stable ppc64, bug 270385
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.2&r2=1.3

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cjk-latex-4.8.2.ebuild	11 Mar 2009 18:34:28 -0000	1.2
+++ cjk-latex-4.8.2.ebuild	19 May 2009 20:40:30 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.2 2009/03/11 18:34:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.3 2009/05/19 20:40:30 ranger Exp $
 
 inherit latex-package elisp-common toolchain-funcs multilib
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc emacs"
 
 DEPEND="virtual/latex-base



1.38                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	18 Mar 2009 19:26:46 -0000	1.37
+++ ChangeLog	19 May 2009 20:40:30 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.37 2009/03/18 19:26:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.38 2009/05/19 20:40:30 ranger Exp $
+
+  19 May 2009; Brent Baude <ranger@gentoo.org> cjk-latex-4.8.2.ebuild:
+  stable ppc64, bug 270385
 
   18 Mar 2009; Raúl Porcel <armin76@gentoo.org> cjk-latex-4.8.1.ebuild:
   arm/s390/sh stable wrt #253551






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2009-05-21 21:10 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-05-21 21:10 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/21 21:10:07

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  stable ppc, bug 270385
  (Portage version: 2.1.6.11/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.3&r2=1.4

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cjk-latex-4.8.2.ebuild	19 May 2009 20:40:30 -0000	1.3
+++ cjk-latex-4.8.2.ebuild	21 May 2009 21:10:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.3 2009/05/19 20:40:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.4 2009/05/21 21:10:07 ranger Exp $
 
 inherit latex-package elisp-common toolchain-funcs multilib
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc emacs"
 
 DEPEND="virtual/latex-base



1.39                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	19 May 2009 20:40:30 -0000	1.38
+++ ChangeLog	21 May 2009 21:10:07 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.38 2009/05/19 20:40:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.39 2009/05/21 21:10:07 ranger Exp $
+
+  21 May 2009; Brent Baude <ranger@gentoo.org> cjk-latex-4.8.2.ebuild:
+  stable ppc, bug 270385
 
   19 May 2009; Brent Baude <ranger@gentoo.org> cjk-latex-4.8.2.ebuild:
   stable ppc64, bug 270385






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2009-05-21 21:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2009-05-21 21:14 UTC (permalink / raw
  To: gentoo-commits

jer         09/05/21 21:14:30

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #270385).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.4&r2=1.5

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cjk-latex-4.8.2.ebuild	21 May 2009 21:10:07 -0000	1.4
+++ cjk-latex-4.8.2.ebuild	21 May 2009 21:14:30 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.4 2009/05/21 21:10:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.5 2009/05/21 21:14:30 jer Exp $
 
 inherit latex-package elisp-common toolchain-funcs multilib
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc emacs"
 
 DEPEND="virtual/latex-base



1.40                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	21 May 2009 21:10:07 -0000	1.39
+++ ChangeLog	21 May 2009 21:14:30 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.39 2009/05/21 21:10:07 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.40 2009/05/21 21:14:30 jer Exp $
+
+  21 May 2009; Jeroen Roovers <jer@gentoo.org> cjk-latex-4.8.2.ebuild:
+  Stable for HPPA (bug #270385).
 
   21 May 2009; Brent Baude <ranger@gentoo.org> cjk-latex-4.8.2.ebuild:
   stable ppc, bug 270385






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2009-05-24 19:24 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2009-05-24 19:24 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/24 19:24:29

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #270385
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.5&r2=1.6

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cjk-latex-4.8.2.ebuild	21 May 2009 21:14:30 -0000	1.5
+++ cjk-latex-4.8.2.ebuild	24 May 2009 19:24:29 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.5 2009/05/21 21:14:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.6 2009/05/24 19:24:29 maekke Exp $
 
 inherit latex-package elisp-common toolchain-funcs multilib
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc emacs"
 
 DEPEND="virtual/latex-base



1.41                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	21 May 2009 21:14:30 -0000	1.40
+++ ChangeLog	24 May 2009 19:24:29 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.40 2009/05/21 21:14:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.41 2009/05/24 19:24:29 maekke Exp $
+
+  24 May 2009; Markus Meier <maekke@gentoo.org> cjk-latex-4.8.2.ebuild:
+  amd64/x86 stable, bug #270385
 
   21 May 2009; Jeroen Roovers <jer@gentoo.org> cjk-latex-4.8.2.ebuild:
   Stable for HPPA (bug #270385).






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2009-05-28 16:12 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-28 16:12 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/28 16:12:18

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #270385
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.7                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.6&r2=1.7

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cjk-latex-4.8.2.ebuild	24 May 2009 19:24:29 -0000	1.6
+++ cjk-latex-4.8.2.ebuild	28 May 2009 16:12:18 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.6 2009/05/24 19:24:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.7 2009/05/28 16:12:18 armin76 Exp $
 
 inherit latex-package elisp-common toolchain-funcs multilib
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="doc emacs"
 
 DEPEND="virtual/latex-base



1.42                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	24 May 2009 19:24:29 -0000	1.41
+++ ChangeLog	28 May 2009 16:12:18 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.41 2009/05/24 19:24:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.42 2009/05/28 16:12:18 armin76 Exp $
+
+  28 May 2009; Raúl Porcel <armin76@gentoo.org> cjk-latex-4.8.2.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #270385
 
   24 May 2009; Markus Meier <maekke@gentoo.org> cjk-latex-4.8.2.ebuild:
   amd64/x86 stable, bug #270385






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2010-10-10 16:42 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2010-10-10 16:42 UTC (permalink / raw
  To: gentoo-commits

aballier    10/10/10 16:42:18

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  Include kpathsea/version.h when available. Fixes a build failure with TeX Live 2010.
  
  (Portage version: 2.2_rc91/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.7&r2=1.8

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cjk-latex-4.8.2.ebuild	28 May 2009 16:12:18 -0000	1.7
+++ cjk-latex-4.8.2.ebuild	10 Oct 2010 16:42:18 -0000	1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.7 2009/05/28 16:12:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.8 2010/10/10 16:42:18 aballier Exp $
 
-inherit latex-package elisp-common toolchain-funcs multilib
+inherit latex-package elisp-common toolchain-funcs multilib eutils autotools
 
 MY_P="${P/-latex/}"
 
@@ -36,6 +36,9 @@
 	sed -i -e "/^pk_files/s/no/yes/" \
 		-e "/^dpi_x/s/300/500/" \
 		texmf/hbf2gf/*.cfg || die
+	epatch "${FILESDIR}/${P}-kpathsea_version.patch"
+	cd "${S}/utils/hbf2gf"
+	eautoreconf
 }
 
 src_compile() {



1.44                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	5 Aug 2009 00:07:12 -0000	1.43
+++ ChangeLog	10 Oct 2010 16:42:18 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/cjk-latex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.43 2009/08/05 00:07:12 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.44 2010/10/10 16:42:18 aballier Exp $
+
+  10 Oct 2010; Alexis Ballier <aballier@gentoo.org> cjk-latex-4.8.2.ebuild,
+  +files/cjk-latex-4.8.2-kpathsea_version.patch:
+  Include kpathsea/version.h when available. Fixes a build failure with TeX
+  Live 2010.
 
   05 Aug 2009; Alexis Ballier <aballier@gentoo.org> -cjk-latex-4.8.1.ebuild:
   remove old






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2011-06-28 15:40 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2011-06-28 15:40 UTC (permalink / raw
  To: gentoo-commits

aballier    11/06/28 15:40:05

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  set TEXMFCNF so that texmf.cnf is found by kpathsea, bump to eapi3
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.8&r2=1.9

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cjk-latex-4.8.2.ebuild	10 Oct 2010 16:42:18 -0000	1.8
+++ cjk-latex-4.8.2.ebuild	28 Jun 2011 15:40:04 -0000	1.9
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.8 2010/10/10 16:42:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.9 2011/06/28 15:40:04 aballier Exp $
+
+EAPI=3
 
 inherit latex-package elisp-common toolchain-funcs multilib eutils autotools
 
@@ -25,10 +27,7 @@
 
 S="${WORKDIR}/${MY_P}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	for i in "${WORKDIR}"/CJK/*.tar.gz; do
 		tar -xzf ${i} || die "failed to unpack $i"
 	done
@@ -41,24 +40,32 @@
 	eautoreconf
 }
 
-src_compile() {
-	tc-export CC
+src_configure() {
 	cd utils
 	for d in *conv; do
 		cd $d
 		local f=`echo $d | tr '[:upper:]' '[:lower:]'`
 		echo "all: $f" >> Makefile
-		emake || die || die "building $f failed"
 		if [ $d = CEFconv ] ; then
 			echo "all: cef5conv cefsconv" >> Makefile
-			emake || die "building $d failed"
 		fi
 		cd -
 	done
 	cd hbf2gf
 	econf --with-kpathsea-lib=/usr/$(get_libdir) \
 		--with-kpathsea-include=/usr/include/kpathsea
-	emake || die "building hbf2gf failed!"
+}
+
+src_compile() {
+	tc-export CC
+	cd utils
+	for d in *conv; do
+		cd $d
+		emake || die
+		cd -
+	done
+	cd hbf2gf
+	emake || die
 	cd -
 
 	if use emacs ; then
@@ -73,7 +80,7 @@
 	cd "${T}"
 
 	for f in "${S}"/texmf/hbf2gf/*.cfg ; do
-		env HBF_TARGET="${S}/texmf/fonts" "${S}/utils/hbf2gf/hbf2gf" $f || die
+	env TEXMFCNF="${EPREFIX}/etc/texmf/web2c" HBF_TARGET="${S}/texmf/fonts" "${S}/utils/hbf2gf/hbf2gf" $f || die
 	done
 
 	einfo "Generating pk fonts"



1.45                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	10 Oct 2010 16:42:18 -0000	1.44
+++ ChangeLog	28 Jun 2011 15:40:04 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.44 2010/10/10 16:42:18 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.45 2011/06/28 15:40:04 aballier Exp $
+
+  28 Jun 2011; Alexis Ballier <aballier@gentoo.org> cjk-latex-4.8.2.ebuild:
+  set TEXMFCNF so that texmf.cnf is found by kpathsea, bump to eapi3
 
   10 Oct 2010; Alexis Ballier <aballier@gentoo.org> cjk-latex-4.8.2.ebuild,
   +files/cjk-latex-4.8.2-kpathsea_version.patch:






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2012-05-09 16:48 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 16:48 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/09 16:48:34

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.9&r2=1.10

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cjk-latex-4.8.2.ebuild	28 Jun 2011 15:40:04 -0000	1.9
+++ cjk-latex-4.8.2.ebuild	9 May 2012 16:48:34 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.9 2011/06/28 15:40:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.10 2012/05/09 16:48:34 aballier Exp $
 
 EAPI=3
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc emacs"
 
 DEPEND="virtual/latex-base



1.46                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	28 Jun 2011 15:40:04 -0000	1.45
+++ ChangeLog	9 May 2012 16:48:34 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.45 2011/06/28 15:40:04 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.46 2012/05/09 16:48:34 aballier Exp $
+
+  09 May 2012; Alexis Ballier <aballier@gentoo.org> cjk-latex-4.8.2.ebuild:
+  keyword ~amd64-fbsd
 
   28 Jun 2011; Alexis Ballier <aballier@gentoo.org> cjk-latex-4.8.2.ebuild:
   set TEXMFCNF so that texmf.cnf is found by kpathsea, bump to eapi3






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog
@ 2012-07-25 14:07 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Junghans (ottxor) @ 2012-07-25 14:07 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/07/25 14:07:54

  Modified:             cjk-latex-4.8.2.ebuild ChangeLog
  Log:
  added prefix support (bug #427840)
  
  (Portage version: 2.2.0_alpha120/cvs/Linux i686)

Revision  Changes    Path
1.11                 dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild?r1=1.10&r2=1.11

Index: cjk-latex-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cjk-latex-4.8.2.ebuild	9 May 2012 16:48:34 -0000	1.10
+++ cjk-latex-4.8.2.ebuild	25 Jul 2012 14:07:54 -0000	1.11
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.10 2012/05/09 16:48:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.11 2012/07/25 14:07:54 ottxor Exp $
 
-EAPI=3
+EAPI=4
 
 inherit latex-package elisp-common toolchain-funcs multilib eutils autotools
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc emacs"
 
 DEPEND="virtual/latex-base
@@ -52,8 +52,8 @@
 		cd -
 	done
 	cd hbf2gf
-	econf --with-kpathsea-lib=/usr/$(get_libdir) \
-		--with-kpathsea-include=/usr/include/kpathsea
+	econf --with-kpathsea-lib="${EPREFIX}"/usr/$(get_libdir) \
+		--with-kpathsea-include="${EPREFIX}"/usr/include/kpathsea
 }
 
 src_compile() {
@@ -141,7 +141,7 @@
 	doins -r texmf/* || die "installing texmf failed"
 
 	# Move fonts because hbf2gf expects them in MISCFONTS
-	mv "${D}/${TEXMF}/fonts/hbf" "${D}/${TEXMF}/fonts/misc" || die "mv font failed"
+	mv "${ED}/${TEXMF}/fonts/hbf" "${ED}/${TEXMF}/fonts/misc" || die "mv font failed"
 
 	insinto ${TEXMF}/hbf2gf
 	doins utils/hbf2gf/cfg/*
@@ -158,6 +158,4 @@
 	fi
 	docinto uwpatch
 	dodoc uwpatch/README
-
-	prepalldocs
 }



1.47                 dev-tex/cjk-latex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	9 May 2012 16:48:34 -0000	1.46
+++ ChangeLog	25 Jul 2012 14:07:54 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.46 2012/05/09 16:48:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.47 2012/07/25 14:07:54 ottxor Exp $
+
+  25 Jul 2012; Christoph Junghans <ottxor@gentoo.org> cjk-latex-4.8.2.ebuild:
+  added prefix support (bug #427840)
 
   09 May 2012; Alexis Ballier <aballier@gentoo.org> cjk-latex-4.8.2.ebuild:
   keyword ~amd64-fbsd
@@ -154,4 +157,3 @@
 
   05 Jan 2004; Mamoru KOMACHI <usata@gentoo.org> cjk-latex-4.5.2.ebuild:
   Initial import. Required by latex-unicode, see bug #17282
-





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

end of thread, other threads:[~2012-07-25 14:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-21 21:14 [gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: cjk-latex-4.8.2.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-25 14:07 Christoph Junghans (ottxor)
2012-05-09 16:48 Alexis Ballier (aballier)
2011-06-28 15:40 Alexis Ballier (aballier)
2010-10-10 16:42 Alexis Ballier (aballier)
2009-05-28 16:12 Raul Porcel (armin76)
2009-05-24 19:24 Markus Meier (maekke)
2009-05-21 21:10 Brent Baude (ranger)
2009-05-19 20:40 Brent Baude (ranger)
2009-03-11 18:34 Raul Porcel (armin76)
2009-01-07 12:18 Alexis Ballier (aballier)

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