From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2128138334 for ; Tue, 7 Aug 2018 17:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B71FE07F1; Tue, 7 Aug 2018 17:15:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D435AE07F1 for ; Tue, 7 Aug 2018 17:15:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDB50335CD0 for ; Tue, 7 Aug 2018 17:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04D74396 for ; Tue, 7 Aug 2018 17:15:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1533661985.8149589fb11e8652f42812b2af459a6d38c4bebd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/dio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/dio/dio-1.5.2.ebuild X-VCS-Directories: app-admin/dio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8149589fb11e8652f42812b2af459a6d38c4bebd X-VCS-Branch: master Date: Tue, 7 Aug 2018 17:15:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a7ea0ce1-3c12-45aa-ae9f-2605d6125e45 X-Archives-Hash: 467e81071277ef4a4d69a84cc1b2b1f3 commit: 8149589fb11e8652f42812b2af459a6d38c4bebd Author: Conrad Kostecki kostecki com> AuthorDate: Tue Aug 7 16:59:42 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 7 17:13:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8149589f 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(-) 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 6087eb8c535..00000000000 --- 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 -}