mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-kernel/bliss-initramfs: dropping 7.1.2.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST bliss-initramfs-7.1.2.tar.gz 31178 BLAKE2B 980ab01fc13c5e8863fc89853568add99a30ff66faa4d3ec05a3ebb2cf2b3ac97cc36e8cc958296917562abe09c83739790d514d530a38e516d808710c12951e SHA512 cbd13a5a34b1b5936d73234c322b317f50d3fd0e118043301f55ddc5ff74b8f182a10580a79735eaea7bf6739ff6fe8c0d806f662461b13b12dd469bd53791e6
|
||||
DIST bliss-initramfs-7.1.3.tar.gz 31278 BLAKE2B 3434f19908ba6203b5cc2b85972885c8d082b43e74deb704d145a4f7454b16b61bf5dfdf86c4485b322866633a8a869a2dace0adc612dbe15ad0c544b2058964 SHA512 b5c1d909d8393ae2a7cdb74dc46346c7fd5d3f6b0b7bebbc68b46a98ae0ae66ac94fa4d76329f6811b86b5b3a760c0aef9d5163c15eb65a2ad47bde4db970dad
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
|
||||
inherit python-single-r1
|
||||
|
||||
GITHUB_USER="fearedbliss"
|
||||
GITHUB_REPO="bliss-initramfs"
|
||||
GITHUB_TAG="${PV}"
|
||||
|
||||
DESCRIPTION="Boot your system's rootfs from ZFS, LVM, RAID, or a variety of other configs."
|
||||
HOMEPAGE="https://github.com/${GITHUB_USER}/${GITHUB_REPO}"
|
||||
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/archive/${GITHUB_TAG}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RESTRICT="strip"
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
app-arch/cpio
|
||||
virtual/udev"
|
||||
|
||||
S="${WORKDIR}/${GITHUB_REPO}-${GITHUB_TAG}"
|
||||
|
||||
src_install() {
|
||||
# Copy the main executable
|
||||
local executable="mkinitrd.py"
|
||||
exeinto "/opt/${PN}"
|
||||
doexe "${executable}"
|
||||
|
||||
# Copy the libraries required by this executable
|
||||
cp -r "${S}/files" "${D}/opt/${PN}" || die
|
||||
cp -r "${S}/pkg" "${D}/opt/${PN}" || die
|
||||
|
||||
# Copy documentation files
|
||||
dodoc README USAGE
|
||||
|
||||
# Make a symbolic link: /sbin/bliss-initramfs
|
||||
dosym "${EPREFIX}/opt/${PN}/${executable}" "/sbin/${PN}"
|
||||
}
|
||||
Reference in New Issue
Block a user