public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/thinkfan/
Date: Sun, 16 Jun 2019 10:38:01 +0000 (UTC)	[thread overview]
Message-ID: <1560681469.fdd83b18d4d6dcadaadf065c9653fd6c364badd7.zlogene@gentoo> (raw)

commit:     fdd83b18d4d6dcadaadf065c9653fd6c364badd7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 10:37:49 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 10:37:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd83b18

app-laptop/thinkfan: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-laptop/thinkfan/Manifest              |  1 -
 app-laptop/thinkfan/thinkfan-1.0.1.ebuild | 44 -------------------------------
 2 files changed, 45 deletions(-)

diff --git a/app-laptop/thinkfan/Manifest b/app-laptop/thinkfan/Manifest
index e5a21da3f86..d4062ea1542 100644
--- a/app-laptop/thinkfan/Manifest
+++ b/app-laptop/thinkfan/Manifest
@@ -1,3 +1,2 @@
 DIST thinkfan-0.9.3.tar.gz 39527 BLAKE2B e6a6d09493d94b4de9ada20dcc4b0251c5f2c148f7faa7f69c04fe2a279a9cfe253a0ea1a01fe94ed108e8731e2ba01edef5df10dfb887ea961a356dff733854 SHA512 d2a29f9cae636c22b66958f8ec50cb60a162d745c3967257bb5e20cc9e152894d4e8a66f897ffa4e49353eba4a42e3499bb9e554719974284089a46cfc6280d7
-DIST thinkfan-1.0.1.tar.gz 77587 BLAKE2B 7a2d4d77be8a9abdafe2cdb8485c92dfe9850ad2309d45d0ac32e8c0e7e6db22ef6c2e16161cccbd6e6147497accc8ec3f5d4467dbe5d2fe6d7fdfd06bb3261f SHA512 61fac9e99f5a2974c5a80e2565956d203baf670dc4b97625389e91fe3fe4d026c07847c10e7d46a4f57914a8156aeea0141570202c0ce2b497f8a1daefa47d6e
 DIST thinkfan-1.0.2.tar.gz 77653 BLAKE2B 1b40553380f9b873883f0dc587665f24cd2e07de7a7e743cb9f99a3282f380da2258265a612b1c97d2945fed31aee0d6cbc30ea2a18c0b212e877e7635eda336 SHA512 d9133538096a7c5757f599adfebc8217aa7334a102573d6757f03b5c012a09d600be923930fd9d62f4afa591f5eb7a70a1c328004bddef85494d1a7ce56b648f

diff --git a/app-laptop/thinkfan/thinkfan-1.0.1.ebuild b/app-laptop/thinkfan/thinkfan-1.0.1.ebuild
deleted file mode 100644
index e7e7da5f821..00000000000
--- a/app-laptop/thinkfan/thinkfan-1.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils readme.gentoo-r1
-
-DESCRIPTION="simple fan control program for thinkpads"
-HOMEPAGE="http://thinkfan.sourceforge.net"
-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 )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.1-update-runscript.patch )
-
-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-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	readme.gentoo_create_doc
-}


             reply	other threads:[~2019-06-16 10:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-16 10:38 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-29  8:43 [gentoo-commits] repo/gentoo:master commit in: app-laptop/thinkfan/ Andreas Sturmlechner
2022-11-29  5:49 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: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=1560681469.fdd83b18d4d6dcadaadf065c9653fd6c364badd7.zlogene@gentoo \
    --to=zlogene@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