summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-08-07 18:59:42 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-07 19:13:05 +0200
commit8149589fb11e8652f42812b2af459a6d38c4bebd (patch)
treec8168b1c63b086b2f6a58f0176e4f709911f32a6 /app-admin/dio
parentapp-admin/dio: fix build with sys-libs/ncurses[tinfo] (diff)
downloadgentoo-8149589fb11e8652f42812b2af459a6d38c4bebd.tar.gz
gentoo-8149589fb11e8652f42812b2af459a6d38c4bebd.tar.bz2
gentoo-8149589fb11e8652f42812b2af459a6d38c4bebd.zip
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
Diffstat (limited to 'app-admin/dio')
-rw-r--r--app-admin/dio/dio-1.5.2.ebuild28
1 files changed, 0 insertions, 28 deletions
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
-}