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:28
Message-Id: 1382561007.619e295bdd9f9059baaffb0fb72045b5dcb1a626.alexxy@gentoo
1 commit: 619e295bdd9f9059baaffb0fb72045b5dcb1a626
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Wed Oct 23 20:43:27 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 23 20:43:27 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=619e295b
7
8 completed merging lines
9
10 ---
11 dev-tex/pythontex/pythontex-0.12.ebuild | 6 ++----
12 dev-tex/pythontex/pythontex-9999.ebuild | 2 +-
13 2 files changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
16 index 9bc4532..0ff97a1 100644
17 --- a/dev-tex/pythontex/pythontex-0.12.ebuild
18 +++ b/dev-tex/pythontex/pythontex-0.12.ebuild
19 @@ -53,15 +53,13 @@ src_install() {
20 python_export PYTHON_SCRIPTDIR
21 echo ${PYTHON_SCRIPTDIR}
22 python_moduleinto ${PYTHON_SCRIPTDIR} # it looks for modules here, submitted a patch for future versions.
23 - python_domodule "${S}"/pythontex_engines.py
24 - python_domodule "${S}"/pythontex_utils.py
25 + python_domodule "${S}"/pythontex_engines.py "${S}"/pythontex_utils.py
26
27 insinto /usr/share/texmf-site/tex/latex/pythontex/
28 doins "${S}"/pythontex.sty
29
30 insinto /usr/share/texmf-site/source/latex/pythontex/
31 - doins "${S}"/pythontex.dtx
32 - doins "${S}"/pythontex.ins
33 + doins "${S}"/pythontex.dtx "${S}"/pythontex.ins
34
35 latex-package_src_install
36
37
38 diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
39 index 11fcab7..669af4e 100644
40 --- a/dev-tex/pythontex/pythontex-9999.ebuild
41 +++ b/dev-tex/pythontex/pythontex-9999.ebuild
42 @@ -56,7 +56,7 @@ src_install() {
43 doins "${S}"/pythontex.sty
44
45 insinto /usr/share/texmf-site/source/latex/pythontex/
46 - doins "${S}"/pythontex.dtx "${S}"/pythontex.ins
47 + doins "${S}"/pythontex.dtx "${S}"/pythontex.ins
48
49 latex-package_src_install