From 8a9513f8deb5a96508e8bec6a5628b3b72a53f3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 23 Nov 2019 19:31:05 +0100 Subject: [PATCH] sys-block/viaideinfo: Drop EAPI 0 ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-block/viaideinfo/viaideinfo-0.5.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 sys-block/viaideinfo/viaideinfo-0.5.ebuild diff --git a/sys-block/viaideinfo/viaideinfo-0.5.ebuild b/sys-block/viaideinfo/viaideinfo-0.5.ebuild deleted file mode 100644 index 9d12b500408f..000000000000 --- a/sys-block/viaideinfo/viaideinfo-0.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Query VIA IDE controllers for various information" -HOMEPAGE="http://www.reactivated.net/software/viaideinfo" -SRC_URI="http://www.reactivated.net/software/viaideinfo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=sys-apps/pciutils-2.2.0" - -src_install() { - emake install DESTDIR="${D}" - dodoc ChangeLog NEWS README THANKS -} -- 2.26.2