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:27
Message-Id: 1383187337.e0b6a70404cee171e1f9d8642885a2aa232ba782.alexxy@gentoo
1 commit: e0b6a70404cee171e1f9d8642885a2aa232ba782
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Thu Oct 31 02:42:17 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 02:42:17 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e0b6a704
7
8 Switched git repo to upstream instead of my fork (he implemented most of my patches, wants to keep pythontex.sty for some reason).
9
10 ---
11 dev-tex/pythontex/pythontex-9999.ebuild | 4 +++-
12 1 file changed, 3 insertions(+), 1 deletion(-)
13
14 diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
15 index 669af4e..67c1a5d 100644
16 --- a/dev-tex/pythontex/pythontex-9999.ebuild
17 +++ b/dev-tex/pythontex/pythontex-9999.ebuild
18 @@ -10,7 +10,7 @@ inherit latex-package python-single-r1 git-2
19
20 DESCRIPTION="Fast Access to Python from within LaTeX"
21 HOMEPAGE="https://github.com/gpoore/pythontex"
22 -EGIT_REPO_URI="https://github.com/TheChymera/pythontex.git"
23 +EGIT_REPO_URI="https://github.com/gpoore/pythontex.git"
24 SRC_URI=""
25
26
27 @@ -30,6 +30,8 @@ RDEPEND="${DEPEND}
28
29 src_prepare() {
30 S="${WORKDIR}/${P}/${PN}"
31 + cd ${S}
32 + rm pythontex.sty || die "Could not remove pre-compiled pythontex.sty!"
33 }
34
35 src_compile() {