diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:33:09 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:33:09 +0200 |
commit | 6aeeee8fc331d85844b15f922f00d51b5e45fdaf (patch) | |
tree | acaeddf27cbee7392982826df3d87182c1253ad1 /app-admin/stability-watcher/stability-watcher-0.1.ebuild | |
parent | 856f99a7b2579ba76d12bb73df89f621041f4748 (diff) |
Disabled stability watcher. not its time yet
Diffstat (limited to 'app-admin/stability-watcher/stability-watcher-0.1.ebuild')
-rw-r--r-- | app-admin/stability-watcher/stability-watcher-0.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-admin/stability-watcher/stability-watcher-0.1.ebuild b/app-admin/stability-watcher/stability-watcher-0.1.ebuild deleted file mode 100644 index 750ada13..00000000 --- a/app-admin/stability-watcher/stability-watcher-0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2012 Rogentos Linux -# Distributed under the terms of the GNU General Public License v2 -# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> -# $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" -} |