mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
virtual/libudev: Sync with Gentoo upstream
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
parent
aa52076a52
commit
13d0a92571
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=5
|
EAPI=5
|
||||||
@ -6,7 +6,7 @@ inherit multilib-build
|
|||||||
|
|
||||||
DESCRIPTION="Virtual for libudev providers"
|
DESCRIPTION="Virtual for libudev providers"
|
||||||
SLOT="0/1"
|
SLOT="0/1"
|
||||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
|
||||||
IUSE="static-libs systemd"
|
IUSE="static-libs systemd"
|
||||||
REQUIRED_USE="systemd? ( !static-libs )"
|
REQUIRED_USE="systemd? ( !static-libs )"
|
||||||
|
|
||||||
|
15
sdk_container/src/third_party/portage-stable/virtual/libudev/libudev-232-r1.ebuild
vendored
Normal file
15
sdk_container/src/third_party/portage-stable/virtual/libudev/libudev-232-r1.ebuild
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
inherit multilib-build
|
||||||
|
|
||||||
|
DESCRIPTION="Virtual for libudev providers"
|
||||||
|
SLOT="0/1"
|
||||||
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
|
||||||
|
IUSE="systemd"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
!systemd? ( >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP}] )
|
||||||
|
systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] )
|
||||||
|
"
|
18
sdk_container/src/third_party/portage-stable/virtual/libudev/libudev-232-r2.ebuild
vendored
Normal file
18
sdk_container/src/third_party/portage-stable/virtual/libudev/libudev-232-r2.ebuild
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
inherit multilib-build
|
||||||
|
|
||||||
|
DESCRIPTION="Virtual for libudev providers"
|
||||||
|
SLOT="0/1"
|
||||||
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
|
||||||
|
IUSE="static-libs systemd"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
!systemd? ( || (
|
||||||
|
>=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}]
|
||||||
|
>=sys-fs/udev-232:0/0[${MULTILIB_USEDEP}]
|
||||||
|
) )
|
||||||
|
systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] )
|
||||||
|
"
|
18
sdk_container/src/third_party/portage-stable/virtual/libudev/libudev-232-r3.ebuild
vendored
Normal file
18
sdk_container/src/third_party/portage-stable/virtual/libudev/libudev-232-r3.ebuild
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
inherit multilib-build
|
||||||
|
|
||||||
|
DESCRIPTION="Virtual for libudev providers"
|
||||||
|
SLOT="0/1"
|
||||||
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
|
||||||
|
IUSE="static-libs systemd"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
!systemd? ( || (
|
||||||
|
>=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?]
|
||||||
|
>=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?]
|
||||||
|
) )
|
||||||
|
systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
|
||||||
|
"
|
@ -1,24 +0,0 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=5
|
|
||||||
inherit multilib-build
|
|
||||||
|
|
||||||
DESCRIPTION="Virtual for libudev providers"
|
|
||||||
SLOT="0/1"
|
|
||||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
|
|
||||||
IUSE="static-libs systemd"
|
|
||||||
REQUIRED_USE="systemd? ( !static-libs )"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
!systemd? (
|
|
||||||
static-libs? (
|
|
||||||
>=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs(-)]
|
|
||||||
)
|
|
||||||
!static-libs? ( || (
|
|
||||||
>=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP}]
|
|
||||||
>=sys-fs/udev-232:0/0[${MULTILIB_USEDEP}]
|
|
||||||
) )
|
|
||||||
)
|
|
||||||
systemd? ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] )
|
|
||||||
"
|
|
Loading…
Reference in New Issue
Block a user