summaryrefslogtreecommitdiff
path: root/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild')
-rw-r--r--app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
deleted file mode 100644
index c87c19f7d575..000000000000
--- a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-single-r1
-
-DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input"
-
-HOMEPAGE="http://wiki2beamer.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="|| ( GPL-2 GPL-3 ) FDL-1.3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+examples"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-src_install() {
- if use examples; then
- # Patch example Makefile
- sed -e 's|../../code/wiki2beamer|wiki2beamer|' \
- -i doc/example/Makefile \
- || die
-
- dodoc -r doc/example
- fi
-
- doman doc/man/${PN}.1
- dodoc ChangeLog README
-
- python_doscript code/${PN}
-}