diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /sys-power/envycontrol | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'sys-power/envycontrol')
| -rw-r--r-- | sys-power/envycontrol/Manifest | 1 | ||||
| -rw-r--r-- | sys-power/envycontrol/envycontrol-3.5.2.ebuild | 26 | ||||
| -rw-r--r-- | sys-power/envycontrol/envycontrol-9999.ebuild | 25 | ||||
| -rw-r--r-- | sys-power/envycontrol/metadata.xml | 11 |
4 files changed, 0 insertions, 63 deletions
diff --git a/sys-power/envycontrol/Manifest b/sys-power/envycontrol/Manifest deleted file mode 100644 index 49f5eaa2c913..000000000000 --- a/sys-power/envycontrol/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST envycontrol-3.5.2.tar.gz 79309 BLAKE2B 268d2919cfc63b4aed38ea9314363dbb04dd1eb3bd35780fcd85090d416307cbec99a179330e8f1cb748a392daa2ec75a470d2eda9a34ebc2cb0a66b83b953c4 SHA512 ad42c61161e10d6c2922261589b9f27015888eed73268fb02da0aa2f319e3eaa69205f5dfbe2dfc5bea36116e1aecb0bd9d0939202387275043f05f47161aa9c diff --git a/sys-power/envycontrol/envycontrol-3.5.2.ebuild b/sys-power/envycontrol/envycontrol-3.5.2.ebuild deleted file mode 100644 index 034d5366247c..000000000000 --- a/sys-power/envycontrol/envycontrol-3.5.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Easy GPU switching for Nvidia Optimus laptops under Linux " -HOMEPAGE="https://github.com/bayasdev/envycontrol" -SRC_URI="https://github.com/bayasdev/envycontrol/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="+systemd" - -REQUIRED_USE="systemd" - -RDEPEND=" - x11-drivers/nvidia-drivers[persistenced] - systemd? ( sys-apps/systemd ) -" diff --git a/sys-power/envycontrol/envycontrol-9999.ebuild b/sys-power/envycontrol/envycontrol-9999.ebuild deleted file mode 100644 index 8b2e423fb8ee..000000000000 --- a/sys-power/envycontrol/envycontrol-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -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" - -IUSE="+systemd" - -REQUIRED_USE="systemd" - -RDEPEND=" - x11-drivers/nvidia-drivers[persistenced] - systemd? ( sys-apps/systemd ) -" diff --git a/sys-power/envycontrol/metadata.xml b/sys-power/envycontrol/metadata.xml deleted file mode 100644 index 53f5fc5ed86c..000000000000 --- a/sys-power/envycontrol/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gonegrier.duarte@gmail.com</email> - <name>Gonçalo Negrier Duarte</name> - </maintainer> - <upstream> - <remote-id type="github">bayasdev/envycontrol</remote-id> - </upstream> -</pkgmetadata> |
