summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-10-05 18:41:03 +0200
committerMartin Väth <martin@mvath.de>2016-10-05 18:41:03 +0200
commit78099c136dd4bd52ea777b43c757276c4a049dc4 (patch)
tree3af302cdac0a30dd836a485e1c2732d91171ad3e
parentmedia-video/video-mv: Version bump (diff)
downloadmv-78099c136dd4bd52ea777b43c757276c4a049dc4.tar.gz
mv-78099c136dd4bd52ea777b43c757276c4a049dc4.tar.bz2
mv-78099c136dd4bd52ea777b43c757276c4a049dc4.zip
sys-boot/grub-cfg-mv: New ebuild
-rw-r--r--sys-boot/grub-cfg-mv/Manifest1
-rw-r--r--sys-boot/grub-cfg-mv/grub-cfg-mv-1.0.ebuild21
-rw-r--r--sys-boot/grub-cfg-mv/metadata.xml16
3 files changed, 38 insertions, 0 deletions
diff --git a/sys-boot/grub-cfg-mv/Manifest b/sys-boot/grub-cfg-mv/Manifest
new file mode 100644
index 00000000..411f8e03
--- /dev/null
+++ b/sys-boot/grub-cfg-mv/Manifest
@@ -0,0 +1 @@
+DIST grub-cfg-mv-1.0.tar.gz 4572 SHA256 65057521805786ede691fbdb97d1ab0342475d2a401e228c9348521df3f516c2
diff --git a/sys-boot/grub-cfg-mv/grub-cfg-mv-1.0.ebuild b/sys-boot/grub-cfg-mv/grub-cfg-mv-1.0.ebuild
new file mode 100644
index 00000000..38f88461
--- /dev/null
+++ b/sys-boot/grub-cfg-mv/grub-cfg-mv-1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2016 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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-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/metadata.xml b/sys-boot/grub-cfg-mv/metadata.xml
new file mode 100644
index 00000000..816b5f0b
--- /dev/null
+++ b/sys-boot/grub-cfg-mv/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+ </maintainer>
+ <bugs-to>mailto:martin@mvath.de</bugs-to>
+ <remote-id type="github">vaeth/grub-cfg-mv</remote-id>
+ </upstream>
+</pkgmetadata>