From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B49B138359 for ; Fri, 4 Sep 2020 12:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55A9CE0884; Fri, 4 Sep 2020 12:16:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BC28E0884 for ; Fri, 4 Sep 2020 12:16:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD4E833BDF4 for ; Fri, 4 Sep 2020 12:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280E12FC for ; Fri, 4 Sep 2020 12:16:40 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1599221798.0b6da079deb0925ceb65a68d123c25b4081e3d94.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsensors/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsensors/Manifest x11-misc/xsensors/xsensors-0.80.ebuild X-VCS-Directories: x11-misc/xsensors/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0b6da079deb0925ceb65a68d123c25b4081e3d94 X-VCS-Branch: master Date: Fri, 4 Sep 2020 12:16:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 661fd3b5-912d-4042-87fd-9b88c1deeeff X-Archives-Hash: b5bbef670fc18217c1f3c0c003ed17d0 commit: 0b6da079deb0925ceb65a68d123c25b4081e3d94 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Sep 4 12:16:08 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Sep 4 12:16:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6da079 x11-misc/xsensors: Version 0.80 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/xsensors/Manifest | 1 + x11-misc/xsensors/xsensors-0.80.ebuild | 48 ++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/x11-misc/xsensors/Manifest b/x11-misc/xsensors/Manifest index 72737730e31..0aa61b228f9 100644 --- a/x11-misc/xsensors/Manifest +++ b/x11-misc/xsensors/Manifest @@ -1 +1,2 @@ DIST xsensors-0.70.tar.gz 115430 BLAKE2B af18fa723a9e6b84df62d0ea0397d7b30ab800816b84449f91357aa75d99944796ae8164171bd217118dd93ef713d286fe435354614baef7947f3f851b368df9 SHA512 34f038b192f3cecb2e7587e19c4837b795a2705e6d0e9ea2bd3ead6d3259a1dded364fcfc70fa5e37d64f32c879e1dd9c6e43dcf32fa9aeb73ee5cc49bf290a4 +DIST xsensors-0.80.tar.gz 214763 BLAKE2B 7be4c0ef0f59e7c8c8b32b7e132acb906c9ab64e6e0f63a3316691eef8dd2f8b659d4e40d2213cf580cc4874bcba2fefad4f6a759bf349e18ebef12a99c91128 SHA512 e1ac7107b978bf9b392b0ecb13e49f49c8efebb228a9c6781a519b128f467d0346d35632646f20a036fdc34ea3ee86440c7be5a3285d922f8afbf051e9cfdcc8 diff --git a/x11-misc/xsensors/xsensors-0.80.ebuild b/x11-misc/xsensors/xsensors-0.80.ebuild new file mode 100644 index 00000000000..455f446c563 --- /dev/null +++ b/x11-misc/xsensors/xsensors-0.80.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools + +DESCRIPTION="A hardware health information viewer, interface to lm-sensors" +HOMEPAGE="https://github.com/Mystro256/xsensors/" +SRC_URI="https://github.com/Mystro256/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + >=sys-apps/lm-sensors-3 + dev-libs/glib:2 + x11-libs/gtk+:3 +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + virtual/pkgconfig +" + +src_prepare() { + default + + sed -i \ + -e '/-DG.*_DISABLE_DEPRECATED/d' \ + -e 's#-Werror#-Wall#g' \ + -e 's#==#=#g' \ + -e 's#pkg-config#${PKG_CONFIG}#g' \ + src/Makefile.am configure.ac || die + + eautoreconf +} + +src_configure() { + econf --without-gtk2 +} + +src_install() { + default + + rm -r "${ED}"/usr/share/appdata || die +}