app-emulation/spice-protocol: port live ebuild to meson
authorMatthias Maier <tamiko@gentoo.org>
Sat, 14 Mar 2020 21:17:58 +0000 (16:17 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Sat, 14 Mar 2020 21:43:56 +0000 (16:43 -0500)
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/spice-protocol/spice-protocol-9999.ebuild

index 781224a6a4c7cdb89aad92ae8178e125fa3dedf3..a2dc0bc3006d0a74d8cefb3adc3a3f2217ac0a4c 100644 (file)
@@ -1,10 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit meson
+
 if [[ ${PV} = *9999* ]]; then
-       inherit git-r3 autotools
+       inherit git-r3
        EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git"
        SRC_URI=""
        KEYWORDS=""
@@ -22,8 +24,3 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}"
-
-src_prepare() {
-       [[ ${PV} = *9999* ]] && eautoreconf
-       default
-}