Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/svninfo: ChangeLog svninfo-0.7.3-r1.ebuild
Date: Wed, 03 Sep 2008 04:59:01
Message-Id: E1KakSI-0006hy-LS@stork.gentoo.org
1 aballier 08/09/03 04:58:58
2
3 Modified: ChangeLog
4 Added: svninfo-0.7.3-r1.ebuild
5 Log:
6 rev bump to install to texmf-site and so that the pdf does not end up compressed.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.17 dev-tex/svninfo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/svninfo/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/svninfo/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/svninfo/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 3 Sep 2008 04:52:28 -0000 1.16
23 +++ ChangeLog 3 Sep 2008 04:58:58 -0000 1.17
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-tex/svninfo
26 # Copyright 2005-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.16 2008/09/03 04:52:28 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.17 2008/09/03 04:58:58 aballier Exp $
29 +
30 +*svninfo-0.7.3-r1 (03 Sep 2008)
31 +
32 + 03 Sep 2008; Alexis Ballier <aballier@g.o>
33 + +svninfo-0.7.3-r1.ebuild:
34 + rev bump to install to texmf-site and so that the pdf does not end up
35 + compressed.
36
37 03 Sep 2008; Alexis Ballier <aballier@g.o> -svninfo-0.7.1.ebuild,
38 -svninfo-0.7.2.ebuild:
39
40
41
42 1.1 dev-tex/svninfo/svninfo-0.7.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: svninfo-0.7.3-r1.ebuild
48 ===================================================================
49 # Copyright 2005-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild,v 1.1 2008/09/03 04:58:58 aballier Exp $
52
53 inherit latex-package eutils
54
55 LICENSE="LPPL-1.2"
56 DESCRIPTION="A LaTeX module to acces SVN version info"
57 HOMEPAGE="http://www.brucker.ch/projects/svninfo/index.en.html"
58 SRC_URI="http://www.brucker.ch/projects/svninfo/download/${P}.tar.gz"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DOCS="README"
64
65 TEXMF=/usr/share/texmf-site
66
67 src_unpack() {
68 unpack ${A}
69 cd "${S}"
70 epatch "${FILESDIR}/${PN}-0.5-latex-compile.patch"
71 }
72
73 src_compile() {
74 export VARTEXFONTS="${T}/fonts"
75 emake -j1 || die "compilation failed"
76 }