sys-block/viaideinfo: Drop EAPI 0 ebuild
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 Nov 2019 18:31:05 +0000 (19:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 Nov 2019 18:31:05 +0000 (19:31 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-block/viaideinfo/viaideinfo-0.5.ebuild [deleted file]

diff --git a/sys-block/viaideinfo/viaideinfo-0.5.ebuild b/sys-block/viaideinfo/viaideinfo-0.5.ebuild
deleted file mode 100644 (file)
index 9d12b50..0000000
+++ /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
-}