commit:     982e60eec4e33c5463210e6ece82951130c7a36a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:36:41 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982e60ee

app-text/wiki2beamer: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-text/wiki2beamer/Manifest                    |  1 -
 app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild | 39 ------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-text/wiki2beamer/Manifest b/app-text/wiki2beamer/Manifest
index 6c5bb28f704..ee3827d8445 100644
--- a/app-text/wiki2beamer/Manifest
+++ b/app-text/wiki2beamer/Manifest
@@ -1,2 +1 @@
-DIST wiki2beamer-0.9.5.zip 443288 BLAKE2B 
a0263ba7044966ff45c892e9f0f78f6916346c051bf57cc8445f4127019cc4cd031719b1b5b61fc7d41a85b42439fa20cdf8fc35fbed43feb28d6d9797c781c7
 SHA512 
0cad0458c293c335cfb0b2181822652b12662877a2ed66d743e5f258d9983ee91fb34664c032357995606bcf17bebbb7409b6100ba2340b06cc6f253e8c6b0f7
 DIST wiki2beamer-v0.10.0.tar.gz 164911 BLAKE2B 
0a532669915f0db5f1bb8755297bcd36e4175bc57d3b5f14df01566ac74e425c999447ff3f2bd20f2bcd50671bd65accfcf8049476a1656439fc46bab2becafd
 SHA512 
712c719bcdd97f48c65aff1919f2e6a838a0beba1d2e5569063fd1f84bf68eda3137ac20e5dc463dff64c8b4656ce0bf02a0acea090b9a30262374cbee5db433

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 c87c19f7d57..00000000000
--- 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}
-}

Reply via email to