public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-backup/grub-btrfs/files/, app-backup/grub-btrfs/
Date: Thu,  7 Oct 2021 20:53:48 +0000 (UTC)	[thread overview]
Message-ID: <1633640027.b91bab108d140898a527b16a4e0ee54636713428.pascal.jaeger@gentoo> (raw)

commit:     b91bab108d140898a527b16a4e0ee54636713428
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Oct  7 20:39:54 2021 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu Oct  7 20:53:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b91bab10

app-backup/grub-btrfs: bump to new version 4.10.2, fixed 816684

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 app-backup/grub-btrfs/Manifest                              |  2 +-
 .../files/grub-btrfs-4.10.2-remove-docs-from-make.patch     | 13 +++++++++++++
 .../{grub-btrfs-4.10.1.ebuild => grub-btrfs-4.10.2.ebuild}  |  8 ++++++++
 3 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/app-backup/grub-btrfs/Manifest b/app-backup/grub-btrfs/Manifest
index 767ea459d..63e8b06f8 100644
--- a/app-backup/grub-btrfs/Manifest
+++ b/app-backup/grub-btrfs/Manifest
@@ -1 +1 @@
-DIST grub-btrfs-4.10.1.tar.gz 24581 BLAKE2B 10cba8c3e22ff44c347e331fc8e6f108a947e912db042aca5b61307f01058cef82d44033ce2e1fc36d926e178d2bdd397beac30a7adf89b811ebdba1fb12b112 SHA512 e9d395ad56e3095ca27a92f2ceedb699249ea14b29a351e3db13cf27aa8999a9de2bfdca565a5ed359744f88c0dc6f8919b32c8283c763f5facc7b01e98a08c5
+DIST grub-btrfs-4.10.2.tar.gz 25021 BLAKE2B d7fe9eed9a08b79e25a52f37bd86fcb30755bcaa567fc83707340e8d5163ba0959151b711576ccaf06327d38809034740b62dbd526cf49a14554ca6417ab59ae SHA512 26a565db2bacaf3a186f3d0d0827c8dc75204a0d96aeccda13e78f15f81ed1ec79bef8ce65fb63fa35808427ae700e39ada53349c6829d08f0a57e34d37c6b47

diff --git a/app-backup/grub-btrfs/files/grub-btrfs-4.10.2-remove-docs-from-make.patch b/app-backup/grub-btrfs/files/grub-btrfs-4.10.2-remove-docs-from-make.patch
new file mode 100644
index 000000000..e254040f9
--- /dev/null
+++ b/app-backup/grub-btrfs/files/grub-btrfs-4.10.2-remove-docs-from-make.patch
@@ -0,0 +1,13 @@
+--- a/Makefile
++++ b/Makefile
+@@ -23,8 +23,8 @@ install:
+ 		install -Dm644 "initramfs/Arch Linux/overlay_snap_ro-install" "$(LIB_DIR)/initcpio/install/grub-btrfs-overlayfs"; \
+ 		install -Dm644 "initramfs/Arch Linux/overlay_snap_ro-hook" "$(LIB_DIR)/initcpio/hooks/grub-btrfs-overlayfs"; \
+ 	 fi
+-	@install -Dm644 -t "$(SHARE_DIR)/doc/$(PKGNAME)/" README.md
+-	@install -Dm644 "initramfs/readme.md" "$(SHARE_DIR)/doc/$(PKGNAME)/initramfs-overlayfs.md"
++#	@install -Dm644 -t "$(SHARE_DIR)/doc/$(PKGNAME)/" README.md
++#	@install -Dm644 "initramfs/readme.md" "$(SHARE_DIR)/doc/$(PKGNAME)/initramfs-overlayfs.md"
+ 
+ uninstall:
+ 	@if test "$(shell id -u)" != 0; then \

diff --git a/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild b/app-backup/grub-btrfs/grub-btrfs-4.10.2.ebuild
similarity index 76%
rename from app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild
rename to app-backup/grub-btrfs/grub-btrfs-4.10.2.ebuild
index 146919a6b..27c5d8136 100644
--- a/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild
+++ b/app-backup/grub-btrfs/grub-btrfs-4.10.2.ebuild
@@ -11,6 +11,8 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+PATCHES=( "${FILESDIR}/${P}-remove-docs-from-make.patch" )
+
 
 DEPEND="
 	sys-fs/btrfs-progs
@@ -25,6 +27,12 @@ src_prepare() {
 src_compile(){
 	true
 }
+src_install(){
+	default
+	dodoc README.md
+	mv ./initramfs/readme.md initramfs-overlayfs.md
+	dodoc initramfs-overlayfs.md
+}
 
 pkg_postinst() {
 	elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu."


             reply	other threads:[~2021-10-07 20:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-07 20:53 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-15 20:16 [gentoo-commits] repo/proj/guru:dev commit in: app-backup/grub-btrfs/files/, app-backup/grub-btrfs/ Pascal Jäger
2022-11-20 22:06 Pascal Jäger

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=1633640027.b91bab108d140898a527b16a4e0ee54636713428.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --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