summaryrefslogtreecommitdiff
path: root/dev-tex/texamator/texamator-1.7.5-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /dev-tex/texamator/texamator-1.7.5-r2.ebuild
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'dev-tex/texamator/texamator-1.7.5-r2.ebuild')
-rw-r--r--dev-tex/texamator/texamator-1.7.5-r2.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-tex/texamator/texamator-1.7.5-r2.ebuild b/dev-tex/texamator/texamator-1.7.5-r2.ebuild
deleted file mode 100644
index 4a1aac84d4af..000000000000
--- a/dev-tex/texamator/texamator-1.7.5-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-MY_PN=TeXamator
-
-DESCRIPTION="A program aimed at helping you making your exercise sheets"
-HOMEPAGE="http://alexisfles.ch/en/texamator/texamator.html
- https://github.com/alexisflesch/texamator"
-SRC_URI="http://snouffy.free.fr/blog-en/public/${MY_PN}/${MY_PN}.v.${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="app-text/dvipng
- dev-python/PyQt4[${PYTHON_USEDEP}]
- virtual/latex-base
- ${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_compile() {
- cat >> ${PN} <<-_EOF_ || die
- #!/bin/sh
- cd /usr/lib/${MY_PN} &&
- exec "${EPYTHON}" ${MY_PN}.py
- _EOF_
-}
-
-src_install() {
- dobin ${PN}
-
- python_moduleinto /usr/lib/${MY_PN}
- python_domodule ${MY_PN}.py partielatormods {ts,ui}_files
-}