Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
Date: Tue, 27 Mar 2018 01:51:41
Message-Id: 1522115486.cee1a944332dc31322c22fa474e2c15206165352.candrews@gentoo
1 commit: cee1a944332dc31322c22fa474e2c15206165352
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 01:49:53 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 01:51:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee1a944
7
8 dev-util/clinfo: Cleanup old versions
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-util/clinfo/Manifest | 3 ---
13 dev-util/clinfo/clinfo-2.2.17.10.25.ebuild | 25 -------------------------
14 dev-util/clinfo/clinfo-2.2.18.03.15.ebuild | 25 -------------------------
15 dev-util/clinfo/clinfo-2.2.18.03.22.ebuild | 25 -------------------------
16 4 files changed, 78 deletions(-)
17
18 diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
19 index 8e32958ec6f..ac5723aade4 100644
20 --- a/dev-util/clinfo/Manifest
21 +++ b/dev-util/clinfo/Manifest
22 @@ -1,4 +1 @@
23 -DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76 SHA512 9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
24 -DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd SHA512 fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885
25 -DIST clinfo-2.2.18.03.22.tar.gz 37210 BLAKE2B 394ffa3f5fbd0704c412053fbe7591fa629bae749b8235ba53baadccab244d09500bc648e91ee97b7fe5dec2472a209a5c788a17d8a1e7f908829eb628b9b699 SHA512 c31f700be8d1860301b7c1b6ed76964e9e0252f055ff5c1abd1875bd553591bed2c81e6a2be6fa0ac82d49609e9651944cdfedf584beef2384679975221f0f8c
26 DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef SHA512 dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb
27
28 diff --git a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild b/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
29 deleted file mode 100644
30 index a3dd2fa351b..00000000000
31 --- a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
32 +++ /dev/null
33 @@ -1,25 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -if [[ ${PV} == "9999" ]] ; then
40 - EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
41 - inherit git-r3
42 - SRC_URI=""
43 -else
44 - SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="~amd64"
46 -fi
47 -
48 -DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
49 -HOMEPAGE="https://github.com/Oblomov/clinfo"
50 -LICENSE="CC0-1.0"
51 -SLOT="0"
52 -
53 -DEPEND="virtual/opencl"
54 -RDEPEND="${DEPEND}"
55 -
56 -src_install() {
57 - emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
58 -}
59
60 diff --git a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild
61 deleted file mode 100644
62 index 7a1b5ce68d4..00000000000
63 --- a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild
64 +++ /dev/null
65 @@ -1,25 +0,0 @@
66 -# Copyright 1999-2018 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -
71 -if [[ ${PV} == "9999" ]] ; then
72 - EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
73 - inherit git-r3
74 - SRC_URI=""
75 -else
76 - SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
77 - KEYWORDS="~amd64"
78 -fi
79 -
80 -DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
81 -HOMEPAGE="https://github.com/Oblomov/clinfo"
82 -LICENSE="CC0-1.0"
83 -SLOT="0"
84 -
85 -DEPEND="virtual/opencl"
86 -RDEPEND="${DEPEND}"
87 -
88 -src_install() {
89 - emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
90 -}
91
92 diff --git a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
93 deleted file mode 100644
94 index 7a1b5ce68d4..00000000000
95 --- a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
96 +++ /dev/null
97 @@ -1,25 +0,0 @@
98 -# Copyright 1999-2018 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -
103 -if [[ ${PV} == "9999" ]] ; then
104 - EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
105 - inherit git-r3
106 - SRC_URI=""
107 -else
108 - SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
109 - KEYWORDS="~amd64"
110 -fi
111 -
112 -DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
113 -HOMEPAGE="https://github.com/Oblomov/clinfo"
114 -LICENSE="CC0-1.0"
115 -SLOT="0"
116 -
117 -DEPEND="virtual/opencl"
118 -RDEPEND="${DEPEND}"
119 -
120 -src_install() {
121 - emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
122 -}