public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun, 18 Jun 2023 02:07:58 +0000 (UTC)	[thread overview]
Message-ID: <1687054073.ae2e20389d4bae50fcad0996e6dc6ff2496cc95a.tamiko@gentoo> (raw)

commit:     ae2e20389d4bae50fcad0996e6dc6ff2496cc95a
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 02:07:38 2023 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 02:07:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2e2038

app-emulation/spice-vdagent: drop 0.19.0-r1, 0.21.0

Bug: https://bugs.gentoo.org/753956
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-emulation/spice-vdagent/Manifest               |  2 -
 .../spice-vdagent/spice-vdagent-0.19.0-r1.ebuild   | 63 --------------------
 .../spice-vdagent/spice-vdagent-0.21.0.ebuild      | 67 ----------------------
 3 files changed, 132 deletions(-)

diff --git a/app-emulation/spice-vdagent/Manifest b/app-emulation/spice-vdagent/Manifest
index 1ef47e9cd14d..49738685af14 100644
--- a/app-emulation/spice-vdagent/Manifest
+++ b/app-emulation/spice-vdagent/Manifest
@@ -1,3 +1 @@
-DIST spice-vdagent-0.19.0.tar.bz2 151356 BLAKE2B b7a99a7205d955b27edfe483746e3f267a6e0b7885c4b8146ba42d99b581cf4e1748b503a37a3d6b66623ef2515b42756f2e6a5a4775d56def7aa396bd0dfb4f SHA512 f5056dfe66df3ee8205549be22bbc8c17d2196c8448eda97f01659ff30c34d9929f330767d7fafec557dc5f7fb9b65eaf85973193b38df774042de9b72d6e60d
-DIST spice-vdagent-0.21.0.tar.bz2 164103 BLAKE2B 298122b334f880ffb8d77d3a7d822b70debce56d62bc3004bbac37445f10236a47706d23501ee3f82520c45b65deec12c9578cf4a8b9ac138df8b1c0b8cdb784 SHA512 1ff1a89e75301b1c2c89f26ba4bce8d4df29bbff6387ade128ce847ca30162a2bc731c70c10a8d129518e64bbca6b8271fd11ff3e340899182a65a5295051bff
 DIST spice-vdagent-0.22.1.tar.bz2 165560 BLAKE2B 4fd4318592d20d305d515c65d7491b90ac79bcc7f5bdfafd9df7858bdce24aa57c79f2121bbf9cbadec8e6297890f4b8598b9abcadcce5a9f39712b96deaa396 SHA512 5a4d2661145f33a0583880a128d925b15ca5aec05df83271c80f8baa0fcdd28fab0242301bc38443ccddf70fbdcfd76b5d30bb5a6b4b7c895c3cea0eb38bdf92

diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild
deleted file mode 100644
index 749e2012d13c..000000000000
--- a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="SPICE VD Linux Guest Agent"
-HOMEPAGE="https://www.spice-space.org/"
-SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk selinux systemd"
-
-CDEPEND="
-	dev-libs/glib:2
-	>=app-emulation/spice-protocol-0.14.0
-	media-libs/alsa-lib
-	sys-apps/dbus
-	>=x11-libs/libpciaccess-0.10
-	x11-libs/libdrm
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libX11
-	x11-libs/libXinerama
-	gtk? ( x11-libs/gtk+:3 )
-	systemd? ( sys-apps/systemd )"
-DEPEND="${CDEPEND}
-	virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-	selinux? ( sec-policy/selinux-vdagent )"
-
-CONFIG_CHECK="~INPUT_UINPUT ~VIRTIO_CONSOLE"
-ERROR_INPUT_UINPUT="User level input support (INPUT_UINPUT) is required"
-ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is required"
-
-src_configure() {
-	local opt=()
-	if use systemd; then
-		opt+=( --with-session-info=systemd )
-	else
-		opt+=( --with-session-info=none )
-	fi
-
-	econf \
-		--with-init-script=systemd \
-		--localstatedir="${EPREFIX}"/var \
-		$(use_with gtk) \
-		"${opt[@]}"
-}
-
-src_install() {
-	default
-
-	cd "${ED}" && rmdir -p var/run/spice-vdagentd || die
-
-	keepdir /var/log/spice-vdagentd
-
-	newinitd "${FILESDIR}/${PN}.initd-4" "${PN}"
-	newconfd "${FILESDIR}/${PN}.confd-2" "${PN}"
-}

diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild
deleted file mode 100644
index 4bce7514acb3..000000000000
--- a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info tmpfiles
-
-DESCRIPTION="SPICE VD Linux Guest Agent"
-HOMEPAGE="https://www.spice-space.org/"
-SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk selinux systemd"
-
-CDEPEND="
-	dev-libs/glib:2
-	>=app-emulation/spice-protocol-0.14.0
-	media-libs/alsa-lib
-	sys-apps/dbus
-	>=x11-libs/libpciaccess-0.10
-	x11-libs/libdrm
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libX11
-	x11-libs/libXinerama
-	gtk? ( x11-libs/gtk+:3 )
-	systemd? ( sys-apps/systemd )"
-DEPEND="${CDEPEND}
-	virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-	selinux? ( sec-policy/selinux-vdagent )"
-
-CONFIG_CHECK="~INPUT_UINPUT ~VIRTIO_CONSOLE"
-ERROR_INPUT_UINPUT="User level input support (INPUT_UINPUT) is required"
-ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is required"
-
-src_configure() {
-	local opt=()
-	if use systemd; then
-		opt+=( --with-session-info=systemd )
-	else
-		opt+=( --with-session-info=none )
-	fi
-
-	econf \
-		--with-init-script=systemd \
-		--localstatedir="${EPREFIX}"/var \
-		$(use_with gtk) \
-		"${opt[@]}"
-}
-
-src_install() {
-	default
-
-	cd "${ED}" && rmdir -p var/run/spice-vdagentd || die
-
-	keepdir /var/log/spice-vdagentd
-
-	newinitd "${FILESDIR}/${PN}.initd-4" "${PN}"
-	newconfd "${FILESDIR}/${PN}.confd-2" "${PN}"
-}
-
-pkg_postinst() {
-	tmpfiles_process spice-vdagentd.conf
-}


             reply	other threads:[~2023-06-18  2:08 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-18  2:07 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-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-11-18 21:15 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=1687054073.ae2e20389d4bae50fcad0996e6dc6ff2496cc95a.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