From eb96939254222d8a2068534f4b346528bba1f728 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 6 Jul 2023 14:58:17 +0100 Subject: [PATCH] Force respective package versions Remove unnecessary versions from ebuild, forcing each specific package version to correspond with their respective version. --- .../firmware-aa000_0-0.0.0.1.ebuild | 29 ++++--------------- .../firmware-aa000_0-1.0.0.2.ebuild | 29 ++++--------------- .../firmware-aa000_0-2.0.0.3.ebuild | 29 ++++--------------- .../firmware-aa000_0-3.0.0.4.ebuild | 29 ++++--------------- .../firmware-aa000_0-4.0.0.5.ebuild | 29 ++++--------------- .../firmware-aa000_0-5.0.0.6.ebuild | 29 ++++--------------- 6 files changed, 36 insertions(+), 138 deletions(-) diff --git a/sys-kernel/firmware-aa000_0/firmware-aa000_0-0.0.0.1.ebuild b/sys-kernel/firmware-aa000_0/firmware-aa000_0-0.0.0.1.ebuild index 4493845..8875b08 100644 --- a/sys-kernel/firmware-aa000_0/firmware-aa000_0-0.0.0.1.ebuild +++ b/sys-kernel/firmware-aa000_0/firmware-aa000_0-0.0.0.1.ebuild @@ -5,42 +5,24 @@ EAPI=8 inherit linux-info mount-boot savedconfig multiprocessing -# In case this is a real snapshot, fill in commit below. -# For normal, tagged releases, leave blank -MY_COMMIT="" - -if [[ ${PV} == 99999999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" -else - if [[ -n "${MY_COMMIT}" ]]; then - SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${MY_COMMIT}" - else - SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" - S="${WORKDIR}/firmware-aa000_0" - fi - - KEYWORDS="amd64 arm64" -fi - DESCRIPTION="Inferencium system aa000-0 firmware." HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git" +SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" +S="${WORKDIR}/firmware-aa000_0" +KEYWORDS="amd64" +SLOT="0" LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) redistributable? ( linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) ) unknown-license? ( all-rights-reserved )" -SLOT="0" + IUSE="compress initramfs +redistributable savedconfig unknown-license" REQUIRED_USE="initramfs? ( redistributable )" - RESTRICT="binchecks strip test unknown-license? ( bindist )" BDEPEND="initramfs? ( app-arch/cpio )" - -#add anything else that collides to this RDEPEND="!savedconfig? ( redistributable? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] @@ -63,6 +45,7 @@ RDEPEND="!savedconfig? ( QA_PREBUILT="*" + pkg_setup() { if ! use compress ; then return diff --git a/sys-kernel/firmware-aa000_0/firmware-aa000_0-1.0.0.2.ebuild b/sys-kernel/firmware-aa000_0/firmware-aa000_0-1.0.0.2.ebuild index 4493845..8875b08 100644 --- a/sys-kernel/firmware-aa000_0/firmware-aa000_0-1.0.0.2.ebuild +++ b/sys-kernel/firmware-aa000_0/firmware-aa000_0-1.0.0.2.ebuild @@ -5,42 +5,24 @@ EAPI=8 inherit linux-info mount-boot savedconfig multiprocessing -# In case this is a real snapshot, fill in commit below. -# For normal, tagged releases, leave blank -MY_COMMIT="" - -if [[ ${PV} == 99999999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" -else - if [[ -n "${MY_COMMIT}" ]]; then - SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${MY_COMMIT}" - else - SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" - S="${WORKDIR}/firmware-aa000_0" - fi - - KEYWORDS="amd64 arm64" -fi - DESCRIPTION="Inferencium system aa000-0 firmware." HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git" +SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" +S="${WORKDIR}/firmware-aa000_0" +KEYWORDS="amd64" +SLOT="0" LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) redistributable? ( linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) ) unknown-license? ( all-rights-reserved )" -SLOT="0" + IUSE="compress initramfs +redistributable savedconfig unknown-license" REQUIRED_USE="initramfs? ( redistributable )" - RESTRICT="binchecks strip test unknown-license? ( bindist )" BDEPEND="initramfs? ( app-arch/cpio )" - -#add anything else that collides to this RDEPEND="!savedconfig? ( redistributable? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] @@ -63,6 +45,7 @@ RDEPEND="!savedconfig? ( QA_PREBUILT="*" + pkg_setup() { if ! use compress ; then return diff --git a/sys-kernel/firmware-aa000_0/firmware-aa000_0-2.0.0.3.ebuild b/sys-kernel/firmware-aa000_0/firmware-aa000_0-2.0.0.3.ebuild index 4493845..8875b08 100644 --- a/sys-kernel/firmware-aa000_0/firmware-aa000_0-2.0.0.3.ebuild +++ b/sys-kernel/firmware-aa000_0/firmware-aa000_0-2.0.0.3.ebuild @@ -5,42 +5,24 @@ EAPI=8 inherit linux-info mount-boot savedconfig multiprocessing -# In case this is a real snapshot, fill in commit below. -# For normal, tagged releases, leave blank -MY_COMMIT="" - -if [[ ${PV} == 99999999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" -else - if [[ -n "${MY_COMMIT}" ]]; then - SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${MY_COMMIT}" - else - SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" - S="${WORKDIR}/firmware-aa000_0" - fi - - KEYWORDS="amd64 arm64" -fi - DESCRIPTION="Inferencium system aa000-0 firmware." HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git" +SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" +S="${WORKDIR}/firmware-aa000_0" +KEYWORDS="amd64" +SLOT="0" LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) redistributable? ( linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) ) unknown-license? ( all-rights-reserved )" -SLOT="0" + IUSE="compress initramfs +redistributable savedconfig unknown-license" REQUIRED_USE="initramfs? ( redistributable )" - RESTRICT="binchecks strip test unknown-license? ( bindist )" BDEPEND="initramfs? ( app-arch/cpio )" - -#add anything else that collides to this RDEPEND="!savedconfig? ( redistributable? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] @@ -63,6 +45,7 @@ RDEPEND="!savedconfig? ( QA_PREBUILT="*" + pkg_setup() { if ! use compress ; then return diff --git a/sys-kernel/firmware-aa000_0/firmware-aa000_0-3.0.0.4.ebuild b/sys-kernel/firmware-aa000_0/firmware-aa000_0-3.0.0.4.ebuild index 4493845..8875b08 100644 --- a/sys-kernel/firmware-aa000_0/firmware-aa000_0-3.0.0.4.ebuild +++ b/sys-kernel/firmware-aa000_0/firmware-aa000_0-3.0.0.4.ebuild @@ -5,42 +5,24 @@ EAPI=8 inherit linux-info mount-boot savedconfig multiprocessing -# In case this is a real snapshot, fill in commit below. -# For normal, tagged releases, leave blank -MY_COMMIT="" - -if [[ ${PV} == 99999999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" -else - if [[ -n "${MY_COMMIT}" ]]; then - SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${MY_COMMIT}" - else - SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" - S="${WORKDIR}/firmware-aa000_0" - fi - - KEYWORDS="amd64 arm64" -fi - DESCRIPTION="Inferencium system aa000-0 firmware." HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git" +SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" +S="${WORKDIR}/firmware-aa000_0" +KEYWORDS="amd64" +SLOT="0" LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) redistributable? ( linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) ) unknown-license? ( all-rights-reserved )" -SLOT="0" + IUSE="compress initramfs +redistributable savedconfig unknown-license" REQUIRED_USE="initramfs? ( redistributable )" - RESTRICT="binchecks strip test unknown-license? ( bindist )" BDEPEND="initramfs? ( app-arch/cpio )" - -#add anything else that collides to this RDEPEND="!savedconfig? ( redistributable? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] @@ -63,6 +45,7 @@ RDEPEND="!savedconfig? ( QA_PREBUILT="*" + pkg_setup() { if ! use compress ; then return diff --git a/sys-kernel/firmware-aa000_0/firmware-aa000_0-4.0.0.5.ebuild b/sys-kernel/firmware-aa000_0/firmware-aa000_0-4.0.0.5.ebuild index 4493845..8875b08 100644 --- a/sys-kernel/firmware-aa000_0/firmware-aa000_0-4.0.0.5.ebuild +++ b/sys-kernel/firmware-aa000_0/firmware-aa000_0-4.0.0.5.ebuild @@ -5,42 +5,24 @@ EAPI=8 inherit linux-info mount-boot savedconfig multiprocessing -# In case this is a real snapshot, fill in commit below. -# For normal, tagged releases, leave blank -MY_COMMIT="" - -if [[ ${PV} == 99999999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" -else - if [[ -n "${MY_COMMIT}" ]]; then - SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${MY_COMMIT}" - else - SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" - S="${WORKDIR}/firmware-aa000_0" - fi - - KEYWORDS="amd64 arm64" -fi - DESCRIPTION="Inferencium system aa000-0 firmware." HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git" +SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" +S="${WORKDIR}/firmware-aa000_0" +KEYWORDS="amd64" +SLOT="0" LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) redistributable? ( linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) ) unknown-license? ( all-rights-reserved )" -SLOT="0" + IUSE="compress initramfs +redistributable savedconfig unknown-license" REQUIRED_USE="initramfs? ( redistributable )" - RESTRICT="binchecks strip test unknown-license? ( bindist )" BDEPEND="initramfs? ( app-arch/cpio )" - -#add anything else that collides to this RDEPEND="!savedconfig? ( redistributable? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] @@ -63,6 +45,7 @@ RDEPEND="!savedconfig? ( QA_PREBUILT="*" + pkg_setup() { if ! use compress ; then return diff --git a/sys-kernel/firmware-aa000_0/firmware-aa000_0-5.0.0.6.ebuild b/sys-kernel/firmware-aa000_0/firmware-aa000_0-5.0.0.6.ebuild index 4493845..8875b08 100644 --- a/sys-kernel/firmware-aa000_0/firmware-aa000_0-5.0.0.6.ebuild +++ b/sys-kernel/firmware-aa000_0/firmware-aa000_0-5.0.0.6.ebuild @@ -5,42 +5,24 @@ EAPI=8 inherit linux-info mount-boot savedconfig multiprocessing -# In case this is a real snapshot, fill in commit below. -# For normal, tagged releases, leave blank -MY_COMMIT="" - -if [[ ${PV} == 99999999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" -else - if [[ -n "${MY_COMMIT}" ]]; then - SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${MY_COMMIT}" - else - SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" - S="${WORKDIR}/firmware-aa000_0" - fi - - KEYWORDS="amd64 arm64" -fi - DESCRIPTION="Inferencium system aa000-0 firmware." HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git" +SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz" +S="${WORKDIR}/firmware-aa000_0" +KEYWORDS="amd64" +SLOT="0" LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) redistributable? ( linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) ) unknown-license? ( all-rights-reserved )" -SLOT="0" + IUSE="compress initramfs +redistributable savedconfig unknown-license" REQUIRED_USE="initramfs? ( redistributable )" - RESTRICT="binchecks strip test unknown-license? ( bindist )" BDEPEND="initramfs? ( app-arch/cpio )" - -#add anything else that collides to this RDEPEND="!savedconfig? ( redistributable? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] @@ -63,6 +45,7 @@ RDEPEND="!savedconfig? ( QA_PREBUILT="*" + pkg_setup() { if ! use compress ; then return