commit: 07bd5e5f3ce715c5a2f119a24ff3cb1b31f5eb17 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com> AuthorDate: Sat Jan 18 09:15:01 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jan 28 15:03:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bd5e5f
dev-python/nuitka: drop old versions Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/nuitka/Manifest | 2 -- dev-python/nuitka/nuitka-0.6.0.6.ebuild | 29 ----------------------------- dev-python/nuitka/nuitka-0.6.2.ebuild | 28 ---------------------------- 3 files changed, 59 deletions(-) diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest index 283dc1e02aa..89ce04d4a34 100644 --- a/dev-python/nuitka/Manifest +++ b/dev-python/nuitka/Manifest @@ -1,4 +1,2 @@ -DIST Nuitka-0.6.0.6.tar.gz 2011509 BLAKE2B 1a5d37acd50bbb7d1a380306aa18d68ab6559fe3d90b988032cd36458e5ec663c2ba1597f50da89c6b2360f35cd576a2219860b0d74bb3d835db9525d10f22bf SHA512 d893e49a2f91d310b4a86ddd1566990b66ae202bde642af8b7e45554ed6b2abf4b6b694bb03d020b15d9b748c0dd31ac1a79c77fcc9d15468ce37faf475e8beb -DIST Nuitka-0.6.2.tar.gz 2064701 BLAKE2B 9144bbae98584c64a642ede1155f26f88afa1ffe6d1e75f88039fe99f191e0939efc5ce7e71b2b9c661004213990e4896a392e2fce995a0649d45ed5b3a18168 SHA512 94547cdabaf6c591ff5d49179dc4538fa624b40a6d63e318aeabe371b7cfdbd9b1c9c41918a4ea1dfa816a7222c5587ed17c1980d89be6d9151ecc8cdaa8c5a5 DIST Nuitka-0.6.4.tar.gz 2211662 BLAKE2B 4831782516503f128911321bb9755db9ea7d48fe0438dbff1fbc9ded3c690dc0d2f4dd14f0f5a5b8c66cb2b8e8d380e9658b590a48316497b42f78e68a8ae5ea SHA512 89e882b5fa37fd5a1357f69e13db7c340bc6d5471e18b7796cc1b7bd9970c480f8fecb9a7b11e19e41e936c5f90ef204b7409146a362beb6946f3d8f88cdf93e DIST Nuitka-0.6.5.tar.gz 2239333 BLAKE2B 687b82863ad5cb78d1c1b3b353ecee8a44eccbcd73eee70181bfe274d7e9d6011323bde9e320cd13c8c67deeef86de5e93c61592b56ca9fa9412fcfa3d152a06 SHA512 785dc60b4a42061401066ed510a3bc82988a0f8947372dcbd381c7b9cf6c2907c9cc0510c8188b0526c7fa3d9f3ec43207b46190a8485cf1e546b5316fa6dbdb diff --git a/dev-python/nuitka/nuitka-0.6.0.6.ebuild b/dev-python/nuitka/nuitka-0.6.0.6.ebuild deleted file mode 100644 index a90782ff64a..00000000000 --- a/dev-python/nuitka/nuitka-0.6.0.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="Python to native compiler" -HOMEPAGE="http://www.nuitka.net" -SRC_URI="http://nuitka.net/releases/${P^}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -RDEPEND="${DEPEND} - dev-python/appdirs[${PYTHON_USEDEP}] - dev-util/scons[${PYTHON_USEDEP}] - " - -S="${WORKDIR}/${P^}" - -pkg_postinst() { - elog "nuitka needs app-admin/chrpath for building" - elog "stand-alone executables" -} diff --git a/dev-python/nuitka/nuitka-0.6.2.ebuild b/dev-python/nuitka/nuitka-0.6.2.ebuild deleted file mode 100644 index aafc213fc09..00000000000 --- a/dev-python/nuitka/nuitka-0.6.2.ebuild +++ /dev/null @@ -1,28 +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 distutils-r1 eutils - -DESCRIPTION="Python to native compiler" -HOMEPAGE="https://www.nuitka.net" -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -RDEPEND="${DEPEND} - dev-python/appdirs[${PYTHON_USEDEP}] - dev-util/scons[${PYTHON_USEDEP}] - " - -S="${WORKDIR}/${P^}" - -pkg_postinst() { - optfeature "support for stand-alone executables" app-admin/chrpath -}