aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-10-06 22:35:48 +0200
committerHorea Christian <h.chr@mail.ru>2013-10-06 22:35:48 +0200
commit10a98ebeb911a6dfc332bf0def84d5d87f264983 (patch)
tree89894eb889737281936064eaaeb64eb7491476db /dev-tex
parentchanged shebang fix location (diff)
downloadsci-10a98ebeb911a6dfc332bf0def84d5d87f264983.tar.gz
sci-10a98ebeb911a6dfc332bf0def84d5d87f264983.tar.bz2
sci-10a98ebeb911a6dfc332bf0def84d5d87f264983.zip
no more depythontex
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/pythontex/pythontex-0.12.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
index 77de4d23b..3414d25c4 100644
--- a/dev-tex/pythontex/pythontex-0.12.ebuild
+++ b/dev-tex/pythontex/pythontex-0.12.ebuild
@@ -38,13 +38,13 @@ src_compile() {
src_install() {
if python_is_python3; then
python_newscript pythontex3.py pythontex.py
- python_newscript depythontex3.py depythontex.py
+ #python_newscript depythontex3.py depythontex.py
fi
if ! python_is_python3; then
python_newscript pythontex2.py pythontex.py
python_doscript pythontex_2to3.py
- python_newscript depythontex2.py depythontex.py
+ #python_newscript depythontex2.py depythontex.py
fi
python_optimize .
@@ -53,5 +53,4 @@ src_install() {
#insinto ${TEXMF}/tex/latex/${PN}
dodoc README
- python_fix_shebang ${D}
}