Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xdvik: xdvik-22.84.10.ebuild
Date: Fri, 26 Oct 2007 17:39:03
Message-Id: E1IlT95-0006jA-6S@stork.gentoo.org
1 ulm 07/10/26 17:38:55
2
3 Modified: xdvik-22.84.10.ebuild
4 Log:
5 Use SITELISP variable.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.17 app-text/xdvik/xdvik-22.84.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?r1=1.16&r2=1.17
14
15 Index: xdvik-22.84.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- xdvik-22.84.10.ebuild 26 Oct 2007 17:35:38 -0000 1.16
22 +++ xdvik-22.84.10.ebuild 26 Oct 2007 17:38:54 -0000 1.17
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.16 2007/10/26 17:35:38 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.17 2007/10/26 17:38:54 ulm Exp $
28
29 WANT_AUTOCONF=2.1
30
31 @@ -125,7 +125,7 @@
32 pkg_postinst() {
33 if use emacs; then
34 elog "Add"
35 - elog " (add-to-list 'load-path \"/usr/share/emacs/site-lisp/tex-utils\")"
36 + elog " (add-to-list 'load-path \"${SITELISP}/tex-utils\")"
37 elog " (require 'xdvi-search)"
38 elog "to your ~/.emacs file"
39 fi
40
41
42
43 --
44 gentoo-commits@g.o mailing list