* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.10.ebuild
@ 2007-10-07 8:57 Christian Faulhammer (opfer)
0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-10-07 8:57 UTC (permalink / raw
To: gentoo-commits
opfer 07/10/07 08:57:51
Modified: ChangeLog xdvik-22.84.10.ebuild
Log:
quote a lot of variables, plus add a pkg_postinst message how to activate Emacs support, fixes bug 184259
(Portage version: 2.1.3.9)
Revision Changes Path
1.40 app-text/xdvik/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 22 Jul 2007 10:24:39 -0000 1.39
+++ ChangeLog 7 Oct 2007 08:57:51 -0000 1.40
@@ -1,6 +1,11 @@
# ChangeLog for app-text/xdvik
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.39 2007/07/22 10:24:39 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.40 2007/10/07 08:57:51 opfer Exp $
+
+ 07 Oct 2007; Christian Faulhammer <opfer@gentoo.org>
+ xdvik-22.84.10.ebuild:
+ quote a lot of variables, plus add a pkg_postinst message how to activate
+ Emacs support, fixes bug 184259
22 Jul 2007; Denis Dupeyron <calchan@gentoo.org> xdvik-22.40y-r2.ebuild,
xdvik-22.84.5.ebuild:
1.14 app-text/xdvik/xdvik-22.84.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?r1=1.13&r2=1.14
Index: xdvik-22.84.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdvik-22.84.10.ebuild 22 Apr 2007 10:55:31 -0000 1.13
+++ xdvik-22.84.10.ebuild 7 Oct 2007 08:57:51 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.13 2007/04/22 10:55:31 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.14 2007/10/07 08:57:51 opfer Exp $
WANT_AUTOCONF=2.1
@@ -32,21 +32,21 @@
!app-text/texlive"
DEPEND="${RDEPEND}"
-pkg_setup() {
- if has_version virtual/tetex && built_with_use virtual/tetex X ; then
- eerror "tetex provides xdvik when built with the X flag."
- eerror "To install this version of xdvik re-install tetex"
- eerror "without the X flag."
- die "xdvik collides with tetex built with the X flag"
- fi
-}
+# pkg_setup() {
+# if has_version virtual/tetex && built_with_use virtual/tetex X ; then
+# eerror "tetex provides xdvik when built with the X flag."
+# eerror "To install this version of xdvik re-install tetex"
+# eerror "without the X flag."
+# die "xdvik collides with tetex built with the X flag"
+# fi
+# }
src_unpack() {
unpack ${P}.tar.gz
cd "${S}"
if use cjk ; then
- epatch ${DISTDIR}/${XDVIK_JP}
- cat >>${S}/texk/xdvik/vfontmap.sample<<-EOF
+ epatch "${DISTDIR}/${XDVIK_JP}"
+ cat >>"${S}/texk/xdvik/vfontmap.sample"<<-EOF
# TrueType fonts
min /usr/share/fonts/kochi-substitute/kochi-mincho-subst.ttf
@@ -92,7 +92,7 @@
${myconf} || die "econf failed"
cd texk/xdvik
- make texmf=${TEXMF_PATH} || die
+ emake texmf="${TEXMF_PATH}" || die
use emacs && elisp-compile xdvi-search.el
}
@@ -103,13 +103,13 @@
local TEXMF_PATH=$(kpsewhich --expand-var='$TEXMFMAIN')
cd ${S}/texk/xdvik
- einstall texmf=${D}${TEXMF_PATH} || die "install failed"
+ einstall texmf="${D}${TEXMF_PATH}" || die "install failed"
- mv ${D}${TEXMF_PATH}/xdvi/XDvi ${D}etc/X11/app-defaults
- dosym {/etc/X11/app-defaults,${TEXMF_PATH}}/XDvi
- for i in $(find ${D}${TEXMF_PATH}/xdvi -type f -maxdepth 1) ; do
- mv $i ${D}etc/texmf/xdvi
- dosym {/etc/texmf,${TEXMF_PATH}}/xdvi/$(basename $i)
+ mv "${D}${TEXMF_PATH}/xdvi/XDvi" "${D}etc/X11/app-defaults"
+ dosym {/etc/X11/app-defaults,"${TEXMF_PATH}"}/XDvi
+ for i in $(find "${D}${TEXMF_PATH}/xdvi" -type f -maxdepth 1) ; do
+ mv ${i} "${D}etc/texmf/xdvi"
+ dosym {/etc/texmf,"${TEXMF_PATH}"}/xdvi/$(basename ${i})
done
dodoc BUGS FAQ README.*
@@ -121,3 +121,12 @@
use emacs && elisp-install tex-utils *.el *.elc
}
+
+pkg_postinst() {
+ if use emacs; then
+ elog "Add"
+ elog " (add-to-list 'load-path (\"/usr/share/emacs/site-lisp/tex-utils\"))"
+ elog " (require 'xdvi-search)"
+ elog "to your ~/.emacs file"
+ fi
+}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.10.ebuild
@ 2007-10-17 7:43 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-17 7:43 UTC (permalink / raw
To: gentoo-commits
aballier 07/10/17 07:43:32
Modified: ChangeLog xdvik-22.84.10.ebuild
Log:
adapt deps for texlive, bug #195895
(Portage version: 2.1.3.14)
Revision Changes Path
1.41 app-text/xdvik/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 7 Oct 2007 08:57:51 -0000 1.40
+++ ChangeLog 17 Oct 2007 07:43:31 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for app-text/xdvik
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.40 2007/10/07 08:57:51 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.41 2007/10/17 07:43:31 aballier Exp $
+
+ 17 Oct 2007; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.10.ebuild:
+ adapt deps for texlive, bug #195895
07 Oct 2007; Christian Faulhammer <opfer@gentoo.org>
xdvik-22.84.10.ebuild:
1.15 app-text/xdvik/xdvik-22.84.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?r1=1.14&r2=1.15
Index: xdvik-22.84.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xdvik-22.84.10.ebuild 7 Oct 2007 08:57:51 -0000 1.14
+++ xdvik-22.84.10.ebuild 17 Oct 2007 07:43:31 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.14 2007/10/07 08:57:51 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.15 2007/10/17 07:43:31 aballier Exp $
WANT_AUTOCONF=2.1
@@ -25,11 +25,11 @@
motif? ( virtual/motif )
!motif? ( neXt? ( x11-libs/neXtaw )
!neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) )
- cjk? ( app-text/ptex
+ cjk? ( || ( app-text/ptex app-text/texlive-core )
>=media-libs/freetype-2
>=media-fonts/kochi-substitute-20030809-r3 )
- !cjk? ( virtual/tetex )
- !app-text/texlive"
+ !cjk? ( virtual/latex-base )
+ !<app-text/texlive-2007"
DEPEND="${RDEPEND}"
# pkg_setup() {
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.10.ebuild
@ 2007-10-31 10:43 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-31 10:43 UTC (permalink / raw
To: gentoo-commits
aballier 07/10/31 10:43:23
Modified: ChangeLog xdvik-22.84.10.ebuild
Log:
switch ptex and texlive-core deps in the || dep, so that it is more consistent with latex-base virtual
(Portage version: 2.1.3.16)
Revision Changes Path
1.43 app-text/xdvik/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 26 Oct 2007 17:35:38 -0000 1.42
+++ ChangeLog 31 Oct 2007 10:43:22 -0000 1.43
@@ -1,6 +1,10 @@
# ChangeLog for app-text/xdvik
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.42 2007/10/26 17:35:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.43 2007/10/31 10:43:22 aballier Exp $
+
+ 31 Oct 2007; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.10.ebuild:
+ switch ptex and texlive-core deps in the || dep, so that it is more
+ consistent with latex-base virtual
26 Oct 2007; Ulrich Mueller <ulm@gentoo.org> xdvik-22.84.10.ebuild:
Delete spurious parentheses in elog message, bug #184259.
1.18 app-text/xdvik/xdvik-22.84.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?r1=1.17&r2=1.18
Index: xdvik-22.84.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xdvik-22.84.10.ebuild 26 Oct 2007 17:38:54 -0000 1.17
+++ xdvik-22.84.10.ebuild 31 Oct 2007 10:43:22 -0000 1.18
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.17 2007/10/26 17:38:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.18 2007/10/31 10:43:22 aballier Exp $
WANT_AUTOCONF=2.1
@@ -25,7 +25,7 @@
motif? ( virtual/motif )
!motif? ( neXt? ( x11-libs/neXtaw )
!neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) )
- cjk? ( || ( app-text/ptex app-text/texlive-core )
+ cjk? ( || ( app-text/texlive-core app-text/ptex )
>=media-libs/freetype-2
>=media-fonts/kochi-substitute-20030809-r3 )
!cjk? ( virtual/latex-base )
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.10.ebuild
@ 2008-10-02 18:20 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2008-10-02 18:20 UTC (permalink / raw
To: gentoo-commits
aballier 08/10/02 18:20:08
Modified: ChangeLog
Removed: xdvik-22.84.10.ebuild
Log:
remove old
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Revision Changes Path
1.61 app-text/xdvik/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 29 Sep 2008 19:10:36 -0000 1.60
+++ ChangeLog 2 Oct 2008 18:20:08 -0000 1.61
@@ -1,6 +1,10 @@
# ChangeLog for app-text/xdvik
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.60 2008/09/29 19:10:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.61 2008/10/02 18:20:08 aballier Exp $
+
+ 02 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/xdvik-asneeded.patch, -xdvik-22.84.10.ebuild:
+ remove old
29 Sep 2008; Jeroen Roovers <jer@gentoo.org> xdvik-22.84.14.ebuild:
Stable for HPPA (bug #238111).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-02 18:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 7:43 [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.10.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2008-10-02 18:20 Alexis Ballier (aballier)
2007-10-31 10:43 Alexis Ballier (aballier)
2007-10-07 8:57 Christian Faulhammer (opfer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox