From be9c3e49ce2b8bc5b687c873e09cf61e543cfc4b Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 14 Jan 2018 00:55:34 +0100 Subject: sys-boot/grub-cfg-mv: Version bump --- sys-boot/grub-cfg-mv/Manifest | 2 +- sys-boot/grub-cfg-mv/grub-cfg-mv-1.2.ebuild | 21 --------------------- sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild | 21 +++++++++++++++++++++ 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 sys-boot/grub-cfg-mv/grub-cfg-mv-1.2.ebuild create mode 100644 sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild (limited to 'sys-boot') 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.2.ebuild deleted file mode 100644 index e2cd8456..00000000 --- a/sys-boot/grub-cfg-mv/grub-cfg-mv-1.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" - -DESCRIPTION="A grub.cfg library/example for GRUB2" -HOMEPAGE="https://github.com/vaeth/grub-cfg-mv/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -src_install() { - insinto /boot/grub - doins boot/grub/grub-mv.cfg - newins boot/grub/grub.cfg grub-mv-example.cfg - dodoc README -} diff --git a/sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild b/sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild new file mode 100644 index 00000000..ac7f8320 --- /dev/null +++ b/sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" + +DESCRIPTION="A grub.cfg library/example for GRUB2" +HOMEPAGE="https://github.com/vaeth/grub-cfg-mv/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +src_install() { + insinto /boot/grub + doins boot/grub/grub-mv.cfg + newins boot/grub/grub.cfg grub-mv-example.cfg + dodoc README.md +} -- cgit v1.2.3-65-gdbad