diff options
author | Cristian Moldovan <cristian@crismblog.ro> | 2015-06-19 09:18:30 +0300 |
---|---|---|
committer | Cristian Moldovan <cristian@crismblog.ro> | 2015-06-19 09:18:30 +0300 |
commit | b81de13a45795842f4d296c2dfff6aab2a9dd97e (patch) | |
tree | 039b13059e556a8a7461281b623c903c616318d5 /x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-2.0.ebuild | |
parent | 975d01bc65f0f9190808c0d3cddf3131a790a8f6 (diff) | |
parent | 4772dd84c7144b95c0489f25f669006726af8cfe (diff) |
Merge pull request #1 from Rogentos/master
Database Update
Diffstat (limited to 'x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-2.0.ebuild')
-rw-r--r-- | x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-2.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-2.0.ebuild b/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-2.0.ebuild new file mode 100644 index 00000000..8999a45e --- /dev/null +++ b/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-2.0.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="Kogaion Linux 2.0 branding component for Calamares" +HOMEPAGE="http://rogentos.ro" +SRC_URI="http://venerix.rogentos.ro/kogaion/${PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${WORKDIR}/${PN}-${PV}" + +src_install() { + dodir /etc/calamares/branding/kogaion_branding || die + insinto /etc/calamares/branding/kogaion_branding || die + doins -r "${S}"/* || die +} |