Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtio-win/
Date: Mon, 11 Feb 2019 17:50:37
Message-Id: 1549907409.618cdc9cbeb8c8c672cf447496213e85ce5e0e5e.candrews@gentoo
1 commit: 618cdc9cbeb8c8c672cf447496213e85ce5e0e5e
2 Author: Maxime Lombard <berillions <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 22 22:37:19 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 17:50:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618cdc9c
7
8 app-emulation/virtio-win: version bump
9
10 Version bump to 0.1.160.
11 Signed-off-by: Maxime Lombard <berillions <AT> gmail.com>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 Closes: https://github.com/gentoo/gentoo/pull/10683
14 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
15
16 app-emulation/virtio-win/Manifest | 1 +
17 app-emulation/virtio-win/virtio-win-0.1.160.ebuild | 18 ++++++++++++++++++
18 2 files changed, 19 insertions(+)
19
20 diff --git a/app-emulation/virtio-win/Manifest b/app-emulation/virtio-win/Manifest
21 index 1c92e3d2d64..09b06452e39 100644
22 --- a/app-emulation/virtio-win/Manifest
23 +++ b/app-emulation/virtio-win/Manifest
24 @@ -2,4 +2,5 @@ DIST virtio-win-0.1.117.iso 56999936 BLAKE2B 7880ab46d194ed265a2e0b88ea98752be92
25 DIST virtio-win-0.1.118.iso 56967168 BLAKE2B 6bcabe5384ae297838d289ad6e2a18c08089463f6c5d58de8ace4d0d47396dcab60e0f021ca009d7faa7a81ef3fc855ac1aabefda4a540f9f07b25e12fa46048 SHA512 1a1da7bfbecb1cd02eca780583c486caadd5b76b225a469af0e693f08506bf9b582f57df52b670409a1cf0d887c0ab715ecca0f08802c242a93535d2d58134d9
26 DIST virtio-win-0.1.126.iso 155856896 BLAKE2B 88ccc79e43f2c9cf8d985b0d0677c76ec7eebc960eb8c6c2906cacb05e05f945a90d549bcab50754930bf43a84cd722034c3a06828622b47dc99d87fc5634528 SHA512 b57810f33746ed90420f12f6267903f595ddd02aecb8d3de58cd2d5c0b39ec2f31e0352c2548344e629827616bf2d3c284e1ff60d2132fdde39f2086b36af2e6
27 DIST virtio-win-0.1.141.iso 316628992 BLAKE2B 41663ebfd084e9e386eddc3db9ba2c9fe3313260fe3158bbb67c03270c0de37d4ce33e7b6f39ec1b8b5190a9fc8918364d0e9a4ac2a03cdc988e0f26d2062389 SHA512 909f4437b69cba1edfa857326986eb8c4b58835169d70117a5ff57bfa4ebc48f74d6ffa05de50732fb60551166544160fa3b4ec5c59cfb98daeb789902a9b119
28 +DIST virtio-win-0.1.160.iso 322842624 BLAKE2B baa1475055c2df609931e48cc4a18a2e24fcbf07ec9df80a94b1bdb77ca76c1278c5269a95422ea5c2363df424a30b8395b539689982d609096823ebc880afaf SHA512 71c9de9086fa5b5d764d210b5f7d0238c8b294aaf17704eabe16fe65c5649944126924870f0e2eb05d030c2f521770cb5760f4016d29319f5f1bd5deb7955e50
29 DIST virtio-win-0.1.96.iso 160659456 BLAKE2B 7e7784c7585af899881d44a60167e2cc08d40d5a575fd5b0815e218ddbc5e8ea3b37deda7352688364bc1c6d72186c2e1eecb5a616102576c13d61b890a330bf SHA512 a00311f29937383d0dd538b5156a078fdb0c93d39a91d66376a9567f3d4841eeb0ec2a8bf8b018d089040895c9f720e1b253a5aed8bd337dd8713a47544b2a61
30
31 diff --git a/app-emulation/virtio-win/virtio-win-0.1.160.ebuild b/app-emulation/virtio-win/virtio-win-0.1.160.ebuild
32 new file mode 100644
33 index 00000000000..d241154f4ed
34 --- /dev/null
35 +++ b/app-emulation/virtio-win/virtio-win-0.1.160.ebuild
36 @@ -0,0 +1,18 @@
37 +# Copyright 1999-2019 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +DESCRIPTION="VirtIO drivers for Windows virtual machines running on KVM"
43 +HOMEPAGE="https://fedoraproject.org/wiki/Windows_Virtio_Drivers"
44 +SRC_URI="https://fedorapeople.org/groups/virt/${PN}/direct-downloads/archive-virtio/${PN}-${PV}-1/${PN}-${PV}.iso"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +S=${WORKDIR}
50 +
51 +src_install() {
52 + insinto /usr/share/drivers/windows
53 + doins "${DISTDIR}/${PN}-${PV}.iso"
54 +}