Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-tex/pythontex/
Date: Thu, 07 Nov 2013 20:05:21
Message-Id: 1381193858.31f9ceb484ba9cc81c96c715ef4e10cf634a92d5.alexxy@gentoo
1 commit: 31f9ceb484ba9cc81c96c715ef4e10cf634a92d5
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Tue Oct 8 00:57:38 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 8 00:57:38 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31f9ceb4
7
8 Use mktexlsr as per upstream instructions (should help latex detect files)
9
10 ---
11 dev-tex/pythontex/pythontex-0.12.ebuild | 4 +++-
12 1 file changed, 3 insertions(+), 1 deletion(-)
13
14 diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
15 index fa59ae9..75c2dfe 100644
16 --- a/dev-tex/pythontex/pythontex-0.12.ebuild
17 +++ b/dev-tex/pythontex/pythontex-0.12.ebuild
18 @@ -68,5 +68,7 @@ src_install() {
19 doenvd "${T}"/99${PN}
20
21 dodoc README
22 -
23 + pwd
24 + mktexlsr
25 + pwd
26 }