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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1826815800A for ; Thu, 13 Jul 2023 21:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61CCCE07E6; Thu, 13 Jul 2023 21:02:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44895E07E6 for ; Thu, 13 Jul 2023 21:02:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FA7A34092D for ; Thu, 13 Jul 2023 21:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EFEEA6A for ; Thu, 13 Jul 2023 21:02:45 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1689282140.dbc963a54a2a269a523dbcad3e0b76b3703a3cf4.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-power/envycontrol/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-power/envycontrol/Manifest sys-power/envycontrol/envycontrol-3.2.0.ebuild sys-power/envycontrol/envycontrol-9999.ebuild sys-power/envycontrol/metadata.xml X-VCS-Directories: sys-power/envycontrol/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: dbc963a54a2a269a523dbcad3e0b76b3703a3cf4 X-VCS-Branch: dev Date: Thu, 13 Jul 2023 21:02:45 +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: d79f8afa-f1dd-4787-a9dd-df5ec4effc52 X-Archives-Hash: b17230a56ebd2d4f4525ad3bf086a89a commit: dbc963a54a2a269a523dbcad3e0b76b3703a3cf4 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu Jul 13 21:02:20 2023 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Thu Jul 13 21:02:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbc963a5 sys-power/envycontrol: new package, add 3.2.0, 9999 Signed-off-by: Gonçalo Negrier Duarte gmail.com> sys-power/envycontrol/Manifest | 1 + sys-power/envycontrol/envycontrol-3.2.0.ebuild | 26 ++++++++++++++++++++++++++ sys-power/envycontrol/envycontrol-9999.ebuild | 24 ++++++++++++++++++++++++ sys-power/envycontrol/metadata.xml | 7 +++++++ 4 files changed, 58 insertions(+) diff --git a/sys-power/envycontrol/Manifest b/sys-power/envycontrol/Manifest new file mode 100644 index 000000000..26d10a3c5 --- /dev/null +++ b/sys-power/envycontrol/Manifest @@ -0,0 +1 @@ +DIST v3.2.0.tar.gz 75600 BLAKE2B 8a6cd9c5a08299285a1994bca8a745fe070b4eebd11ebcf70566e797aad66c484918e93f39cad7a8411452ea125a5d5f6812c70c0adf201cf1b50c1e6d2ba91a SHA512 e54e297cc5bf4b3c63143c5aafd05fe9d80ebbec275cb671e0692bb855ab0312196ff74bb789e1902208251640f3a9c35e46dfb7354769169e4363e97e390c08 diff --git a/sys-power/envycontrol/envycontrol-3.2.0.ebuild b/sys-power/envycontrol/envycontrol-3.2.0.ebuild new file mode 100644 index 000000000..2988f7496 --- /dev/null +++ b/sys-power/envycontrol/envycontrol-3.2.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..12} ) + +inherit distutils-r1 + +SRC_URI="https://github.com/bayasdev/envycontrol/archive/refs/tags/v${PV}.tar.gz" +DESCRIPTION="Easy GPU switching for Nvidia Optimus laptops under Linux " +HOMEPAGE="https://github.com/bayasdev/envycontrol" + +LICENSE="MIT" +SLOT="0" + +KEYWORDS="~amd64 ~x86" + +src_compile() { + distutils-r1_src_compile +} + +src_install() { + distutils-r1_src_install +} diff --git a/sys-power/envycontrol/envycontrol-9999.ebuild b/sys-power/envycontrol/envycontrol-9999.ebuild new file mode 100644 index 000000000..23f9d4b9d --- /dev/null +++ b/sys-power/envycontrol/envycontrol-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..12} ) + +inherit git-r3 distutils-r1 + +EGIT_REPO_URI="https://github.com/bayasdev/envycontrol.git" +DESCRIPTION="Easy GPU switching for Nvidia Optimus laptops under Linux" +HOMEPAGE="https://github.com/bayasdev/envycontrol" + +LICENSE="MIT" +SLOT="0" + +src_compile() { + distutils-r1_src_compile +} + +src_install() { + distutils-r1_src_install +} diff --git a/sys-power/envycontrol/metadata.xml b/sys-power/envycontrol/metadata.xml new file mode 100644 index 000000000..383164ce5 --- /dev/null +++ b/sys-power/envycontrol/metadata.xml @@ -0,0 +1,7 @@ + + + + + bayasdev/envycontrol + +