Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cpufetch/
Date: Sat, 05 Mar 2022 03:10:53
Message-Id: 1646449839.d33dd07aaad1c4a60c04fa9899b164bf801db970.Alessandro-Barbieri@gentoo
1 commit: d33dd07aaad1c4a60c04fa9899b164bf801db970
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 5 03:10:39 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 5 03:10:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d33dd07a
7
8 app-misc/cpufetch: add 1.01, drop 0.98
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 app-misc/cpufetch/Manifest | 2 +-
13 app-misc/cpufetch/{cpufetch-0.98.ebuild => cpufetch-1.01.ebuild} | 7 ++++---
14 2 files changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/cpufetch/Manifest b/app-misc/cpufetch/Manifest
17 index 2c9a0d3c4..cadda1cda 100644
18 --- a/app-misc/cpufetch/Manifest
19 +++ b/app-misc/cpufetch/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST cpufetch-0.98.tar.gz 304203 BLAKE2B 71376f29337ac981aba993a74259e555d34ae6df0f8a2e04e7659608f2bae18fa6af4c31349601b7347566fd3d4c2ffa7cbf1752bc2b16b6513747201d2a2835 SHA512 e862a0b6472d4942a58359b203037391747f74d991ea71e77a64369695f39e3d9ab8d60c5888703683ce5258426f5211f9e54863649ad796e08c083888d9b076
22 DIST cpufetch-1.00.tar.gz 317439 BLAKE2B 8fdf21bebfd6d2ef760cc388b6da2d5c0665964ebcad2537e06c1bede40fffb151a5e37665ab52f2ec31f48a25c3aeb895e820b03ab7ec37d50a85e1bdce3a2b SHA512 94be5c5aacf9e5cde4fd4e4b14e433db523821fc27466c599e34c062ca32145edb0c8f84168e07c8a64f591fee1f5ab704d569bb70c53b7523d52f4882b573a1
23 +DIST cpufetch-1.01.tar.gz 2759620 BLAKE2B 4d16cc0b1be94706b3e5d9481a2846d8c90807b792212389e7159739952d8df3f3cc02f6e828e53fe17a51ecba4370a273c5152c0af237fa0cededac88c76e3f SHA512 069580b6dd548af394c28b74af72b2979be16a69879c51c42e2f26611ea8bf78412bedb6bbc6ddbfd2f98f8b26f930cc2d8afcc81e4d6494c382cfec9de771c1
24
25 diff --git a/app-misc/cpufetch/cpufetch-0.98.ebuild b/app-misc/cpufetch/cpufetch-1.01.ebuild
26 similarity index 88%
27 rename from app-misc/cpufetch/cpufetch-0.98.ebuild
28 rename to app-misc/cpufetch/cpufetch-1.01.ebuild
29 index f0785779e..831b7914c 100644
30 --- a/app-misc/cpufetch/cpufetch-0.98.ebuild
31 +++ b/app-misc/cpufetch/cpufetch-1.01.ebuild
32 @@ -1,7 +1,7 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=7
38 +EAPI=8
39
40 inherit toolchain-funcs
41
42 @@ -9,6 +9,7 @@ DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool"
43 HOMEPAGE="https://github.com/Dr-Noob/cpufetch"
44 SRC_URI="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
45 S="${WORKDIR}/${PN}-${PV}"
46 +
47 LICENSE="MIT"
48 SLOT="0"
49 KEYWORDS="~amd64"
50 @@ -17,7 +18,7 @@ PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
51
52 src_prepare() {
53 default
54 - export CC=$(tc-getCC)
55 + tc-export CC
56 }
57
58 src_install() {