From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/
Date: Wed, 18 Nov 2015 21:15:34 +0000 (UTC) [thread overview]
Message-ID: <1447881327.ea6d87d63ccfc8358d7c918f8201e9e8562607d2.tamiko@gentoo> (raw)
commit: ea6d87d63ccfc8358d7c918f8201e9e8562607d2
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 21:00:16 2015 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 21:15:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6d87d6
app-emulation/spice-vdagent: drop old versions
Package-Manager: portage-2.2.24
app-emulation/spice-vdagent/Manifest | 1 -
.../spice-vdagent/spice-vdagent-0.12.0.ebuild | 54 ----------------------
2 files changed, 55 deletions(-)
diff --git a/app-emulation/spice-vdagent/Manifest b/app-emulation/spice-vdagent/Manifest
index c81cba6..628197d 100644
--- a/app-emulation/spice-vdagent/Manifest
+++ b/app-emulation/spice-vdagent/Manifest
@@ -1,2 +1 @@
-DIST spice-vdagent-0.12.0.tar.bz2 114252 SHA256 e0bee1985c2c31ccc44043ed6735304078e09e14c4f805962cf8c288fa205659 SHA512 42c98a3cc3167884203d4d0a31562668be3df10c89eca2a9257c6de1f787b7db77f0648013f307554eb09c0bf3f0cddc8632f050c4018aef544b9c22a02b2dfe WHIRLPOOL 3e00f0ac9ca66a2c6fec4307d4b6eea51fc4a266e72e6d5764e8f3fb01ab407440cabe20ee1db4d9703e5bda5d66616f71a8baa1d8d6610b0e1c75a67b3affae
DIST spice-vdagent-0.16.0.tar.bz2 128174 SHA256 5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d SHA512 033fe60f152daceb05b51963b78daf6f757d0ad26398f47479c957c5c0f1735e26019c05ef30e485317ba75dd1a57ee1bffbab20eb2c46614d88ed7401795a97 WHIRLPOOL b94a60e15eb0ea107e974ad68bd07296eec9e08840afb2e57da64b35f26a613637975791e1a615af260acf9345ec016564ab15d96a00443665b5d1880b267d71
diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild
deleted file mode 100644
index ec72d12..0000000
--- a/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit linux-info
-
-DESCRIPTION="SPICE VD Linux Guest Agent"
-HOMEPAGE="http://spice-space.org/"
-SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+consolekit selinux"
-
-CDEPEND="x11-libs/libXfixes
- x11-libs/libXrandr
- x11-libs/libX11
- x11-libs/libXinerama
- >=x11-libs/libpciaccess-0.10
- >=app-emulation/spice-protocol-0.10.1
- consolekit? ( sys-auth/consolekit sys-apps/dbus )"
-DEPEND="virtual/pkgconfig
- ${CDEPEND}"
-RDEPEND="${CDEPEND}
- selinux? ( sec-policy/selinux-vdagent )"
-
-CONFIG_CHECK="~INPUT_UINPUT ~VIRTIO_CONSOLE"
-ERROR_INPUT_UINPUT="User level input support is required"
-ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support is required"
-
-src_configure() {
- local opt=
-
- use consolekit && opt="${opt} --with-session-info=console-kit"
-
- econf \
- --localstatedir=/var \
- ${opt}
-}
-
-src_install() {
- default
-
- rm -rf "${D}"/etc/{rc,tmpfiles}.d
-
- keepdir /var/run/spice-vdagentd
- keepdir /var/log/spice-vdagentd
-
- newinitd "${FILESDIR}/${PN}.initd-2" "${PN}"
- newconfd "${FILESDIR}/${PN}.confd-2" "${PN}"
-}
next reply other threads:[~2015-11-18 21:15 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-18 21:15 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-28 11:01 [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/ WANG Xuerui
2023-06-18 2:18 Matthias Maier
2023-06-18 2:07 Matthias Maier
2023-03-04 8:39 Joonas Niilola
2023-03-04 8:39 Joonas Niilola
2023-03-04 5:38 Arthur Zamarin
2022-06-24 9:17 Arthur Zamarin
2022-06-12 8:04 Joonas Niilola
2022-06-12 8:04 Joonas Niilola
2022-03-09 23:12 Sam James
2022-01-06 14:03 Joonas Niilola
2022-01-06 14:03 Joonas Niilola
2022-01-06 13:38 Joonas Niilola
2021-09-26 19:36 Conrad Kostecki
2021-04-12 16:04 Sam James
2021-04-04 18:35 Matthias Maier
2021-04-04 18:35 Matthias Maier
2020-10-04 15:20 Mikle Kolyada
2020-04-18 19:06 Matthias Maier
2020-04-18 18:56 Matthias Maier
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:26 Agostino Sarubbo
2020-03-14 20:59 Matthias Maier
2020-03-14 20:57 Matthias Maier
2019-10-15 16:33 Matthias Maier
2019-10-15 16:11 Matthias Maier
2019-09-22 2:29 Matthias Maier
2019-07-28 19:39 Matthias Maier
2019-07-28 19:39 Matthias Maier
2018-05-22 23:06 Aaron Bauman
2018-03-29 15:19 Thomas Deutschmann
2018-03-27 7:42 Jeroen Roovers
2018-03-27 7:42 Jeroen Roovers
2018-03-19 19:50 Agostino Sarubbo
2018-03-19 16:09 Matthias Maier
2017-08-17 17:06 Michał Górny
2017-06-14 14:24 Matthias Maier
2017-05-11 14:24 Matthias Maier
2017-05-11 8:37 Agostino Sarubbo
2017-05-11 7:51 Agostino Sarubbo
2017-05-11 5:19 Matthias Maier
2015-08-22 19:25 Matthias Maier
2015-08-14 5:24 Matthias Maier
2015-08-14 5:24 Matthias Maier
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=1447881327.ea6d87d63ccfc8358d7c918f8201e9e8562607d2.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