Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/thinkfan/
Date: Tue, 29 Nov 2022 08:43:21
Message-Id: 1669711379.399c637fc2df75adf92972981d2064269d3d0ed5.asturm@gentoo
1 commit: 399c637fc2df75adf92972981d2064269d3d0ed5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 08:42:59 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 08:42:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399c637f
7
8 app-laptop/thinkfan: drop 1.0.2, 1.2.1, 1.2.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 app-laptop/thinkfan/Manifest | 3 ---
13 app-laptop/thinkfan/thinkfan-1.0.2.ebuild | 42 -------------------------------
14 app-laptop/thinkfan/thinkfan-1.2.1.ebuild | 41 ------------------------------
15 app-laptop/thinkfan/thinkfan-1.2.2.ebuild | 41 ------------------------------
16 4 files changed, 127 deletions(-)
17
18 diff --git a/app-laptop/thinkfan/Manifest b/app-laptop/thinkfan/Manifest
19 index 16edae6596fa..c758191e3262 100644
20 --- a/app-laptop/thinkfan/Manifest
21 +++ b/app-laptop/thinkfan/Manifest
22 @@ -1,4 +1 @@
23 -DIST thinkfan-1.0.2.tar.gz 77653 BLAKE2B 1b40553380f9b873883f0dc587665f24cd2e07de7a7e743cb9f99a3282f380da2258265a612b1c97d2945fed31aee0d6cbc30ea2a18c0b212e877e7635eda336 SHA512 d9133538096a7c5757f599adfebc8217aa7334a102573d6757f03b5c012a09d600be923930fd9d62f4afa591f5eb7a70a1c328004bddef85494d1a7ce56b648f
24 -DIST thinkfan-1.2.1.tar.gz 84253 BLAKE2B 5a816b8cadbc72424384966b0bc6bcf17070eec703584c348bc28cf8ee59e4d67a56d351f0c1d9d55328326b21134f0158bf976f86336bb5d59b81c137b96c83 SHA512 27db9f54c26a85093ff7b9f8a0e26f679e413489f608b561b819a702fd077a33e62197e41a1f1f4495c66daa1ac70603c063e6ac4cdd09d13f4005f73685152d
25 -DIST thinkfan-1.2.2.tar.gz 85779 BLAKE2B 55d3806756aa638d8a97b74a8b6142f58e4b805c319cea2be0c4022fba7b9c2eb286956752788197aa50ee2a07f1fe826657ba0b95a47832a9f4e0f5070f3f82 SHA512 7991ef9e1891e9f4d843a0421404d8ccdedf398777f44ed0c6c58070849a6eae70044a72bad4ad9595e9528551212db228bf868371fb9a642918a69d2b4e917c
26 DIST thinkfan-1.3.1.tar.gz 87239 BLAKE2B 219c72ada289a7168ee41872080ff15329c80f2a75326d15b726606e95ed39279afb85f0d9b4d4efc6dc2d4ce81d34bfc31bd7f565a86b717830ddeb579a0618 SHA512 dbb92ab1a7f008ecb5c125b105191b9021cccf3b59f6dbd0fbdea03dd730b573214d8a44b219c4efd458a6cab94deae3bcbdca030db72e79ca221ba91f0c2c6c
27
28 diff --git a/app-laptop/thinkfan/thinkfan-1.0.2.ebuild b/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
29 deleted file mode 100644
30 index a96062867700..000000000000
31 --- a/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
32 +++ /dev/null
33 @@ -1,42 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit cmake readme.gentoo-r1
40 -
41 -DESCRIPTION="Simple fan control program for thinkpads"
42 -HOMEPAGE="https://github.com/vmatare/thinkfan"
43 -SRC_URI="https://github.com/vmatare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="atasmart nvidia +yaml"
49 -
50 -DEPEND="atasmart? ( dev-libs/libatasmart )
51 - yaml? ( dev-cpp/yaml-cpp )"
52 -RDEPEND="${DEPEND}
53 - nvidia? ( x11-drivers/nvidia-drivers )"
54 -
55 -DOC_CONTENTS="
56 - Please read the documentation and copy an appropriate
57 - file to /etc/thinkfan.conf.
58 -"
59 -
60 -src_configure() {
61 - local mycmakeargs=(
62 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
63 - -DUSE_NVML="$(usex nvidia)"
64 - -DUSE_ATASMART="$(usex atasmart)"
65 - -DUSE_YAML="$(usex yaml)"
66 - )
67 -
68 - cmake_src_configure
69 -}
70 -
71 -src_install() {
72 - cmake_src_install
73 -
74 - readme.gentoo_create_doc
75 -}
76
77 diff --git a/app-laptop/thinkfan/thinkfan-1.2.1.ebuild b/app-laptop/thinkfan/thinkfan-1.2.1.ebuild
78 deleted file mode 100644
79 index d59a97b5a27a..000000000000
80 --- a/app-laptop/thinkfan/thinkfan-1.2.1.ebuild
81 +++ /dev/null
82 @@ -1,41 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -
88 -inherit cmake readme.gentoo-r1
89 -
90 -DESCRIPTION="Simple fan control program for thinkpads"
91 -HOMEPAGE="https://github.com/vmatare/thinkfan"
92 -SRC_URI="https://github.com/vmatare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
93 -
94 -LICENSE="GPL-3"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -IUSE="atasmart nvidia +yaml"
98 -
99 -DEPEND="atasmart? ( dev-libs/libatasmart )
100 - yaml? ( dev-cpp/yaml-cpp )"
101 -
102 -RDEPEND="${DEPEND}
103 - nvidia? ( x11-drivers/nvidia-drivers )"
104 -
105 -DOC_CONTENTS="
106 - Please read the documentation and copy an appropriate
107 - file to /etc/thinkfan.conf.
108 -"
109 -
110 -src_configure() {
111 - local mycmakeargs+=(
112 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
113 - -DUSE_NVML="$(usex nvidia)"
114 - -DUSE_ATASMART="$(usex atasmart)"
115 - -DUSE_YAML="$(usex yaml)"
116 - )
117 - cmake_src_configure
118 -}
119 -
120 -src_install() {
121 - cmake_src_install
122 - readme.gentoo_create_doc
123 -}
124
125 diff --git a/app-laptop/thinkfan/thinkfan-1.2.2.ebuild b/app-laptop/thinkfan/thinkfan-1.2.2.ebuild
126 deleted file mode 100644
127 index 085f1edafd76..000000000000
128 --- a/app-laptop/thinkfan/thinkfan-1.2.2.ebuild
129 +++ /dev/null
130 @@ -1,41 +0,0 @@
131 -# Copyright 1999-2022 Gentoo Authors
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=7
135 -
136 -inherit cmake readme.gentoo-r1
137 -
138 -DESCRIPTION="Simple fan control program for thinkpads"
139 -HOMEPAGE="https://github.com/vmatare/thinkfan"
140 -SRC_URI="https://github.com/vmatare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
141 -
142 -LICENSE="GPL-3"
143 -SLOT="0"
144 -KEYWORDS="amd64 x86"
145 -IUSE="atasmart nvidia +yaml"
146 -
147 -DEPEND="atasmart? ( dev-libs/libatasmart )
148 - yaml? ( dev-cpp/yaml-cpp )"
149 -
150 -RDEPEND="${DEPEND}
151 - nvidia? ( x11-drivers/nvidia-drivers )"
152 -
153 -DOC_CONTENTS="
154 - Please read the documentation and copy an appropriate
155 - file to /etc/thinkfan.conf.
156 -"
157 -
158 -src_configure() {
159 - local mycmakeargs+=(
160 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
161 - -DUSE_NVML="$(usex nvidia)"
162 - -DUSE_ATASMART="$(usex atasmart)"
163 - -DUSE_YAML="$(usex yaml)"
164 - )
165 - cmake_src_configure
166 -}
167 -
168 -src_install() {
169 - cmake_src_install
170 - readme.gentoo_create_doc
171 -}