diff options
Diffstat (limited to 'app-admin/cwatch/cwatch-9999.ebuild')
-rw-r--r-- | app-admin/cwatch/cwatch-9999.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-admin/cwatch/cwatch-9999.ebuild b/app-admin/cwatch/cwatch-9999.ebuild deleted file mode 100644 index c34e04f..0000000 --- a/app-admin/cwatch/cwatch-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit autotools git-2 - -DESCRIPTION="A lightweight program that monitors the file system activity" -HOMEPAGE="https://github.com/joebew42/cwatch" -EGIT_REPO_URI="https://github.com/joebew42/${PN}.git" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_prepare() { - eautoreconf -} |