aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-10-31 03:42:17 +0100
committerHorea Christian <h.chr@mail.ru>2013-10-31 03:42:17 +0100
commite0b6a70404cee171e1f9d8642885a2aa232ba782 (patch)
tree19c253e8388b2caff7511c212ba7eb29e9231dd6 /dev-tex/pythontex/pythontex-9999.ebuild
parentcompleted merging lines (diff)
downloadsci-e0b6a70404cee171e1f9d8642885a2aa232ba782.tar.gz
sci-e0b6a70404cee171e1f9d8642885a2aa232ba782.tar.bz2
sci-e0b6a70404cee171e1f9d8642885a2aa232ba782.zip
Switched git repo to upstream instead of my fork (he implemented most of my patches, wants to keep pythontex.sty for some reason).
Diffstat (limited to 'dev-tex/pythontex/pythontex-9999.ebuild')
-rw-r--r--dev-tex/pythontex/pythontex-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
index 669af4e5e..67c1a5d0a 100644
--- a/dev-tex/pythontex/pythontex-9999.ebuild
+++ b/dev-tex/pythontex/pythontex-9999.ebuild
@@ -10,7 +10,7 @@ inherit latex-package python-single-r1 git-2
DESCRIPTION="Fast Access to Python from within LaTeX"
HOMEPAGE="https://github.com/gpoore/pythontex"
-EGIT_REPO_URI="https://github.com/TheChymera/pythontex.git"
+EGIT_REPO_URI="https://github.com/gpoore/pythontex.git"
SRC_URI=""
@@ -30,6 +30,8 @@ RDEPEND="${DEPEND}
src_prepare() {
S="${WORKDIR}/${P}/${PN}"
+ cd ${S}
+ rm pythontex.sty || die "Could not remove pre-compiled pythontex.sty!"
}
src_compile() {