mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
sys-apps/hwdata: Sync with Gentoo upstream; updates to 0.367
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
b4d2ccc5f4
commit
14fb3b544f
@ -1,2 +1,3 @@
|
||||
DIST hwdata-0.353.tar.gz 2206215 BLAKE2B e1c30d7d486a2f03eb8b59dfc12544a5e5a988295d5dc220e2d6a344991c62d8ded0e8e71a8b0907fb9fb7fe0bac8528386cc4665c903362db6ed6f0a6985b94 SHA512 f4bdea533a1cdf406d065da6a684b131b30f6a0b8fb791418d54b756c9297da981a8e25e128ef97af50ae88553e1473dba17a29c11a15490065faf9bf2dcd0d4
|
||||
DIST hwdata-0.354.tar.gz 2212834 BLAKE2B 5df04fd6069e131be7195b515f4f7273e28030d46823fa3054371f9afde4eb9976df2663bc7d31d056cb718a479630676f05459064decd59914f3a69bcfb03f1 SHA512 07bbe5137f35c0402029e066e90a29da1ca95faa6996a192b1f9ac00568e5020cc540b642ad2b22b25c2cfa0d7e4c2d7b80c9978ca0cd091691d8f1cf2933915
|
||||
DIST hwdata-0.367.tar.gz 2313810 BLAKE2B 7f4be3f0b3c8ec6d90860031677b1e1bc6fac9159291ee772501e5f5aee0d43855e27fb6f9c4b0c65b04353fee1222f5e6c0f0a40fa743a32fdcb9509ebc772d SHA512 ed04282c4046193debb02b325b57cd0ef78d5ceb485d104f10d8aa1fe3ba42aeee8071ac806db95c03b40e6fc1d7c8c5f036adca7744a9d9376b0a146f6ec5a8
|
||||
DIST hwdata-0.369.tar.gz 2328002 BLAKE2B b2b580bdb225ed0cf6d694b2e1d9e184f3ca7caa4cf93929df2c45866d7433256213afd489ffc816fa3509154b66c02d9d44a8070a2852d4688c9d01c38d2acd SHA512 a451ac7da77bdd26b0e37b64859c79e2dbe3359a3ba0490d49e6edae08b0abb4199598dea2f9b53f775825210da7e0d3263bfefe4e5c34fe65842522c328bc99
|
||||
DIST hwdata-0.370.tar.gz 2332791 BLAKE2B 92c68ce6ff05a9cae24e77794eb665672df9ad635cb2830b246f042ea2e8418eca132e6dc7ccda647fcaecbe888477c9f7a1f7e0fdd94de962c61c2bd3a68779 SHA512 a7a3e7685dd6beecf19cd177082b36b2f799f580f1b5b3838495948a686b81f1a981d9335faae9a52a3d5845eed950357e0a6ac5a178564ce54ddef00448bce4
|
||||
|
||||
28
sdk_container/src/third_party/portage-stable/sys-apps/hwdata/hwdata-0.367.ebuild
vendored
Normal file
28
sdk_container/src/third_party/portage-stable/sys-apps/hwdata/hwdata-0.367.ebuild
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit edo
|
||||
|
||||
DESCRIPTION="Hardware identification and configuration data"
|
||||
HOMEPAGE="https://github.com/vcrhonek/hwdata"
|
||||
SRC_URI="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
# configure is not compatible with econf
|
||||
local conf=(
|
||||
./configure
|
||||
--prefix="${EPREFIX}/usr"
|
||||
--libdir="${EPREFIX}/lib"
|
||||
--datadir="${EPREFIX}/usr/share"
|
||||
)
|
||||
|
||||
edo "${conf[@]}"
|
||||
}
|
||||
28
sdk_container/src/third_party/portage-stable/sys-apps/hwdata/hwdata-0.369.ebuild
vendored
Normal file
28
sdk_container/src/third_party/portage-stable/sys-apps/hwdata/hwdata-0.369.ebuild
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit edo
|
||||
|
||||
DESCRIPTION="Hardware identification and configuration data"
|
||||
HOMEPAGE="https://github.com/vcrhonek/hwdata"
|
||||
SRC_URI="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
# configure is not compatible with econf
|
||||
local conf=(
|
||||
./configure
|
||||
--prefix="${EPREFIX}/usr"
|
||||
--libdir="${EPREFIX}/lib"
|
||||
--datadir="${EPREFIX}/usr/share"
|
||||
)
|
||||
|
||||
edo "${conf[@]}"
|
||||
}
|
||||
28
sdk_container/src/third_party/portage-stable/sys-apps/hwdata/hwdata-0.370.ebuild
vendored
Normal file
28
sdk_container/src/third_party/portage-stable/sys-apps/hwdata/hwdata-0.370.ebuild
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit edo
|
||||
|
||||
DESCRIPTION="Hardware identification and configuration data"
|
||||
HOMEPAGE="https://github.com/vcrhonek/hwdata"
|
||||
SRC_URI="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
# configure is not compatible with econf
|
||||
local conf=(
|
||||
./configure
|
||||
--prefix="${EPREFIX}/usr"
|
||||
--libdir="${EPREFIX}/lib"
|
||||
--datadir="${EPREFIX}/usr/share"
|
||||
)
|
||||
|
||||
edo "${conf[@]}"
|
||||
}
|
||||
@ -5,4 +5,7 @@
|
||||
<email>base-system@gentoo.org</email>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">vcrhonek/hwdata</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user