From 8149589fb11e8652f42812b2af459a6d38c4bebd Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Tue, 7 Aug 2018 18:59:42 +0200 Subject: app-admin/dio: drop old version Bug: https://bugs.gentoo.org/646802 Closes: https://github.com/gentoo/gentoo/pull/9372 Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- app-admin/dio/dio-1.5.2.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 app-admin/dio/dio-1.5.2.ebuild (limited to 'app-admin/dio') diff --git a/app-admin/dio/dio-1.5.2.ebuild b/app-admin/dio/dio-1.5.2.ebuild deleted file mode 100644 index 6087eb8c5354..000000000000 --- a/app-admin/dio/dio-1.5.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit toolchain-funcs - -DESCRIPTION="dio - Device I/O monitoring tool" -HOMEPAGE="https://github.com/donaldmcintosh/dio" -SRC_URI="https://github.com/donaldmcintosh/dio/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="sys-libs/ncurses:0" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/src" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin dio - doman dio.1 -} -- cgit v1.2.3-18-g5258