Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/
Date: Sat, 19 Jun 2021 23:23:23
Message-Id: 1624144862.9a274ddefe2e6083569c1c3c62ef0bf0244ba02f.ionen@gentoo
1 commit: 9a274ddefe2e6083569c1c3c62ef0bf0244ba02f
2 Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 18 23:03:32 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 23:21:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a274dde
7
8 dev-lang/ispc: bump to 1.16.0
9
10 * Drop unused toolchain-funcs eclass
11 * Drop python-7 and bump python-10
12 * Fix KEYWORDS placement in the live ebuild
13
14 Closes: https://bugs.gentoo.org/796632
15 Signed-off-by: Alexander Golubev <fatzer2 <AT> gmail.com>
16 Closes: https://github.com/gentoo/gentoo/pull/21316
17 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
18
19 dev-lang/ispc/Manifest | 1 +
20 dev-lang/ispc/{ispc-9999.ebuild => ispc-1.16.0.ebuild} | 6 +++---
21 dev-lang/ispc/ispc-9999.ebuild | 6 +++---
22 3 files changed, 7 insertions(+), 6 deletions(-)
23
24 diff --git a/dev-lang/ispc/Manifest b/dev-lang/ispc/Manifest
25 index 27426f4de70..30167e29bb8 100644
26 --- a/dev-lang/ispc/Manifest
27 +++ b/dev-lang/ispc/Manifest
28 @@ -1 +1,2 @@
29 DIST ispc-1.14.1.tar.gz 19454189 BLAKE2B 615698e64ffbd2c82808d6ddd0b5b90f7c52bb8c202a04364d63af26f0e062631f4a8ad01895c1a4f1a8f11e7f91aec381354ddd873d0a4f2908431dcaabe383 SHA512 468e8a44408047ba7b43dc4baf05c2659093b986e131ebe973954ff3b9cf707a4ed22c705b6e01a9abc9a3911669ab31cd191449442c4ac73112a1297da32c5e
30 +DIST ispc-1.16.0.tar.gz 19548153 BLAKE2B 9b6d9329430d59041a76c20332b527560afa47a5585652abdf93aedb7907483d1647c829f2bd3f396cd53301bc79367cd91606b90a543fa8bec2f6ab34452989 SHA512 8469db4e3e9834477345b431162543f1c8e680aa9834c9a50239781dc7febfdde0561c2f13d1387e37f95a18c4376a85cb9cbae33cb614dc8977dfc9f47da215
31
32 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-1.16.0.ebuild
33 similarity index 94%
34 copy from dev-lang/ispc/ispc-9999.ebuild
35 copy to dev-lang/ispc/ispc-1.16.0.ebuild
36 index 8cc95c5d749..8c7854a7766 100644
37 --- a/dev-lang/ispc/ispc-9999.ebuild
38 +++ b/dev-lang/ispc/ispc-1.16.0.ebuild
39 @@ -3,9 +3,9 @@
40
41 EAPI=7
42
43 -PYTHON_COMPAT=( python3_{7,8,9} )
44 +PYTHON_COMPAT=( python3_{8,9,10} )
45
46 -inherit cmake toolchain-funcs python-any-r1 llvm
47 +inherit cmake python-any-r1 llvm
48
49 LLVM_MAX_SLOT=12
50
51 @@ -15,9 +15,9 @@ HOMEPAGE="https://ispc.github.io/"
52 if [[ ${PV} = *9999 ]]; then
53 inherit git-r3
54 EGIT_REPO_URI="https://github.com/ispc/ispc.git"
55 - KEYWORDS=""
56 else
57 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
58 + KEYWORDS="~amd64 ~x86"
59 fi
60
61 LICENSE="BSD BSD-2 UoI-NCSA"
62
63 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
64 index 8cc95c5d749..8c7854a7766 100644
65 --- a/dev-lang/ispc/ispc-9999.ebuild
66 +++ b/dev-lang/ispc/ispc-9999.ebuild
67 @@ -3,9 +3,9 @@
68
69 EAPI=7
70
71 -PYTHON_COMPAT=( python3_{7,8,9} )
72 +PYTHON_COMPAT=( python3_{8,9,10} )
73
74 -inherit cmake toolchain-funcs python-any-r1 llvm
75 +inherit cmake python-any-r1 llvm
76
77 LLVM_MAX_SLOT=12
78
79 @@ -15,9 +15,9 @@ HOMEPAGE="https://ispc.github.io/"
80 if [[ ${PV} = *9999 ]]; then
81 inherit git-r3
82 EGIT_REPO_URI="https://github.com/ispc/ispc.git"
83 - KEYWORDS=""
84 else
85 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
86 + KEYWORDS="~amd64 ~x86"
87 fi
88
89 LICENSE="BSD BSD-2 UoI-NCSA"