mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/quex: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST quex-0.65.4.tar.gz 2202154 BLAKE2B 6b273998c9641aeee458291245a4fb956b5fe9b66d8c42f0c1d9b360a4d171c830a1d487bcbab9ccea49d10b7532ed488ce66dc165f31cce9521f97c5a4575f4 SHA512 0b11d7e5c5165674626fbbe7f54853656c579c63b78bd2fef2f5a9b316171dc647812d9a37df4e7c49c05de11a307b6425089f4ab281affb6c03a9cf09e2a035
|
||||
DIST quex-0.70.0.7z 2002636 BLAKE2B 16082ed6fc96e63917bcd221fc0902194900a55dcf4778661c159f1fc89282d8e5b7bc0125ebf90419bfd7c671be87cf485e6db29b8159d9f382e61996a9a16e SHA512 8c1687e33c31b3f0910e74146dcd0a0413250357240c1ee28d0df6d7fca918d4577dbab4f78cecdd82133475226e795a66fbcdccedf086aaf88cd225bfbbd935
|
||||
DIST quex-0.71.0.zip 4599847 BLAKE2B 37bb5b0c7ec6540563cd94e0fbc277064b69b0c84dcb3da20a02d1b3fa9d8ee5a801a71be41f908c33ed4fe9271c0cea31ece19be4b489228ae0c962d5731b43 SHA512 9d3b75680b9336dc4903e334dc8e1a389e2acee715ba1c5fba26aca1e905172f52098eb9c6a1c3e8b9354ea1cc857d8802a2bea4ac864fd0acb5d879c2524997
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
BDEPEND="${RDEPEND}"
|
||||
DEPEND="${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
|
||||
mv quex/code_base . || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
insinto /usr/share/quex
|
||||
doins -r database
|
||||
doins -r code_base
|
||||
|
||||
python_domodule quex
|
||||
python_newscript quex-exe.py quex
|
||||
doman manpage/quex.1
|
||||
dodoc -r demo
|
||||
insinto /etc/profile.d/
|
||||
doins "${FILESDIR}"/quex.sh
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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}.7z"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
BDEPEND="${RDEPEND}
|
||||
app-arch/p7zip"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i \
|
||||
-e "s:@PYTHON_SITEDIR@:$(python_get_sitedir):g" \
|
||||
quex/DEFINITIONS.py || die
|
||||
mkdir -p engine/codec_db/unicode || die
|
||||
mv quex/engine/codec_db/database engine/codec_db/ || die
|
||||
mv quex/engine/codec_db/unicode/database engine/codec_db/unicode/ || die
|
||||
mv quex/code_base . || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
insinto /usr/share/quex/
|
||||
doins -r engine
|
||||
doins -r code_base
|
||||
|
||||
python_domodule quex
|
||||
python_newscript quex-exe.py quex
|
||||
doman manpage/quex.1
|
||||
dodoc -r demo
|
||||
insinto /etc/profile.d/
|
||||
doins "${FILESDIR}"/quex.sh
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="Mode Oriented Directly Coded Lexical Analyser Generator"
|
||||
HOMEPAGE="http://quex.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
BDEPEND="${RDEPEND}
|
||||
app-arch/unzip"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i \
|
||||
-e "s:@PYTHON_SITEDIR@:$(python_get_sitedir):g" \
|
||||
quex/DEFINITIONS.py || die
|
||||
mkdir -p engine/codec_db/unicode || die
|
||||
mv quex/engine/codec_db/database engine/codec_db/ || die
|
||||
mv quex/engine/codec_db/unicode/database engine/codec_db/unicode/ || die
|
||||
mv quex/code_base . || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
insinto /usr/share/quex/
|
||||
doins -r engine
|
||||
doins -r code_base
|
||||
|
||||
python_domodule quex
|
||||
python_newscript quex-exe.py quex
|
||||
doman manpage/quex.1
|
||||
dodoc -r demo
|
||||
insinto /etc/profile.d/
|
||||
doins "${FILESDIR}"/quex.sh
|
||||
}
|
||||
Reference in New Issue
Block a user