commit:     5a71bd8710693822da751c45e3442bff2c039a52
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 17:41:07 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 20:29:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a71bd87

dev-python/llvmlite: Remove old

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

 dev-python/llvmlite/Manifest               |  1 -
 dev-python/llvmlite/llvmlite-0.36.0.ebuild | 56 ------------------------------
 2 files changed, 57 deletions(-)

diff --git a/dev-python/llvmlite/Manifest b/dev-python/llvmlite/Manifest
index aa5002c97c6..317bf1f96cb 100644
--- a/dev-python/llvmlite/Manifest
+++ b/dev-python/llvmlite/Manifest
@@ -1,2 +1 @@
-DIST llvmlite-0.36.0.gh.tar.gz 232059 BLAKE2B 
2d1ace28003d52271fb20f086ba37bec1f2f72c0092ea7a8fa2a1ee8d30c319f9625938a8ebdb69dec5dec63d5a67b598a071401e5e1db9de973d55fd889dc8a
 SHA512 
a769255f276e429def4d6f8d35d516df3ae3e026fb8b4af33c1695a9ea24c64a84c38943b530756c4ffc5c619611158e947de391bba501223dbf2a4cd21d53c0
 DIST llvmlite-0.37.0.gh.tar.gz 223602 BLAKE2B 
74f975d5ac1782528f60f1c0d5c6230a02953e0d494d8323e4caa6651f642ad791ad51df44f6593da41edc5c34bd883f144e95b16f9b8962393d16de013fdbc5
 SHA512 
665f486fd38c9cc4ee91b15fc75f33451ada6391fc9f1b371091ece844693e0cd8e23766400bf76d9879e8f10f53f4e21f8bb19f3ff1e01c4a95ce9004b0884a

diff --git a/dev-python/llvmlite/llvmlite-0.36.0.ebuild 
b/dev-python/llvmlite/llvmlite-0.36.0.ebuild
deleted file mode 100644
index e7d1d1dbbe8..00000000000
--- a/dev-python/llvmlite/llvmlite-0.36.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 llvm
-
-DESCRIPTION="Python wrapper around the llvm C++ library"
-HOMEPAGE="https://llvmlite.pydata.org/";
-SRC_URI="https://github.com/numba/llvmlite/archive/v${PV/_/}.tar.gz -> 
${P/_/}.gh.tar.gz"
-S=${WORKDIR}/${P/_/}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-LLVM_MAX_SLOT=10
-
-RDEPEND="
-       sys-devel/llvm:${LLVM_MAX_SLOT}
-       sys-libs/zlib:0=
-"
-DEPEND="${RDEPEND}"
-
-python_configure_all() {
-       # upstream's build system is just horrible, and they ignored the PR
-       # fixing it, so let's build the shared lib properly using implicit
-       # make rules
-
-       export LDLIBS=$(llvm-config --libs all)
-       export CXXFLAGS="$(llvm-config --cxxflags) -fPIC ${CXXFLAGS}"
-       export LDFLAGS="$(llvm-config --ldflags) ${LDFLAGS}"
-
-       local files=( ffi/*.cpp )
-       emake -f - <<EOF
-ffi/libllvmlite.so: ${files[*]/.cpp/.o}
-       \$(CXX) -shared \$(CXXFLAGS) \$(LDFLAGS) -o \$@ \$^ \$(LDLIBS)
-EOF
-
-       export LLVMLITE_SKIP_LLVM_VERSION_CHECK=1
-}
-
-python_test() {
-       "${EPYTHON}" runtests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-       if use examples; then
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}

Reply via email to