summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2015-01-12 23:59:49 +0100
committerSebastian Pipping <sebastian@pipping.org>2015-01-12 23:59:49 +0100
commit52e7e736885ffe80c855281ad3de48fa1f8ad047 (patch)
treeb0d9f87bff1a6c4ac742339d5e8d07466b9d6acf
parentgrub2-themes/gutsblack-archlinux: 0_p20120706 (diff)
downloadgrub2-themes-52e7e736885ffe80c855281ad3de48fa1f8ad047.tar.gz
grub2-themes-52e7e736885ffe80c855281ad3de48fa1f8ad047.tar.bz2
grub2-themes-52e7e736885ffe80c855281ad3de48fa1f8ad047.zip
grub2-themes/cmoh-gentoo: 0.1
-rw-r--r--grub2-themes/cmoh-gentoo/Manifest2
-rw-r--r--grub2-themes/cmoh-gentoo/cmoh-gentoo-0.1.ebuild27
-rw-r--r--grub2-themes/cmoh-gentoo/metadata.xml8
3 files changed, 37 insertions, 0 deletions
diff --git a/grub2-themes/cmoh-gentoo/Manifest b/grub2-themes/cmoh-gentoo/Manifest
new file mode 100644
index 0000000..51436fd
--- /dev/null
+++ b/grub2-themes/cmoh-gentoo/Manifest
@@ -0,0 +1,2 @@
+DIST cmoh-gentoo-0.1.tar.gz 253414 SHA256 ac8ebffde390998a20e11a02e701b0a296dec29f9d164f92a94ba8f4847e9725 SHA512 97caa3c9c61377840755bbaee1a1969555ee9377b8fa7bb0535a277f792ffe3e814baa914e9957b3f8aee7b0a3c9da83bfb4dded566e06dbbd2acdff1a1cda01 WHIRLPOOL d5ff71546376e262729c7c12a6459abce8d75ff4062c545213b9f916f05c19a0c08efc3acf3e460dfeffac1250925d5bc7c8ed9dcd36a0f67595f9ee859219e3
+EBUILD cmoh-gentoo-0.1.ebuild 658 SHA256 3b542808dca677e440057b41acf41a2df5821535e93a8b3c4ceaa84fecfb2fd3 SHA512 d315af86cf41636cd4a17abb28773a10dbec347a06601e1e13218538d99a01df44114a5520abeb2906d287f2188b11511da7873855f43831c944f8f3bc88add0 WHIRLPOOL 498691140453d6f31c27820f7a07b23d75486014c5c1292d85602d1e5a060426ff11ca6408d3a0ca530a229b9a2962df541f9fcb115c625e2f8640cd0240f182
diff --git a/grub2-themes/cmoh-gentoo/cmoh-gentoo-0.1.ebuild b/grub2-themes/cmoh-gentoo/cmoh-gentoo-0.1.ebuild
new file mode 100644
index 0000000..1226cca
--- /dev/null
+++ b/grub2-themes/cmoh-gentoo/cmoh-gentoo-0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit grub2-theme
+
+DESCRIPTION="Gentoo Grub2 GFX theme by CMoH"
+HOMEPAGE="https://github.com/CMoH/grub2-theme-gentoo"
+SRC_URI="https://github.com/CMoH/grub2-theme-gentoo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# unclear licensing https://github.com/CMoH/grub2-theme-gentoo/issues/1
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"/grub2-theme-gentoo-${PV}
+RESTRICT="bindist mirror"
+
+src_install() {
+ insinto "${GRUB2_THEME_DIR}"/${PN}
+ doins -r icons
+ doins -r gentoo/*
+ dodoc README.md
+}
diff --git a/grub2-themes/cmoh-gentoo/metadata.xml b/grub2-themes/cmoh-gentoo/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/grub2-themes/cmoh-gentoo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>