commit: 5a422969161cee9b6ba83581a836c0e84b0820d1 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Oct 11 11:10:41 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Oct 11 11:11:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a422969
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 <AT> gentoo.org> sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 00000000000..c936f5478a5 --- /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 +)