From 7a2d100d10e6698c815fbb8fdfa526d6954cefd4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Jul 2017 19:50:26 +0100 Subject: update distfiles location --- .../redcore-artwork-calamares-1706-r1.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild (limited to 'x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild') diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild new file mode 100644 index 00000000..8837bf84 --- /dev/null +++ b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Redcore Linux branding component for Calamares" +HOMEPAGE="http://redcorelinux.org" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${WORKDIR}/${P}" + +src_install() { + dodir /etc/calamares/branding/redcore_branding || die + insinto /etc/calamares/branding/redcore_branding || die + doins -r "${S}"/* || die +} -- cgit v1.2.3