Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llvmmath/
Date: Wed, 27 Apr 2016 12:00:22
Message-Id: 1461758405.23f08e1ff5fbf70b88ef60d574eb154f6aea7b2a.kensington@gentoo
1 commit: 23f08e1ff5fbf70b88ef60d574eb154f6aea7b2a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 11:58:15 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:00:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f08e1f
7
8 dev-python/llvmmath: remove last-rited package
9
10 Gentoo-bug: 571216
11
12 dev-python/llvmmath/Manifest | 1 -
13 dev-python/llvmmath/llvmmath-0.1.2.ebuild | 29 -----------------------------
14 dev-python/llvmmath/metadata.xml | 19 -------------------
15 3 files changed, 49 deletions(-)
16
17 diff --git a/dev-python/llvmmath/Manifest b/dev-python/llvmmath/Manifest
18 deleted file mode 100644
19 index dca80d6..0000000
20 --- a/dev-python/llvmmath/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST llvmmath-0.1.2.tar.gz 46693 SHA256 6664988134572340eb01591c92f74b0ecf39a8e892a81c76274862b80944bda3 SHA512 7ac7a58d0c76d4badaa67b71ec852d9d87411edc3e0c16283741ba183fcee4b6c775d9e61c66b7c6bab24939796abecff6fe5ed06028e5635d8883dbb16d2f6c WHIRLPOOL 674be56ec12298c19e8ae7e0aa3cf33f72a7dda3e851c165eecf3d529cafa50d1991854fe199a3b8b467eb7a365931327a94545ca1e643af098a66f20a80428c
24
25 diff --git a/dev-python/llvmmath/llvmmath-0.1.2.ebuild b/dev-python/llvmmath/llvmmath-0.1.2.ebuild
26 deleted file mode 100644
27 index 8851209..0000000
28 --- a/dev-python/llvmmath/llvmmath-0.1.2.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="LLVM math library for Python"
42 -HOMEPAGE="https://github.com/ContinuumIO/llvmmath"
43 -SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - dev-python/llvmpy[${PYTHON_USEDEP}]
52 - >=dev-python/numpy-1.6[${PYTHON_USEDEP}]"
53 -DEPEND="${RDEPEND}
54 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
55 -
56 -python_test() {
57 - cd "${BUILD_DIR}"/lib* || die
58 - ${PYTHON} -c 'import sys,llvmmath; sys.exit(llvmmath.test())' || die
59 -}
60
61 diff --git a/dev-python/llvmmath/metadata.xml b/dev-python/llvmmath/metadata.xml
62 deleted file mode 100644
63 index 8470e5c..0000000
64 --- a/dev-python/llvmmath/metadata.xml
65 +++ /dev/null
66 @@ -1,19 +0,0 @@
67 -<?xml version="1.0" encoding="UTF-8"?>
68 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 -<pkgmetadata>
70 - <maintainer type="project">
71 - <email>sci@g.o</email>
72 - <name>Gentoo Science Project</name>
73 - </maintainer>
74 - <longdescription lang="en">
75 - The purpose of this project is to provide portable math functions,
76 - many of which are in C99 and not available on all platforms. It is
77 - based on NumPy's umath and tries to support all floating point and
78 - complex types.
79 - The library can be compiled with any C compiler, or to LLVM assembly
80 - using Clang, to be linked into modules containing functions for jitting.
81 -</longdescription>
82 - <upstream>
83 - <remote-id type="github">ContinuumIO/llvmmath</remote-id>
84 - </upstream>
85 -</pkgmetadata>