summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-10-11 13:10:41 +0200
committerJeroen Roovers <jer@gentoo.org>2019-10-11 13:11:26 +0200
commit5a422969161cee9b6ba83581a836c0e84b0820d1 (patch)
treea7af0b9ad99f1d011ed1161b87860b46f0f5e4f2
parentapp-emacs/quilt-el: amd64 stable wrt bug #697426 (diff)
downloadgentoo-5a422969161cee9b6ba83581a836c0e84b0820d1.tar.gz
gentoo-5a422969161cee9b6ba83581a836c0e84b0820d1.tar.bz2
gentoo-5a422969161cee9b6ba83581a836c0e84b0820d1.zip
sys-block/viaideinfo: EAPI=7
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>
-rw-r--r--sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild b/sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild
new file mode 100644
index 000000000000..c936f5478a5a
--- /dev/null
+++ b/sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild
@@ -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
+)