commit:     50b97a8246f7f2a491e3900fa0b30caf364da2a8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 07:31:13 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 18:01:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b97a82

dev-python/llvmlite: Remove old

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

 dev-python/llvmlite/Manifest               |  2 --
 dev-python/llvmlite/llvmlite-0.34.0.ebuild | 56 ------------------------------
 dev-python/llvmlite/llvmlite-0.35.0.ebuild | 56 ------------------------------
 3 files changed, 114 deletions(-)

diff --git a/dev-python/llvmlite/Manifest b/dev-python/llvmlite/Manifest
index 76198df0067..6ad26510632 100644
--- a/dev-python/llvmlite/Manifest
+++ b/dev-python/llvmlite/Manifest
@@ -1,3 +1 @@
-DIST llvmlite-0.34.0.gh.tar.gz 210438 BLAKE2B 
832ec28047a51b2874a0de5885445b9d77942a70f86620dfb0b25ff0b17395b6009d31d5e9f27ddf02c19ae97bd5b325fc49227fdc0499a9f5fa3bde44e6b564
 SHA512 
5540df4ebad835e294c00cc09ab1230a530566f563f751f890752f6e22f7b2a04aedcbb53dbbb8e323198d05c80bc9699b593d919eaf1af60fa6f94ff6f50bb1
-DIST llvmlite-0.35.0.gh.tar.gz 228089 BLAKE2B 
5cee01244552cfc1c2ba979709170484ed253f52c5c47a4a254bf7d26c935ff0d2a858b7a7f4ec7719644495383128adab11a1287849cd426b7997da4a59efeb
 SHA512 
345b6321277749a169cd87e152261ef499edbf18d18ef7085017c111f2892eac0241529cfae9c6eaaeb68cdb4d726965ed03b4d5a836501dcbdaa73d3c0796fd
 DIST llvmlite-0.36.0.gh.tar.gz 232059 BLAKE2B 
2d1ace28003d52271fb20f086ba37bec1f2f72c0092ea7a8fa2a1ee8d30c319f9625938a8ebdb69dec5dec63d5a67b598a071401e5e1db9de973d55fd889dc8a
 SHA512 
a769255f276e429def4d6f8d35d516df3ae3e026fb8b4af33c1695a9ea24c64a84c38943b530756c4ffc5c619611158e947de391bba501223dbf2a4cd21d53c0

diff --git a/dev-python/llvmlite/llvmlite-0.34.0.ebuild 
b/dev-python/llvmlite/llvmlite-0.34.0.ebuild
deleted file mode 100644
index 401a7747ea6..00000000000
--- a/dev-python/llvmlite/llvmlite-0.34.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 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
-}

diff --git a/dev-python/llvmlite/llvmlite-0.35.0.ebuild 
b/dev-python/llvmlite/llvmlite-0.35.0.ebuild
deleted file mode 100644
index f9b2f47f838..00000000000
--- a/dev-python/llvmlite/llvmlite-0.35.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