From 20c23c152d2e7b44a6f93ec9476b808659e5ff1e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Jan 2024 02:06:03 +0000 Subject: gentoo auto-resync : 17:01:2024 - 02:06:03 --- dev-embedded/Manifest.gz | Bin 9400 -> 9398 bytes dev-embedded/raspberrypi-utils/Manifest | 4 +- .../raspberrypi-utils-0_p20240112.ebuild | 39 ------------------ .../raspberrypi-utils-0_p20240115.ebuild | 44 +++++++++++++++++++++ 4 files changed, 46 insertions(+), 41 deletions(-) delete mode 100644 dev-embedded/raspberrypi-utils/raspberrypi-utils-0_p20240112.ebuild create mode 100644 dev-embedded/raspberrypi-utils/raspberrypi-utils-0_p20240115.ebuild (limited to 'dev-embedded') diff --git a/dev-embedded/Manifest.gz b/dev-embedded/Manifest.gz index 9546c96e0c2a..5aa36e8a3a26 100644 Binary files a/dev-embedded/Manifest.gz and b/dev-embedded/Manifest.gz differ diff --git a/dev-embedded/raspberrypi-utils/Manifest b/dev-embedded/raspberrypi-utils/Manifest index aa0e00aeb68f..1ba07409f848 100644 --- a/dev-embedded/raspberrypi-utils/Manifest +++ b/dev-embedded/raspberrypi-utils/Manifest @@ -1,3 +1,3 @@ -DIST raspberrypi-utils-0_p20240112.tar.gz 122544 BLAKE2B ccdd25aca03b3a09d1d6a6007a80b3615ec8bc5fabcb7e5b7fedd09d68f992e587e90bf4fa36b7131090438fbd8706f7184d70018aadad05a1a9d897282d6c0f SHA512 6d3aa77499ef88ffc33b364267021822c64554ccf9226537e862ceed52cdf3557ec42a45be3618ca2828dfe0cddb901a09f0cddf7fa07946536713996f6b2cc0 -EBUILD raspberrypi-utils-0_p20240112.ebuild 848 BLAKE2B e7142af889a4af18f87607bfb95adbcc3fa5541a0d4c09f377408dfd2a06ea16bdacafc7c804a7f7689b262bcd535a48b13d57105c7f5da574ca4e6deb3fcd98 SHA512 d38726add4851ab82536c6bf9b6e59e6a438fe4b040e41b99118d1b15af46a4f246daf264c065586add8473ea574de34a43dda2dac0cb7592a76b4759f81ff74 +DIST raspberrypi-utils-0_p20240115.tar.gz 122554 BLAKE2B 94c101a50a422f265b2ea87ab33d802f21b21c57b8693a7bdc407460ec6e230da390d9f8d3e5541cb7145c55a7c53766cb8fb36c565006b1ec371090a6a4777b SHA512 b411242a1f5055a6075ea487fa746ee2cdbf31eff61f115cf11c97efa57d0245feb30c786c7c1164c174828da774a5cf4a4792d9ae46518e1c43510f120e5c43 +EBUILD raspberrypi-utils-0_p20240115.ebuild 885 BLAKE2B d42361129b75f7596cf8968c2e1c2fb229707a45148071f5bd8a327ea2ebb4c591835e49f1692068e1ac12a0a03feac4fea30323620ad32dc226381d96ef2a60 SHA512 e36691f86fd9d5c7ac5d2257ebf5bff77ff1a6a6448b5d73270c8e750c56aa4f2a156f65d77de119a647f3fac3b1994c1752d4b66714290d731ef9739a82b100 MISC metadata.xml 330 BLAKE2B e7285a8024f322ab0f8c8789bdfa2601c046c776c24c7e411ef9c5be424bd3000c2749d47e5cac3c0f5f870decd1106e019b279c229dc27de238cfad8f2e4979 SHA512 f0cd8ffa52484dc9ff84623ddf51d9f4c696c1d7cc357042bfae47b7da62eb94336703d038b1511138b40a0b545d96b4a4faa8e5b2787d0bcdac3b9259c883fc diff --git a/dev-embedded/raspberrypi-utils/raspberrypi-utils-0_p20240112.ebuild b/dev-embedded/raspberrypi-utils/raspberrypi-utils-0_p20240112.ebuild deleted file mode 100644 index 9628a77098f0..000000000000 --- a/dev-embedded/raspberrypi-utils/raspberrypi-utils-0_p20240112.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit bash-completion-r1 cmake - -COMMIT="193e6e34b40807cbeedee2e4abc3ef5165e14ae2" - -DESCRIPTION="Raspberry Pi userspace utilities" -HOMEPAGE="https://github.com/raspberrypi/utils" -SRC_URI="https://github.com/raspberrypi/utils/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~arm ~arm64" - -RDEPEND=" - !media-libs/raspberrypi-userland - !media-libs/raspberrypi-userland-bin -" - -S="${WORKDIR}/utils-${COMMIT}" - -src_configure() { - local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF ) - cmake_src_configure -} - -src_install() { - cmake_src_install - - local SRC - rm -r "${ED}"/usr/share/bash-completion/ || die - for SRC in */*-completion.bash; do - local DEST=${SRC%-completion.bash} - newbashcomp "${SRC}" "${DEST##*/}" - done -} diff --git a/dev-embedded/raspberrypi-utils/raspberrypi-utils-0_p20240115.ebuild b/dev-embedded/raspberrypi-utils/raspberrypi-utils-0_p20240115.ebuild new file mode 100644 index 000000000000..6f84f4cb186c --- /dev/null +++ b/dev-embedded/raspberrypi-utils/raspberrypi-utils-0_p20240115.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit bash-completion-r1 cmake + +COMMIT="32602f565c6cb854d1f2643b51a022991cea2b1b" + +DESCRIPTION="Raspberry Pi userspace utilities" +HOMEPAGE="https://github.com/raspberrypi/utils" +SRC_URI="https://github.com/raspberrypi/utils/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~arm ~arm64" + +DEPEND=" + sys-apps/dtc +" + +RDEPEND=" + ${DEPEND} + !media-libs/raspberrypi-userland + !media-libs/raspberrypi-userland-bin +" + +S="${WORKDIR}/utils-${COMMIT}" + +src_configure() { + local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF ) + cmake_src_configure +} + +src_install() { + cmake_src_install + + local SRC + rm -r "${ED}"/usr/share/bash-completion/ || die + for SRC in */*-completion.bash; do + local DEST=${SRC%-completion.bash} + newbashcomp "${SRC}" "${DEST##*/}" + done +} -- cgit v1.2.3