public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/thinkfan/
Date: Tue, 29 Nov 2022 08:43:17 +0000 (UTC)	[thread overview]
Message-ID: <1669711379.399c637fc2df75adf92972981d2064269d3d0ed5.asturm@gentoo> (raw)

commit:     399c637fc2df75adf92972981d2064269d3d0ed5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 08:42:59 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 08:42:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399c637f

app-laptop/thinkfan: drop 1.0.2, 1.2.1, 1.2.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-laptop/thinkfan/Manifest              |  3 ---
 app-laptop/thinkfan/thinkfan-1.0.2.ebuild | 42 -------------------------------
 app-laptop/thinkfan/thinkfan-1.2.1.ebuild | 41 ------------------------------
 app-laptop/thinkfan/thinkfan-1.2.2.ebuild | 41 ------------------------------
 4 files changed, 127 deletions(-)

diff --git a/app-laptop/thinkfan/Manifest b/app-laptop/thinkfan/Manifest
index 16edae6596fa..c758191e3262 100644
--- a/app-laptop/thinkfan/Manifest
+++ b/app-laptop/thinkfan/Manifest
@@ -1,4 +1 @@
-DIST thinkfan-1.0.2.tar.gz 77653 BLAKE2B 1b40553380f9b873883f0dc587665f24cd2e07de7a7e743cb9f99a3282f380da2258265a612b1c97d2945fed31aee0d6cbc30ea2a18c0b212e877e7635eda336 SHA512 d9133538096a7c5757f599adfebc8217aa7334a102573d6757f03b5c012a09d600be923930fd9d62f4afa591f5eb7a70a1c328004bddef85494d1a7ce56b648f
-DIST thinkfan-1.2.1.tar.gz 84253 BLAKE2B 5a816b8cadbc72424384966b0bc6bcf17070eec703584c348bc28cf8ee59e4d67a56d351f0c1d9d55328326b21134f0158bf976f86336bb5d59b81c137b96c83 SHA512 27db9f54c26a85093ff7b9f8a0e26f679e413489f608b561b819a702fd077a33e62197e41a1f1f4495c66daa1ac70603c063e6ac4cdd09d13f4005f73685152d
-DIST thinkfan-1.2.2.tar.gz 85779 BLAKE2B 55d3806756aa638d8a97b74a8b6142f58e4b805c319cea2be0c4022fba7b9c2eb286956752788197aa50ee2a07f1fe826657ba0b95a47832a9f4e0f5070f3f82 SHA512 7991ef9e1891e9f4d843a0421404d8ccdedf398777f44ed0c6c58070849a6eae70044a72bad4ad9595e9528551212db228bf868371fb9a642918a69d2b4e917c
 DIST thinkfan-1.3.1.tar.gz 87239 BLAKE2B 219c72ada289a7168ee41872080ff15329c80f2a75326d15b726606e95ed39279afb85f0d9b4d4efc6dc2d4ce81d34bfc31bd7f565a86b717830ddeb579a0618 SHA512 dbb92ab1a7f008ecb5c125b105191b9021cccf3b59f6dbd0fbdea03dd730b573214d8a44b219c4efd458a6cab94deae3bcbdca030db72e79ca221ba91f0c2c6c

diff --git a/app-laptop/thinkfan/thinkfan-1.0.2.ebuild b/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
deleted file mode 100644
index a96062867700..000000000000
--- a/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake readme.gentoo-r1
-
-DESCRIPTION="Simple fan control program for thinkpads"
-HOMEPAGE="https://github.com/vmatare/thinkfan"
-SRC_URI="https://github.com/vmatare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="atasmart nvidia +yaml"
-
-DEPEND="atasmart? ( dev-libs/libatasmart )
-	yaml? ( dev-cpp/yaml-cpp )"
-RDEPEND="${DEPEND}
-	nvidia? ( x11-drivers/nvidia-drivers )"
-
-DOC_CONTENTS="
-	Please read the documentation and copy an appropriate
-	file to /etc/thinkfan.conf.
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-		-DUSE_NVML="$(usex nvidia)"
-		-DUSE_ATASMART="$(usex atasmart)"
-		-DUSE_YAML="$(usex yaml)"
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	readme.gentoo_create_doc
-}

diff --git a/app-laptop/thinkfan/thinkfan-1.2.1.ebuild b/app-laptop/thinkfan/thinkfan-1.2.1.ebuild
deleted file mode 100644
index d59a97b5a27a..000000000000
--- a/app-laptop/thinkfan/thinkfan-1.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake readme.gentoo-r1
-
-DESCRIPTION="Simple fan control program for thinkpads"
-HOMEPAGE="https://github.com/vmatare/thinkfan"
-SRC_URI="https://github.com/vmatare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="atasmart nvidia +yaml"
-
-DEPEND="atasmart? ( dev-libs/libatasmart )
-	yaml? ( dev-cpp/yaml-cpp )"
-
-RDEPEND="${DEPEND}
-	nvidia? ( x11-drivers/nvidia-drivers )"
-
-DOC_CONTENTS="
-	Please read the documentation and copy an appropriate
-	file to /etc/thinkfan.conf.
-"
-
-src_configure() {
-	local mycmakeargs+=(
-		-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-		-DUSE_NVML="$(usex nvidia)"
-		-DUSE_ATASMART="$(usex atasmart)"
-		-DUSE_YAML="$(usex yaml)"
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-	readme.gentoo_create_doc
-}

diff --git a/app-laptop/thinkfan/thinkfan-1.2.2.ebuild b/app-laptop/thinkfan/thinkfan-1.2.2.ebuild
deleted file mode 100644
index 085f1edafd76..000000000000
--- a/app-laptop/thinkfan/thinkfan-1.2.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake readme.gentoo-r1
-
-DESCRIPTION="Simple fan control program for thinkpads"
-HOMEPAGE="https://github.com/vmatare/thinkfan"
-SRC_URI="https://github.com/vmatare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="atasmart nvidia +yaml"
-
-DEPEND="atasmart? ( dev-libs/libatasmart )
-	yaml? ( dev-cpp/yaml-cpp )"
-
-RDEPEND="${DEPEND}
-	nvidia? ( x11-drivers/nvidia-drivers )"
-
-DOC_CONTENTS="
-	Please read the documentation and copy an appropriate
-	file to /etc/thinkfan.conf.
-"
-
-src_configure() {
-	local mycmakeargs+=(
-		-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-		-DUSE_NVML="$(usex nvidia)"
-		-DUSE_ATASMART="$(usex atasmart)"
-		-DUSE_YAML="$(usex yaml)"
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-	readme.gentoo_create_doc
-}


             reply	other threads:[~2022-11-29  8:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29  8:43 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-29  5:49 [gentoo-commits] repo/gentoo:master commit in: app-laptop/thinkfan/ Joonas Niilola
2022-11-29  5:49 Joonas Niilola
2022-05-07  4:20 Sam James
2022-04-25  9:12 Joonas Niilola
2022-04-25  7:47 Joonas Niilola
2021-07-16  7:02 Joonas Niilola
2021-04-13  7:30 Joonas Niilola
2021-04-13  7:30 Joonas Niilola
2021-02-14 20:35 Andreas Sturmlechner
2021-02-14 20:35 Andreas Sturmlechner
2020-07-13 12:22 Mikle Kolyada
2019-06-16 10:38 Mikle Kolyada
2019-06-16 10:37 Mikle Kolyada
2019-03-08 17:51 Mikle Kolyada
2019-01-19  5:05 Thomas Deutschmann
2018-12-08 10:03 Mikle Kolyada
2017-02-07 11:28 Agostino Sarubbo
2016-12-21 10:46 Patrice Clement
2016-12-21 10:46 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1669711379.399c637fc2df75adf92972981d2064269d3d0ed5.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox