summaryrefslogtreecommitdiff
path: root/dev-tex/texamator
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/texamator')
-rw-r--r--dev-tex/texamator/Manifest3
-rw-r--r--dev-tex/texamator/metadata.xml8
-rw-r--r--dev-tex/texamator/texamator-1.7.5-r2.ebuild44
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-tex/texamator/Manifest b/dev-tex/texamator/Manifest
deleted file mode 100644
index bd1ad840f264..000000000000
--- a/dev-tex/texamator/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST TeXamator.v.1.7.5.tar.gz 784894 BLAKE2B ec8ab0b62a879b308c9aa2e858f9b59b396eb4dca4ae539676a427110998fdb567cc8affa126de41ff03e0eea4037dc9badc9c2ed69348bb3784ae49f4281f4c SHA512 a0b05364ac1a65250a2b493616d618b1bd57950681b8f9b60200790572c1bac86dcc86fb922bb0d26bfe49f4d076a5d2f109761a4cdd5630807db03ea7928bb1
-EBUILD texamator-1.7.5-r2.ebuild 936 BLAKE2B 509afaa31e8d17540fecb8e8b201455b1f78078b3c03c48da39b612748932ca4dd2d78208e10dd30db8e1d4d9bd2ed061bd5300588b4931aa04be6ffc78afe55 SHA512 00140cedfb782c3e146e3a2eb652a991220db6d2ef0920740e0e394c40b38e0c73b2d787b4373085a01a0c1673af5d2cf0c65ac1145e9c73cb4ca02ca7ae01ce
-MISC metadata.xml 255 BLAKE2B 6b27682960dec10824cb7c6a65ed79b11a5f68827ab8f8212311110a60af804b84d8d91d62745da2969736044dad091d4fcf92a9955c4ddb4ed57f5bc79e381c SHA512 91466f90d1ab836a4a6cb14dac0e7b3f585faf781a61e8fa3c95d91189034bd7723c3f27a81cad3fa44e320f70fa3973a73fac1b2cb1f694bfe3e6a7cac29191
diff --git a/dev-tex/texamator/metadata.xml b/dev-tex/texamator/metadata.xml
deleted file mode 100644
index 92cc2aee73c7..000000000000
--- a/dev-tex/texamator/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
- </maintainer>
-</pkgmetadata>
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
-}