From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 330851382C5 for ; Fri, 5 Jan 2018 23:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB13DE094E; Fri, 5 Jan 2018 23:19:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0E25E094E for ; Fri, 5 Jan 2018 23:19:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFDF7335C50 for ; Fri, 5 Jan 2018 23:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B80111B1 for ; Fri, 5 Jan 2018 23:19:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515194359.228eed2d4c7f89d1b1be28e5b3fa1beb72595455.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyopencl/Manifest dev-python/pyopencl/pyopencl-2014.1.ebuild X-VCS-Directories: dev-python/pyopencl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 228eed2d4c7f89d1b1be28e5b3fa1beb72595455 X-VCS-Branch: master Date: Fri, 5 Jan 2018 23:19:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 800c6b40-1fe9-4904-b732-fbe2c6374eb4 X-Archives-Hash: 7ef562fdec8d38e50c79d63b66388a01 commit: 228eed2d4c7f89d1b1be28e5b3fa1beb72595455 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 5 22:13:54 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 5 23:19:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228eed2d dev-python/pyopencl: Clean old up dev-python/pyopencl/Manifest | 1 - dev-python/pyopencl/pyopencl-2014.1.ebuild | 46 ------------------------------ 2 files changed, 47 deletions(-) diff --git a/dev-python/pyopencl/Manifest b/dev-python/pyopencl/Manifest index 258950fafb4..eae0945a137 100644 --- a/dev-python/pyopencl/Manifest +++ b/dev-python/pyopencl/Manifest @@ -1,3 +1,2 @@ -DIST pyopencl-2014.1.tar.gz 1642825 BLAKE2B 6dfe60a9f190291d78de7913f28bb611826a28f6346c528e22f6fb95306864751e920b17ed66f267eb1894b19c9a34e4d5cc74229a4aefaa207a31c15adef83d SHA512 da3e4e8d95605381d87db482f61fe7030fe244611a3c35d84c88210bcfb3472dc197be721f92e46e6828cc5d0245981ae004331a7c19e7fd8011a0aab593072f DIST pyopencl-2016.1.tar.gz 311327 BLAKE2B 6efb1e6cf6721e5ef606b572963938849b92c7348255be798a4af0604a798dc7804d839a46459275cf0720953deaa8ea6dc46aef594ac11fa61fa231681e2fa3 SHA512 3be8da315f9b4a4e03071152bb5968c5c7b102cbae6c70f358438cfd7951d12970a76dd8e922187ff73e47f7d0ce7a070e6f303dbe364c016796fa65d7e1de71 DIST pyopencl-2017.2.tar.gz 350145 BLAKE2B 12c481893158f97dec612256b36e710ab52356c8b5f644f3710b5e34d4d10df3b27137ad76f29543fe16b3da725471e206aa5f69c646a79a65246d6091c686a9 SHA512 49f2ff619d8c214a3962b8444e68ba415dda032abaf9eeab259fcd1b21fbaab10bd057035161baef7f0182995834082218a6667464c01645231a94c88aa5c18b diff --git a/dev-python/pyopencl/pyopencl-2014.1.ebuild b/dev-python/pyopencl/pyopencl-2014.1.ebuild deleted file mode 100644 index 95402dfd22c..00000000000 --- a/dev-python/pyopencl/pyopencl-2014.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Python wrapper for OpenCL" -HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples opengl" - -RDEPEND=">=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - dev-python/pytools[${PYTHON_USEDEP}] - >=virtual/opencl-0-r1" -DEPEND="${RDEPEND}" - -src_configure() -{ - local myconf=() - if use opengl; then - myconf+=(--cl-enable-gl) - fi - - "${PYTHON}" configure.py \ - --boost-compiler=gcc \ - --boost-python-libname=boost_python-${PYTHON_ABI}-mt \ - --no-use-shipped-boost \ - "${myconf[@]}" -} - -python_install_all() { - if use examples; then - local EXAMPLES=( examples/. ) - einfo "Some of the examples provided by this package require dev-python/matplotlib." - fi - distutils-r1_python_install_all -}