sys-block/viaideinfo: EAPI=7
authorJeroen Roovers <jer@gentoo.org>
Fri, 11 Oct 2019 11:10:41 +0000 (13:10 +0200)
committerJeroen Roovers <jer@gentoo.org>
Fri, 11 Oct 2019 11:11:26 +0000 (13:11 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Bug: https://bugs.gentoo.org/show_bug.cgi?id=697190
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild [new file with mode: 0644]

diff --git a/sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild b/sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild
new file mode 100644 (file)
index 0000000..c936f54
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+DEPEND=">=sys-apps/pciutils-2.2.0"
+RDEPEND="${DEPEND}"
+DOCS=(
+       ChangeLog NEWS README THANKS
+)