commit:     c70a7f681f88c5e40f18839b63f5d622b614fe81
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 09:05:46 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 09:05:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70a7f68

dev-python/nuitka: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nuitka/Manifest               |  5 ----
 dev-python/nuitka/nuitka-0.6.16.3.ebuild | 48 --------------------------------
 dev-python/nuitka/nuitka-0.6.16.4.ebuild | 48 --------------------------------
 dev-python/nuitka/nuitka-0.6.17.1.ebuild | 48 --------------------------------
 dev-python/nuitka/nuitka-0.6.17.2.ebuild | 48 --------------------------------
 dev-python/nuitka/nuitka-0.6.17.ebuild   | 48 --------------------------------
 6 files changed, 245 deletions(-)

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index 22089633306..f55669117cf 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,6 +1 @@
-DIST Nuitka-0.6.16.3.tar.gz 2965278 BLAKE2B 
fc015f78912688e3d3b0833e7c126833352aeda7ac2599685a007445c43a7099407c4797eba47d5254fb5befde9482c210b920f4c7e38a2d82dbb5331125abee
 SHA512 
a46af040774fd3523b64c1a113f6d0251c8d45108686017dae07429107f5057025bbcfefc7ed2b86da32c69516285d3af55fe234d25d6949562a96b0eb3f5293
-DIST Nuitka-0.6.16.4.tar.gz 2963879 BLAKE2B 
a6a0029f06aac5ea8fb0fec81ac5b1c5b7bb0ed85bdd0f0308ac74140792360684f42cf79f7ff7e604de3729584b335671ff57f0805aac2154ef1ea88bbbf245
 SHA512 
e2c73b19e459c31b85adf79270e258ca3c431364ec90b51682a7a324aebfeab1ab7703421e8646e18e0bef62f5f5636bbbda74d0ec0e4666e1571d71d41971b2
-DIST Nuitka-0.6.17.1.tar.gz 3144303 BLAKE2B 
999a391830459fbfd20c52b3d640070bf4b69000ffcaaf0e86d1a0ccbd4602ce7cfb3a47658a5a94a8935f0dba4658f2616a2d7c4c176d5553ad3a488cd7645c
 SHA512 
7d121a03539357f480ffd940699bd5df5ebb038f6914820b3185e0bcf8955ab005e2eacd49c837b94a2f5396a751264cf950764482a523e90a32d321e89ea2d2
-DIST Nuitka-0.6.17.2.tar.gz 3144669 BLAKE2B 
0b098c9cad1cea08241026f8bf43242fb8a1f1790edafd9b54fb3a49a00590465222898a5edbb403b0d82f30bb6a9baa8a8b5292ed4b40e77cd7de236b44c200
 SHA512 
99b60bf447bff7203c6f18bc7f98ceab102f74562494244e9e514b076a6f1bf37357b478bc07dd6d800be7903801e6e499d17312bbb47a961924a0b1526ec33d
 DIST Nuitka-0.6.17.3.tar.gz 3147197 BLAKE2B 
fa72985494a362e430dd5eda0b14b5ff0620eb2d5a607cbae58802b92d9cf73d810864f00c366508dd89d8e7989bfbbdbd07b4309839ec36df224d45fa264a4c
 SHA512 
dcda36320e1c9de269f0407869b15f47b960fada87fd6fb60b2e96cdd637f6a773042f0ca30e3d25c8e111a5fe86e69242424e982651af732ca840afd010a909
-DIST Nuitka-0.6.17.tar.gz 3144123 BLAKE2B 
07d95a987eb6c772cd58f8bd0bb7aca638c475e4e90b6a58af890e63b5d3bec9125efa54ba54925311a38cc06b3c8e60a86ce18be7f189da111798fe77da3bd5
 SHA512 
8678cb9cbc30d9a9a139f98ae94d7f881295bbfb5f450faafb335cce7243979ad3dbf81946024a67edea177f2baae9d694d9e93abc5389f34dddd06595158eff

diff --git a/dev-python/nuitka/nuitka-0.6.16.3.ebuild 
b/dev-python/nuitka/nuitka-0.6.16.3.ebuild
deleted file mode 100644
index 8810e82b4d1..00000000000
--- a/dev-python/nuitka/nuitka-0.6.16.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="https://www.nuitka.net";
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz";
-S="${WORKDIR}/${P^}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-BDEPEND="
-       ${RDEPEND}
-       test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-       # remove vendored version of SCons that is Python2 only
-       # this should be removed when upstream removes support for Python2
-       rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons"  || die
-       eapply_user
-}
-
-python_install() {
-       distutils-r1_python_install
-       python_optimize
-       doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
-}
-
-python_test() {
-       append-ldflags -Wl,--no-warn-search-mismatch
-       ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-       optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/nuitka/nuitka-0.6.16.4.ebuild 
b/dev-python/nuitka/nuitka-0.6.16.4.ebuild
deleted file mode 100644
index 758649696b8..00000000000
--- a/dev-python/nuitka/nuitka-0.6.16.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="https://www.nuitka.net";
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz";
-S="${WORKDIR}/${P^}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-BDEPEND="
-       ${RDEPEND}
-       test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-       # remove vendored version of SCons that is Python2 only
-       # this should be removed when upstream removes support for Python2
-       rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons"  || die
-       eapply_user
-}
-
-python_install() {
-       distutils-r1_python_install
-       python_optimize
-       doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
-}
-
-python_test() {
-       append-ldflags -Wl,--no-warn-search-mismatch
-       ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-       optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/nuitka/nuitka-0.6.17.1.ebuild 
b/dev-python/nuitka/nuitka-0.6.17.1.ebuild
deleted file mode 100644
index 758649696b8..00000000000
--- a/dev-python/nuitka/nuitka-0.6.17.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="https://www.nuitka.net";
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz";
-S="${WORKDIR}/${P^}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-BDEPEND="
-       ${RDEPEND}
-       test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-       # remove vendored version of SCons that is Python2 only
-       # this should be removed when upstream removes support for Python2
-       rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons"  || die
-       eapply_user
-}
-
-python_install() {
-       distutils-r1_python_install
-       python_optimize
-       doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
-}
-
-python_test() {
-       append-ldflags -Wl,--no-warn-search-mismatch
-       ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-       optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/nuitka/nuitka-0.6.17.2.ebuild 
b/dev-python/nuitka/nuitka-0.6.17.2.ebuild
deleted file mode 100644
index 758649696b8..00000000000
--- a/dev-python/nuitka/nuitka-0.6.17.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="https://www.nuitka.net";
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz";
-S="${WORKDIR}/${P^}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-BDEPEND="
-       ${RDEPEND}
-       test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-       # remove vendored version of SCons that is Python2 only
-       # this should be removed when upstream removes support for Python2
-       rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons"  || die
-       eapply_user
-}
-
-python_install() {
-       distutils-r1_python_install
-       python_optimize
-       doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
-}
-
-python_test() {
-       append-ldflags -Wl,--no-warn-search-mismatch
-       ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-       optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/nuitka/nuitka-0.6.17.ebuild 
b/dev-python/nuitka/nuitka-0.6.17.ebuild
deleted file mode 100644
index 758649696b8..00000000000
--- a/dev-python/nuitka/nuitka-0.6.17.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="https://www.nuitka.net";
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz";
-S="${WORKDIR}/${P^}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-BDEPEND="
-       ${RDEPEND}
-       test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-       # remove vendored version of SCons that is Python2 only
-       # this should be removed when upstream removes support for Python2
-       rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons"  || die
-       eapply_user
-}
-
-python_install() {
-       distutils-r1_python_install
-       python_optimize
-       doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
-}
-
-python_test() {
-       append-ldflags -Wl,--no-warn-search-mismatch
-       ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-       optfeature "support for stand-alone executables" app-admin/chrpath
-}

Reply via email to