# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 OLD_PN=udev-gentoo-scripts OLD_P=${OLD_PN}-${PV} if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${OLD_PN}.git" inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${OLD_PN}.git/snapshot/${OLD_P}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${OLD_P}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="udev startup scripts for openrc" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" LICENSE="GPL-2" SLOT="0" RESTRICT="test" RDEPEND=">=virtual/udev-217 !