diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /app-misc/rogentos-skel/rogentos-skel-1.ebuild |
Added ebuilds for kogaion desktop
Diffstat (limited to 'app-misc/rogentos-skel/rogentos-skel-1.ebuild')
-rw-r--r-- | app-misc/rogentos-skel/rogentos-skel-1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-misc/rogentos-skel/rogentos-skel-1.ebuild b/app-misc/rogentos-skel/rogentos-skel-1.ebuild new file mode 100644 index 00000000..224f8078 --- /dev/null +++ b/app-misc/rogentos-skel/rogentos-skel-1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Sabayon Linux and Rogentos Linux +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +EGIT_REPO_URI="git://github.com/BlackNoxis/roskel.git" + +inherit eutils git-2 fdo-mime + +DESCRIPTION="Rogentos Linux skel tree" +HOMEPAGE="http://www.rogentos.ro/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" +RDEPEND="" +DEPEND="!>app-misc/rogentos-skel-1 + !app-misc/sabayon-skel" + +src_install () { + dodir /etc/xdg/menus + cp "${S}"/* "${D}"/etc/ -Ra + chown root:root "${D}"/etc/skel -R + + insinto /etc/bash/ || die "Failed to insinto" + doins "${S}"/skel/.bash/bashrc /etc/bash/ || die "Cannot copy bashrc" +} |