sys-kernel/bliss-initramfs: version bump to 7.1.2, removing older

versions.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Jonathan Vasquez
2018-01-08 17:20:23 -05:00
parent b7fcc77358
commit 507aa2b00d
4 changed files with 2 additions and 93 deletions

View File

@@ -1,3 +1 @@
DIST bliss-initramfs-6.8.3.tar.gz 50581 BLAKE2B a877613d7b79cb91538db0038afcfbdb71e2ff07fa8f8908789b24f5664e3c14e2bdd72f1849b2a5b512144c91d3a9d3b6a08b1ede5bdfc01691818c8ac2f017 SHA512 951063a87d5f7ce52803916746fffda96321a25f2ba4943095f2bd87b4a65e6bce93846babe2d0f3382d364f29afa389b18471553bd32a5609143d5ad333b1b5
DIST bliss-initramfs-7.1.0.tar.gz 30805 BLAKE2B a98b8201374f04fbbaba28b777fda8b623b818a9bd334e4d9adff70c5eda336b59bd30dc72585706e80caee26400e71ef983a00ad88439142a6bc881d49fc081 SHA512 7a7f297756dfb6abb86d2f9159c9ab92ca6e5c24022c0563584a6f82396b88f16bac09bf746f9acd94ef05304e285c6978c7ff3026434c16ef9d50e6064fe85b
DIST bliss-initramfs-7.1.1.tar.gz 30781 BLAKE2B 7b71129235a3c2a63c5bf5787742637a6f61044b28e433612b58de5dbc684211e6db3a9aece4dd6d3378740fdd9704db68de66819d0f8c43fa901c5256a422b9 SHA512 2e98cbf3026ddbf5bf7234c695fd38da4ab1c443fe067c222f0dcb83d1258ad41fbdac85934a672bd32a74613165ff4a0c00c5bc50058da5b6aacdea43f9e75f
DIST bliss-initramfs-7.1.2.tar.gz 31178 BLAKE2B 980ab01fc13c5e8863fc89853568add99a30ff66faa4d3ec05a3ebb2cf2b3ac97cc36e8cc958296917562abe09c83739790d514d530a38e516d808710c12951e SHA512 cbd13a5a34b1b5936d73234c322b317f50d3fd0e118043301f55ddc5ff74b8f182a10580a79735eaea7bf6739ff6fe8c0d806f662461b13b12dd469bd53791e6

View File

@@ -1,44 +0,0 @@
# Copyright 1999-2017 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="GPL-3+"
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 CHANGES README USAGE
# Make a symbolic link: /sbin/bliss-initramfs
dosym "${EPREFIX}/opt/${PN}/${executable}" "/sbin/${PN}"
}

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2017 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}"
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6