diff options
Diffstat (limited to 'sys-process/ftop/ftop-1.0.ebuild')
| -rw-r--r-- | sys-process/ftop/ftop-1.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-process/ftop/ftop-1.0.ebuild b/sys-process/ftop/ftop-1.0.ebuild deleted file mode 100644 index 337baa40..00000000 --- a/sys-process/ftop/ftop-1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# By eroen, 2013 -# Distributed under the terms of the ISC licence -# $Header: $ - -EAPI=5 - -inherit linux-info - -DESCRIPTION="Show progress of open files and file systems." -HOMEPAGE="https://code.google.com/p/ftop/" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -HDEPEND=">=sys-devel/autoconf-2.61" -LIBDEPEND="sys-libs/ncurses" -DEPEND="${LIBDEPEND}" -RDEPEND="${LIBDEPEND}" -[[ ${EAPI} == *-hdepend ]] || DEPEND+=" ${HDEPEND}" - -pkg_pretend() { - if ! kernel_is -ge 2 6 22; then - ewarn "${P} will have limited functionality when not running on" \ - "linux later than 2.6.22." - fi -} |
