summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-18 17:37:22 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-18 17:37:22 +0200
commit89bd75e374fb6f22f62eed51490655c4246580dd (patch)
treeb774e8ad40b4bd4628cd5030c0bb1385a0e18811 /dev-python/quex
parentdev-python/python-stdnum: Remove old (diff)
downloadgentoo-89bd75e374fb6f22f62eed51490655c4246580dd.tar.gz
gentoo-89bd75e374fb6f22f62eed51490655c4246580dd.tar.bz2
gentoo-89bd75e374fb6f22f62eed51490655c4246580dd.zip
dev-python/quex: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/quex')
-rw-r--r--dev-python/quex/Manifest1
-rw-r--r--dev-python/quex/quex-0.65.4.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/quex/Manifest b/dev-python/quex/Manifest
index 21fecd43d784..17a874f7f45f 100644
--- a/dev-python/quex/Manifest
+++ b/dev-python/quex/Manifest
@@ -1,2 +1 @@
-DIST quex-0.65.4.tar.gz 2202154 BLAKE2B 6b273998c9641aeee458291245a4fb956b5fe9b66d8c42f0c1d9b360a4d171c830a1d487bcbab9ccea49d10b7532ed488ce66dc165f31cce9521f97c5a4575f4 SHA512 0b11d7e5c5165674626fbbe7f54853656c579c63b78bd2fef2f5a9b316171dc647812d9a37df4e7c49c05de11a307b6425089f4ab281affb6c03a9cf09e2a035
DIST quex-0.71.0.zip 4599847 BLAKE2B 37bb5b0c7ec6540563cd94e0fbc277064b69b0c84dcb3da20a02d1b3fa9d8ee5a801a71be41f908c33ed4fe9271c0cea31ece19be4b489228ae0c962d5731b43 SHA512 9d3b75680b9336dc4903e334dc8e1a389e2acee715ba1c5fba26aca1e905172f52098eb9c6a1c3e8b9354ea1cc857d8802a2bea4ac864fd0acb5d879c2524997
diff --git a/dev-python/quex/quex-0.65.4.ebuild b/dev-python/quex/quex-0.65.4.ebuild
deleted file mode 100644
index b1ebd9894030..000000000000
--- a/dev-python/quex/quex-0.65.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Mode Oriented Directly Coded Lexical Analyser Generator"
-HOMEPAGE="http://quex.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_prepare() {
- default
- sed -i \
- -e "s:@PYTHON_SITEDIR@:$(python_get_sitedir):g" \
- quex/DEFINITIONS.py || die
- mv quex/engine/codec_db/database . || die
-}
-
-src_install() {
- default
- insinto /usr/share/quex
- doins -r database
- dosym $(python_get_sitedir)/quex/code_base /usr/include/quex/code_base
-
- python_domodule quex
- python_newexe quex-exe.py quex
- doman manpage/quex.1
- dodoc -r demo
-}