From 7224c1253228e5c29c78cb3f0f26ce34770f2356 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 15 Feb 2014 23:24:26 +0200 Subject: Added ebuilds for kogaion desktop --- .../stability-watcher/stability-watcher-0.1.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 app-admin/stability-watcher/stability-watcher-0.1.ebuild (limited to 'app-admin/stability-watcher/stability-watcher-0.1.ebuild') diff --git a/app-admin/stability-watcher/stability-watcher-0.1.ebuild b/app-admin/stability-watcher/stability-watcher-0.1.ebuild new file mode 100644 index 00000000..750ada13 --- /dev/null +++ b/app-admin/stability-watcher/stability-watcher-0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2012 Rogentos Linux +# Distributed under the terms of the GNU General Public License v2 +# Maintainer BlackNoxis +# $Header: $ + +EAPI=4 + +DESCRIPTION="Offical Rogentos Stability Watcher" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="" + +LICENSE="GPL-v2" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="" +RDEPEND="sys-apps/openrc" +DEPEND="${RDEPEND}" + +S="${WORKDIR}" + +src_install() { + ewarn "This is available for only Entropy package manager" || die + insinto /etc/entropy/packages/package.mask.d/ + doins "${FILESDIR}"/07-rogentos-packages.mask || die + #insinto /etc/entropy/repositories.conf.d/ + #doins "${FILESDIR}"/entropy_sabayonlinux.org || die +} + +pkg_postinst() { + einfo "Please report bugs or glitches to" + einfo "BlackNoxis" +} -- cgit v1.2.3