summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-23 19:31:05 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-23 19:31:05 +0100
commit8a9513f8deb5a96508e8bec6a5628b3b72a53f3b (patch)
tree2ab92871baf7463c9eebc428e3eaad27f7b3d676 /sys-block
parentsys-block/scsiping: Drop EAPI 0 ebuild (diff)
downloadgentoo-8a9513f8deb5a96508e8bec6a5628b3b72a53f3b.tar.gz
gentoo-8a9513f8deb5a96508e8bec6a5628b3b72a53f3b.tar.bz2
gentoo-8a9513f8deb5a96508e8bec6a5628b3b72a53f3b.zip
sys-block/viaideinfo: Drop EAPI 0 ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/viaideinfo/viaideinfo-0.5.ebuild20
1 files changed, 0 insertions, 20 deletions
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
-}