summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-01-14 00:55:34 +0100
committerMartin Väth <martin@mvath.de>2018-01-14 00:55:34 +0100
commitbe9c3e49ce2b8bc5b687c873e09cf61e543cfc4b (patch)
tree8e3cf1a426e65a0e437e70b45e010e8c89729ceb /sys-boot
parentRemove avidemux which is now bumped in the gentoo repository (diff)
downloadmv-be9c3e49ce2b8bc5b687c873e09cf61e543cfc4b.tar.gz
mv-be9c3e49ce2b8bc5b687c873e09cf61e543cfc4b.tar.bz2
mv-be9c3e49ce2b8bc5b687c873e09cf61e543cfc4b.zip
sys-boot/grub-cfg-mv: Version bump
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub-cfg-mv/Manifest2
-rw-r--r--sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild (renamed from sys-boot/grub-cfg-mv/grub-cfg-mv-1.2.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub-cfg-mv/Manifest b/sys-boot/grub-cfg-mv/Manifest
index 61190b00..3a1848e6 100644
--- a/sys-boot/grub-cfg-mv/Manifest
+++ b/sys-boot/grub-cfg-mv/Manifest
@@ -1 +1 @@
-DIST grub-cfg-mv-1.2.tar.gz 4619 SHA512 2efbfd6fe48d1f8ad903a51a740c1cbd94921348391eb64b518e230a53bee4da4bf3931a5a858af3f6aaa1fe0943f81acea88d5c9dcbc8bb53d161cd8b109d16
+DIST grub-cfg-mv-1.3.tar.gz 4657 SHA512 87c8adda6bf4bed4cc72dbe3fa6f8caf129c3a177b758c7c77d31150db1ba94d3e9b1bd1ecf5b269588b42c030adac6a75822edfe6aa5817e88444a2586e1f9f
diff --git a/sys-boot/grub-cfg-mv/grub-cfg-mv-1.2.ebuild b/sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild
index e2cd8456..ac7f8320 100644
--- a/sys-boot/grub-cfg-mv/grub-cfg-mv-1.2.ebuild
+++ b/sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,5 +17,5 @@ src_install() {
insinto /boot/grub
doins boot/grub/grub-mv.cfg
newins boot/grub/grub.cfg grub-mv-example.cfg
- dodoc README
+ dodoc README.md
}