From: "Jonathan Vasquez" <fearedbliss@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/
Date: Mon, 13 Jul 2020 15:10:12 +0000 (UTC) [thread overview]
Message-ID: <1594652984.80d032bde26361202313da78e6850595ad3c67ee.fearedbliss@gentoo> (raw)
commit: 80d032bde26361202313da78e6850595ad3c67ee
Author: Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 15:09:44 2020 +0000
Commit: Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 15:09:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d032bd
sys-kernel/bliss-initramfs: bumped to 8.1.0
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jonathan Vasquez <fearedbliss <AT> gentoo.org>
sys-kernel/bliss-initramfs/Manifest | 1 +
.../bliss-initramfs/bliss-initramfs-8.1.0.ebuild | 56 ++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/sys-kernel/bliss-initramfs/Manifest b/sys-kernel/bliss-initramfs/Manifest
index df6704436ef..a466b19a52d 100644
--- a/sys-kernel/bliss-initramfs/Manifest
+++ b/sys-kernel/bliss-initramfs/Manifest
@@ -1 +1,2 @@
DIST bliss-initramfs-8.0.0.tar.gz 28234 BLAKE2B fc1295d9d203e32b5339e42b7c5565f669212e8c17b570b3f8a304dae32ec242c62b74f6dbccacd710b0cc2c4418c3b4a7af64dddc36a52f23881c74457cab7d SHA512 94bf5261cd1ddbf902e026f5e20344aa7def76115009fd18fe67efe65e24b376622ee852236b540452f0f2b2c847debf145602c73dee0113ea0215c7abcbe0df
+DIST bliss-initramfs-8.1.0.tar.gz 34464 BLAKE2B 5cc4c547fa9fadc91b21f9e752242dd1f3fa81a589457297c2d058fa811ea08deb3aacdcc5f2448856fd1d1c627037c47796f69b39b9691a60d8b0bcfc499cff SHA512 bee5e206ddd388a06ef876d99e36d0e1587d9148d890761e4d56b27e12c83c9a51794a3c9e99cac70de9729297e27051d6c323986f13cf8b3666a6ec66b85090
diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0.ebuild b/sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0.ebuild
new file mode 100644
index 00000000000..e6bfbec84ca
--- /dev/null
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0.ebuild
@@ -0,0 +1,56 @@
+# 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}"
+
+CONFIG_FILE="/etc/bliss-initramfs/settings.json"
+
+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_AND_OPTIONS
+
+ # Copy the configuration file for the user
+ dodir "/etc/${PN}"
+ cp "${S}/files/default-settings.json" "${D}${CONFIG_FILE}"
+
+ # Make a relative symbolic link: /sbin/bliss-initramfs
+ dosym "../opt/${PN}/${executable}" "/sbin/${PN}"
+}
+
+pkg_postinst() {
+ elog "As of version 8.1.0, ${PN} has a new centralized configuration architecture."
+ elog "Any customizations you want to provide to ${PN} should be done by modifying"
+ elog "${CONFIG_FILE}. You can use the \"-c/--config\" option to provide"
+ elog "an alternate configuration path.\n"
+ elog "For a full list of changes, please read the release info located here:"
+ elog "https://github.com/fearedbliss/bliss-initramfs/releases/tag/8.1.0"
+}
next reply other threads:[~2020-07-13 15:10 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-13 15:10 Jonathan Vasquez [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-31 9:24 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/ Pacho Ramos
2023-05-03 5:20 Michał Górny
2022-04-17 19:17 Sam James
2021-12-26 0:20 Sam James
2021-05-24 18:52 Michał Górny
2020-09-20 13:25 Jonathan Vasquez
2020-09-06 20:29 Jonathan Vasquez
2020-09-03 16:38 Jonathan Vasquez
2020-09-03 16:38 Jonathan Vasquez
2020-07-18 16:35 Jonathan Vasquez
2020-07-18 16:35 Jonathan Vasquez
2020-07-18 16:35 Jonathan Vasquez
2020-07-18 16:35 Jonathan Vasquez
2020-07-13 23:52 Jonathan Vasquez
2020-02-23 22:10 Jonathan Vasquez
2020-02-11 14:11 Mikle Kolyada
2018-03-26 0:36 Jonathan Vasquez
2018-03-26 0:36 Jonathan Vasquez
2018-02-27 1:12 Jonathan Vasquez
2018-01-08 22:22 Jonathan Vasquez
2017-11-17 16:54 Jonathan Vasquez
2017-08-12 14:12 Jonathan Vasquez
2017-07-27 12:41 Jonathan Vasquez
2017-07-01 16:38 Jonathan Vasquez
2017-04-19 1:45 Jonathan Vasquez
2017-04-19 1:45 Jonathan Vasquez
2017-03-14 20:06 Jonathan Vasquez
2017-03-14 18:32 Jonathan Vasquez
2017-03-14 18:32 Jonathan Vasquez
2017-03-14 18:32 Jonathan Vasquez
2017-02-09 14:40 Jonathan Vasquez
2017-02-09 14:38 Jonathan Vasquez
2017-02-09 14:38 Jonathan Vasquez
2017-02-09 14:38 Jonathan Vasquez
2017-01-27 2:20 Jonathan Vasquez
2017-01-27 2:18 Jonathan Vasquez
2016-11-25 20:34 Jonathan Vasquez
2016-11-08 4:53 Jonathan Vasquez
2016-11-05 19:25 Jonathan Vasquez
2016-11-05 18:46 Jonathan Vasquez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1594652984.80d032bde26361202313da78e6850595ad3c67ee.fearedbliss@gentoo \
--to=fearedbliss@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox