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/grub-cfg-mv/grub-cfg-mv-1.3.ebuild
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/grub-cfg-mv/grub-cfg-mv-1.3.ebuild')
-rw-r--r--sys-boot/grub-cfg-mv/grub-cfg-mv-1.3.ebuild21
1 files changed, 21 insertions, 0 deletions
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
+}