Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/CommsPowerManagement/
Date: Wed, 25 May 2022 20:21:37
Message-Id: 1653507987.bd2531c5007f4b707117a57b41e5165ec2a71297.Alessandro-Barbieri@gentoo
1 commit: bd2531c5007f4b707117a57b41e5165ec2a71297
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed May 25 19:46:27 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed May 25 19:46:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd2531c5
7
8 sys-apps/CommsPowerManagement: update HOMEPAGE
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-apps/CommsPowerManagement/CommsPowerManagement-0.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/CommsPowerManagement/CommsPowerManagement-0.2.1.ebuild b/sys-apps/CommsPowerManagement/CommsPowerManagement-0.2.1.ebuild
16 index b4cc94c89..7c5f89cd2 100644
17 --- a/sys-apps/CommsPowerManagement/CommsPowerManagement-0.2.1.ebuild
18 +++ b/sys-apps/CommsPowerManagement/CommsPowerManagement-0.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020-2021 Gentoo Authors
21 +# Copyright 2020-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
26 inherit distutils-r1
27
28 DESCRIPTION="Python library providing various tools to work with Intel processors"
29 -HOMEPAGE="https://github.com/intel/iCommsPowerManagement"
30 +HOMEPAGE="https://github.com/intel/CommsPowerManagement"
31 SRC_URI="https://github.com/intel/CommsPowerManagement/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
32 S="${WORKDIR}/${PN}-${MYPV}"