summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-09 12:30:33 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-09 12:30:33 +0200
commit080925c29786d01a8c2b192e56016ceb49478b24 (patch)
tree2eb4b889c4e5624fcf4469ef30236c897c284d76 /sys-boot
parent240dabc125bf7f0bcb5fef936bcabdef3475c4b2 (diff)
downloadgentoo-personal-overlay-080925c29786d01a8c2b192e56016ceb49478b24.tar.gz
gentoo-personal-overlay-080925c29786d01a8c2b192e56016ceb49478b24.tar.bz2
gentoo-personal-overlay-080925c29786d01a8c2b192e56016ceb49478b24.zip
Try something with branding
I expect this to fail with file colision..
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/gentoo-branding/files/issue13
-rw-r--r--sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild17
2 files changed, 30 insertions, 0 deletions
diff --git a/sys-boot/gentoo-branding/files/issue b/sys-boot/gentoo-branding/files/issue
new file mode 100644
index 0000000..9de90ce
--- /dev/null
+++ b/sys-boot/gentoo-branding/files/issue
@@ -0,0 +1,13 @@
+\e{blue}
+ .
+ .vir. d$b
+ .d$$$$$$b. .cd$$b. .d$$b. d$$$$$$$$$$$b .d$$b. .d$$b.
+ $$$$( )$$$b d$$$()$$$. d$$$$$$$b Q$$$$$$$P$$$P.$$$$$$$b. .$$$$$$$b.
+ Q$$$$$$$$$$B$$$$$$$$P" d$$$PQ$$$$b. $$$$. .$$$P' `$$$ .$$$P' `$$$
+ "$$$$$$$P Q$$$$$$$b d$$$P Q$$$$b $$$$b $$$$b..d$$$ $$$$b..d$$$
+ d$$$$$$P" "$$$$$$$$ Q$$$ Q$$$$ $$$$$ `Q$$$$$$$P `Q$$$$$$$P
+ $$$$$$$P `""""" "" "" Q$$$P "Q$$$P" "Q$$$P"
+ `Q$$P" """
+\e{reset}
+\e{green}\n\e{reset} (\s \r) \e{red}\l\e{reset}
+
diff --git a/sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild b/sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild
new file mode 100644
index 0000000..575de8b
--- /dev/null
+++ b/sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Additional brandings for gentoo"
+HOMEPAGE="http://git.cynerd.cz/gentoo-personal-overlay/"
+S="${WORKDIR}"
+
+LICENSE="GPL-3.0+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+src_install() {
+ insinto /etc
+ doins "${FILESDIR}/issue"
+}