From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F16D7138350 for ; Tue, 11 Feb 2020 14:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35548E0893; Tue, 11 Feb 2020 14:11:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02335E0893 for ; Tue, 11 Feb 2020 14:11:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 494FB34EB50 for ; Tue, 11 Feb 2020 14:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5843E35 for ; Tue, 11 Feb 2020 14:11:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1581430285.12eb7ace328d1658ea130d39c12a58e99df0d2b1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/bliss-initramfs/Manifest sys-kernel/bliss-initramfs/bliss-initramfs-8.0.0.ebuild sys-kernel/bliss-initramfs/metadata.xml X-VCS-Directories: sys-kernel/bliss-initramfs/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 12eb7ace328d1658ea130d39c12a58e99df0d2b1 X-VCS-Branch: master Date: Tue, 11 Feb 2020 14:11:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1fff496-e930-476e-bee4-daf79cb8d099 X-Archives-Hash: dd4457797d4c01ee86be2f34c879c294 commit: 12eb7ace328d1658ea130d39c12a58e99df0d2b1 Author: Jonathan Vasquez xyinn org> AuthorDate: Mon Feb 10 12:10:38 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Feb 11 14:11:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12eb7ace sys-kernel/bliss-initramfs: re-adding package Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jonathan Vasquez gentoo.org> Signed-off-by: Mikle Kolyada gentoo.org> sys-kernel/bliss-initramfs/Manifest | 1 + .../bliss-initramfs/bliss-initramfs-8.0.0.ebuild | 41 ++++++++++++++++++++++ sys-kernel/bliss-initramfs/metadata.xml | 11 ++++++ 3 files changed, 53 insertions(+) diff --git a/sys-kernel/bliss-initramfs/Manifest b/sys-kernel/bliss-initramfs/Manifest new file mode 100644 index 00000000000..df6704436ef --- /dev/null +++ b/sys-kernel/bliss-initramfs/Manifest @@ -0,0 +1 @@ +DIST bliss-initramfs-8.0.0.tar.gz 28234 BLAKE2B fc1295d9d203e32b5339e42b7c5565f669212e8c17b570b3f8a304dae32ec242c62b74f6dbccacd710b0cc2c4418c3b4a7af64dddc36a52f23881c74457cab7d SHA512 94bf5261cd1ddbf902e026f5e20344aa7def76115009fd18fe67efe65e24b376622ee852236b540452f0f2b2c847debf145602c73dee0113ea0215c7abcbe0df diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-8.0.0.ebuild b/sys-kernel/bliss-initramfs/bliss-initramfs-8.0.0.ebuild new file mode 100644 index 00000000000..a7d3488681d --- /dev/null +++ b/sys-kernel/bliss-initramfs/bliss-initramfs-8.0.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +inherit python-single-r1 + +DESCRIPTION="Boot your system's rootfs from OpenZFS/LUKS" +HOMEPAGE="https://github.com/fearedbliss/bliss-initramfs" +SRC_URI="https://github.com/fearedbliss/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="strip" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + ${PYTHON_DEPS} + app-arch/cpio + virtual/udev" + +S="${WORKDIR}/${PN}-${PV}" + +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.md README-MORE USAGE + + # Make a relative symbolic link: /sbin/bliss-initramfs + dosym "../opt/${PN}/${executable}" "/sbin/${PN}" +} diff --git a/sys-kernel/bliss-initramfs/metadata.xml b/sys-kernel/bliss-initramfs/metadata.xml new file mode 100644 index 00000000000..b09c5a9a69b --- /dev/null +++ b/sys-kernel/bliss-initramfs/metadata.xml @@ -0,0 +1,11 @@ + + + + + fearedbliss@gentoo.org + Jonathan Vasquez + + + fearedbliss/bliss-initramfs + +