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:23
Message-Id: 1381367658.5b9f8a0f39d25c5e72c7140963db34451ff3706f.alexxy@gentoo
1 commit: 5b9f8a0f39d25c5e72c7140963db34451ff3706f
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Thu Oct 10 01:14:18 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 01:14:18 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b9f8a0f
7
8 No more symlink
9
10 ---
11 dev-tex/pythontex/pythontex-0.12.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
15 index dd9334a..2a56ed0 100644
16 --- a/dev-tex/pythontex/pythontex-0.12.ebuild
17 +++ b/dev-tex/pythontex/pythontex-0.12.ebuild
18 @@ -75,7 +75,7 @@ src_install() {
19
20 latex-package_src_install
21
22 - dosym /usr/share/texmf-site/scripts/${PN}/${PN}.py /usr/bin/${PN}
23 + #dosym /usr/share/texmf-site/scripts/${PN}/${PN}.py /usr/bin/${PN}
24
25 echo "LDPATH=/usr/share/texmf-site/scripts/pythontex/" >> "${T}"/99${PN} || die "Can't write environment variable."
26 doenvd "${T}"/99${PN}