From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtio-win/
Date: Wed, 1 Jun 2016 08:13:01 +0000 (UTC) [thread overview]
Message-ID: <1464768675.ff7e79d3113f02791550c2be91f28efaa9b29481.wizardedit@gentoo> (raw)
commit: ff7e79d3113f02791550c2be91f28efaa9b29481
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 08:08:32 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 08:11:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7e79d3
app-emulation/virtio-win: add 0.1.96 and 0.1.117 ebuilds
Package-Manager: portage-2.2.26
app-emulation/virtio-win/Manifest | 2 ++
app-emulation/virtio-win/metadata.xml | 11 +++++++++++
app-emulation/virtio-win/virtio-win-0.1.117.ebuild | 19 +++++++++++++++++++
app-emulation/virtio-win/virtio-win-0.1.96.ebuild | 19 +++++++++++++++++++
4 files changed, 51 insertions(+)
diff --git a/app-emulation/virtio-win/Manifest b/app-emulation/virtio-win/Manifest
new file mode 100644
index 0000000..2f47bd0
--- /dev/null
+++ b/app-emulation/virtio-win/Manifest
@@ -0,0 +1,2 @@
+DIST virtio-win-0.1.117.iso 56999936 SHA256 79a0721a363d5845b88aab7083986c20647cc3044a442879c4fa7eb601f98005 SHA512 695d4bf0bbe469269ef46735997c33d3bec83bec30b86ffefe6ee3a7142e4c70a5cdb6aeca1bef6b538792faee752296452535c0276a3f7686d8a96bdf9eb6d4 WHIRLPOOL 19285eebf0ff0129b100dbf314dfbf890201ebd709f73785e8e631ec6db51b2492bb495d8b76600011a5393e36e319782b2730df602928ecd11fb6626c4d56ea
+DIST virtio-win-0.1.96.iso 160659456 SHA256 438e1a52d3d7cc6847ba7bc828ba0d5f09f97eeb1e39f7042448d656282f870e SHA512 a00311f29937383d0dd538b5156a078fdb0c93d39a91d66376a9567f3d4841eeb0ec2a8bf8b018d089040895c9f720e1b253a5aed8bd337dd8713a47544b2a61 WHIRLPOOL 7093e596b95702c6bb310ff61ad474ca05457dc4df4aed4e52336139119f82e06421ed7c207250f70bd6354e33649de04e66a1618121f447a44732a68f3789aa
diff --git a/app-emulation/virtio-win/metadata.xml b/app-emulation/virtio-win/metadata.xml
new file mode 100644
index 0000000..0b65659
--- /dev/null
+++ b/app-emulation/virtio-win/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>wizardedit@gentoo.org</email>
+ <name>Austin English</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">crobinso/virtio-win-pkg-scripts</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-emulation/virtio-win/virtio-win-0.1.117.ebuild b/app-emulation/virtio-win/virtio-win-0.1.117.ebuild
new file mode 100644
index 0000000..24fd248
--- /dev/null
+++ b/app-emulation/virtio-win/virtio-win-0.1.117.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="VirtIO drivers for Windows virtual machines running on KVM"
+HOMEPAGE="https://fedoraproject.org/wiki/Windows_Virtio_Drivers"
+SRC_URI="https://fedorapeople.org/groups/virt/${PN}/direct-downloads/archive-virtio/${PN}-${PV}-1/${PN}-${PV}.iso"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+S=${WORKDIR}
+
+src_install() {
+ insinto /usr/share/drivers/windows
+ doins "${DISTDIR}/${PN}-${PV}.iso"
+}
diff --git a/app-emulation/virtio-win/virtio-win-0.1.96.ebuild b/app-emulation/virtio-win/virtio-win-0.1.96.ebuild
new file mode 100644
index 0000000..9748a01
--- /dev/null
+++ b/app-emulation/virtio-win/virtio-win-0.1.96.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="VirtIO drivers for Windows virtual machines running on KVM"
+HOMEPAGE="https://fedoraproject.org/wiki/Windows_Virtio_Drivers"
+SRC_URI="https://fedorapeople.org/groups/virt/${PN}/direct-downloads/archive-virtio/${PN}-${PV}/${PN}-${PV}.iso"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+S=${WORKDIR}
+
+src_install() {
+ insinto /usr/share/drivers/windows
+ doins "${DISTDIR}/${PN}-${PV}.iso"
+}
next reply other threads:[~2016-06-01 8:13 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-01 8:13 Austin English [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-08 18:01 [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtio-win/ Austin English
2016-10-27 22:30 Austin English
2017-11-27 22:49 Austin English
2019-02-11 17:50 Craig Andrews
2019-04-09 3:14 Austin English
2020-04-23 6:37 Joonas Niilola
2020-04-23 6:37 Joonas Niilola
2020-06-25 11:18 Joonas Niilola
2020-08-15 9:30 Joonas Niilola
2021-01-18 8:55 Joonas Niilola
2021-12-29 21:36 Dennis Lamm
2022-11-02 14:24 Joonas Niilola
2022-11-02 14:24 Joonas Niilola
2022-11-18 8:18 Joonas Niilola
2022-11-18 8:18 Joonas Niilola
2023-02-01 17:13 Ulrich Müller
2023-02-01 17:13 Ulrich Müller
2023-07-07 21:57 Conrad Kostecki
2023-12-26 6:17 Viorel Munteanu
2023-12-26 6:17 Viorel Munteanu
2024-04-20 7:40 Joonas Niilola
2024-04-20 7:40 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464768675.ff7e79d3113f02791550c2be91f28efaa9b29481.wizardedit@gentoo \
--to=wizardedit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox