From 080925c29786d01a8c2b192e56016ceb49478b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 9 Aug 2018 12:30:33 +0200 Subject: Try something with branding I expect this to fail with file colision.. --- sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild (limited to 'sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild') 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" +} -- cgit v1.2.3