commit:     de5a948afc2db645757f0380f46fa2e155544eac
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 20:56:22 2020 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 20:56:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5a948a

app-emulation/spice-vdagent: ebuild maintenance

Closes: https://bugs.gentoo.org/698408
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

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
index de4e147bf83..3610881932b 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild
@@ -1,22 +1,18 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit autotools linux-info
 
-MY_P="${P/_*/}"
-PATCHSET="${P/*_p/}"
-
 DESCRIPTION="SPICE VD Linux Guest Agent"
 HOMEPAGE="https://www.spice-space.org/";
-SRC_URI="https://www.spice-space.org/download/releases/${MY_P}.tar.bz2";
+SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="consolekit gtk selinux systemd"
-S="${WORKDIR}/${MY_P}"
 
 CDEPEND="
        >=app-emulation/spice-protocol-0.14.0
@@ -39,11 +35,6 @@ 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_prepare() {
-       default
-       eautoreconf
-}
-
 src_configure() {
        local opt=()
        if use consolekit; then

Reply via email to