From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/
Date: Sun, 10 Jun 2018 03:31:19 +0000 (UTC) [thread overview]
Message-ID: <1528601403.88c43eb3232ab9cedcac2955b8cd47a01cedd4e5.tamiko@gentoo> (raw)
commit: 88c43eb3232ab9cedcac2955b8cd47a01cedd4e5
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 03:23:20 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 03:30:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c43eb3
app-emulation/qemu-guest-agent: drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-emulation/qemu-guest-agent/Manifest | 1 -
.../qemu-guest-agent-2.11.0-r1.ebuild | 82 ----------------------
2 files changed, 83 deletions(-)
diff --git a/app-emulation/qemu-guest-agent/Manifest b/app-emulation/qemu-guest-agent/Manifest
index 80d1aa1f8e8..86876a40d79 100644
--- a/app-emulation/qemu-guest-agent/Manifest
+++ b/app-emulation/qemu-guest-agent/Manifest
@@ -1,3 +1,2 @@
-DIST qemu-2.11.0.tar.bz2 32816398 BLAKE2B 2014a8246f3cba9069186629d9ec8c221672fcfd3e8cd28a7e57f467add81f7bd84363183ef5cc5d18af91bde9186a4da49c0133c8ead83eae4626b9fc364e99 SHA512 3681700833573c0aa6283af950bfa298970056f1b44489088d8863840a7694512138321f86961ef43b256abf15eddd2612fb9cdbe3d9a358542d4e7037cc2004
DIST qemu-2.11.1.tar.bz2 32819412 BLAKE2B 6b6d4e7b8dcf33aeedb0b33bad267da07ad17c2eeeb5fbd2c038d760bc03224e55ba0f03eb248c62bc0e8636c2c660ea76b367eaea96bee16388053f82c8b8a9 SHA512 1b692bbdfc3dc785738c7192aa2a3f9cf53d9f5bf3b3f49fa8692050dc50f7056c8a4d1b527d48ffb2a674a0fd3a46d87addd1eaaa758f35eec1ab5adfe32354
DIST qemu-2.5.0.tar.bz2 25464996 BLAKE2B c2d36ed938644cb9e3a3541c16ceb09f1bc5f4897bc01d8974722fc167b4e5362e6674760ca7d22a8b157b20505d7643e2eea3810469e180c003857833f650aa SHA512 12153f94cc7f834fd6a85f25690c36f2331d88d414426fb8b9ac20a34e6f9222b1eda30b727674af583580fae90dfd6d0614a905dce1567d94cd049d426b9dd3
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.0-r1.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.0-r1.ebuild
deleted file mode 100644
index c30faf5bdb3..00000000000
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.0-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils systemd udev python-any-r1
-
-MY_PN="qemu"
-MY_P="${MY_PN}-${PV}"
-
-SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.bz2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-
-DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
-HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent"
-
-LICENSE="GPL-2 BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/glib
- x11-libs/pixman"
-
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.5.0-sysmacros.patch #580924
-)
-
-src_configure() {
- tc-export AR LD OBJCOPY
-
- local myconf=(
- --prefix=/usr
- --sysconfdir=/etc
- --libdir="/usr/$(get_libdir)"
- --localstatedir=/
- --disable-bsd-user
- --disable-linux-user
- --disable-system
- --disable-strip
- --disable-werror
- --enable-guest-agent
- --python="${PYTHON}"
- --cc="$(tc-getCC)"
- --cxx="$(tc-getCXX)"
- --host-cc="$(tc-getBUILD_CC)"
- )
- echo "./configure ${myconf[*]}"
- ./configure "${myconf[@]}" || die
-}
-
-src_compile() {
- emake V=1 qemu-ga
-}
-
-src_install() {
- dobin qemu-ga
-
- # Normal init stuff
- newinitd "${FILESDIR}/qemu-ga.init-r1" qemu-guest-agent
- newconfd "${FILESDIR}/qemu-ga.conf-r1" qemu-guest-agent
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}/qemu-ga.logrotate" qemu-guest-agent
-
- # systemd stuff
- udev_newrules "${FILESDIR}/qemu-ga-systemd.udev" 99-qemu-guest-agent.rules
-
- systemd_newunit "${FILESDIR}/qemu-ga-systemd.service" \
- qemu-guest-agent.service
-}
-
-pkg_postinst() {
- elog "You should add 'qemu-guest-agent' to the default runlevel."
- elog "e.g. rc-update add qemu-guest-agent default"
-}
next reply other threads:[~2018-06-10 3:31 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-10 3:31 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-26 23:35 [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/ Sam James
2025-08-26 15:26 Sam James
2025-08-26 15:26 Sam James
2025-08-11 8:52 Sam James
2025-03-03 20:52 Sam James
2025-03-03 20:48 Sam James
2024-12-30 14:11 Sam James
2024-12-02 14:50 Sam James
2024-07-03 21:21 Matthias Maier
2024-06-02 5:12 Sam James
2024-06-02 5:12 Sam James
2024-06-02 5:12 Sam James
2024-06-02 5:12 Sam James
2024-05-25 8:26 Sam James
2024-04-29 10:36 Joonas Niilola
2024-04-29 10:36 Joonas Niilola
2024-02-03 3:50 Ionen Wolkens
2024-02-02 3:58 Sam James
2023-08-13 7:42 Joonas Niilola
2023-08-13 7:42 Joonas Niilola
2023-08-01 7:28 Sam James
2023-06-18 3:00 Matthias Maier
2023-05-05 23:32 Matthias Maier
2023-03-04 8:31 Joonas Niilola
2023-03-04 8:27 Joonas Niilola
2023-03-04 8:26 Arthur Zamarin
2022-10-26 3:25 John Helmert III
2022-10-13 14:22 John Helmert III
2022-10-12 22:56 Sam James
2022-10-12 22:56 Sam James
2022-10-12 22:56 Sam James
2021-06-12 17:13 Sam James
2021-05-23 19:04 Michał Górny
2021-05-17 7:49 Agostino Sarubbo
2021-05-17 3:01 Sam James
2021-05-16 20:05 Matthias Maier
2020-05-27 15:23 Alexey Shvetsov
2020-05-27 15:23 Alexey Shvetsov
2020-04-20 9:52 Agostino Sarubbo
2020-04-20 7:53 Agostino Sarubbo
2020-04-19 18:12 Matthias Maier
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-04-29 7:14 Matthias Maier
2019-04-08 2:52 Matthias Maier
2019-01-07 0:16 Thomas Deutschmann
2019-01-06 12:26 Mikle Kolyada
2018-12-19 21:47 Matthias Maier
2018-10-20 16:07 Andreas Hüttel
2018-10-02 8:31 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-06-29 5:33 Matthias Maier
2018-06-29 4:50 Matthias Maier
2018-06-29 4:50 Matthias Maier
2018-06-11 8:13 Agostino Sarubbo
2018-06-10 18:46 Thomas Deutschmann
2018-06-10 3:41 Matthias Maier
2018-06-10 3:31 Matthias Maier
2018-03-18 21:02 Matthias Maier
2018-03-18 21:02 Matthias Maier
2018-03-18 21:02 Matthias Maier
2018-02-11 21:30 Matthias Maier
2018-02-11 21:30 Matthias Maier
2017-11-17 18:47 David Seifert
2017-11-13 3:38 Matthias Maier
2017-11-13 3:38 Matthias Maier
2017-05-03 12:27 Matthias Maier
2016-05-17 4:41 Mike Frysinger
2016-03-28 21:41 Mike Frysinger
2016-03-28 21:41 Mike Frysinger
2015-12-17 15:12 Mike Frysinger
2015-09-08 7:20 Agostino Sarubbo
2015-09-08 7:19 Agostino Sarubbo
2015-08-12 4:24 Mike Frysinger
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=1528601403.88c43eb3232ab9cedcac2955b8cd47a01cedd4e5.tamiko@gentoo \
--to=tamiko@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