diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-06-17 10:20:27 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-06-17 10:20:27 +0300 |
commit | 5359339cba57840d9419efbbba3339ab38ba1d3c (patch) | |
tree | ad8d65b00297b42dbd265294636ae2fc649e99cb /app-misc/kogaion-live/kogaion-live-1.ebuild | |
parent | a91f585ba88c932f5574db6bff12ced4007e042c (diff) |
Revert "[kogaion-live] dropping old style kogaion-live."
Reverting kogaion-live drop, adding the ebuilds back, they're not needed to be dropped
Diffstat (limited to 'app-misc/kogaion-live/kogaion-live-1.ebuild')
-rw-r--r-- | app-misc/kogaion-live/kogaion-live-1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/kogaion-live/kogaion-live-1.ebuild b/app-misc/kogaion-live/kogaion-live-1.ebuild new file mode 100644 index 00000000..40d8a24c --- /dev/null +++ b/app-misc/kogaion-live/kogaion-live-1.ebuild @@ -0,0 +1,33 @@ +# Copyright 2004-2014 Sabayon +# Copyright 2012-2014 RogentOS +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +EGIT_REPO_URI="git://github.com/RogentOS/kogaion-live.git" +EGIT_COMMIT="v${PV}" + +inherit eutils systemd git-2 + +DESCRIPTION="RogentOS live image scripts and tools" +HOMEPAGE="http://www.sabayon.org" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="amd64 arm x86" +IUSE="" + +DEPEND="" +RDEPEND="!app-misc/livecd-tools + app-eselect/eselect-opengl + dev-util/dialog + sys-apps/gawk + sys-apps/pciutils + sys-apps/keyboard-configuration-helpers + sys-apps/sed" + +src_install() { + emake DESTDIR="${D}" SYSV_INITDIR="/etc/init.d" \ + SYSTEMD_UNITDIR="$(systemd_get_unitdir)" \ + install || die +} |