commit: 789fa1b7b23dc6941a6523dd4a5cf5e8b9644384
parent: e7b8ac8f9172ea934768c6920b88d8b70b26abbc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 5 Apr 2020 01:01:42 +0200
gui-libs/wpebackend-fdo: Version clean-bump, 1.4.2
Diffstat:
4 files changed, 25 insertions(+), 50 deletions(-)
diff --git a/gui-libs/wpebackend-fdo/Manifest b/gui-libs/wpebackend-fdo/Manifest
@@ -1,2 +1 @@
-DIST wpebackend-fdo-1.2.2.tar.xz 27472 BLAKE2B 8e7d9c0d82894a9aab79d624b6f039728553a87c5b48b0297d627f15eba0a41296d9db0fcb88621d0a3c80bd88b135411abb5eed983325e8f5b4c0f9890961e4 SHA512 ad78ad99db1a8aaad23e4174776e202db35f80dfef97a00fe6658ed9fc39fe4b51e1147fa0ec103d4fdb348725a40c38c7a82f376a39c65551c4015376ca7255
-DIST wpebackend-fdo-1.4.0.tar.xz 30204 BLAKE2B dda32e0408a8fd98dc1d03c4606e20fb219fe722aef24360e31cd62027601a4795dbdbf026925e284e6b87f223e6e79824e8e6bab181b7bbf42a9db0664358dc SHA512 f94167b13345adfda15312b16e5de04910f812c7481f7e3c8a00163ce8387be22373867b51b2c5cb424e62de877c1aaa48592aac85ec9cc03c969c7e83185660
+DIST wpebackend-fdo-1.4.2.tar.xz 30284 BLAKE2B b0c219a73e91292f064ded608b1edb3209761ce689b6357e9a32269d69ec359b2f09a1c1e605e9821af4272ad356a67bc982bfe1e56290d110e2fb5612a88075 SHA512 bdbd949e63b3be5e42ab7aa43a7ecd6620fcba12905673204ab79dac783afe491036c5c0d2291a7b8cb76a8b6881e4799507db20d7b8bf1f399800631150c61f
diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.2.2.ebuild b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.2.2.ebuild
@@ -1,24 +0,0 @@
-# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils
-
-DESCRIPTION="FreeDesktop.Org backend for WPE WebKit"
-HOMEPAGE="https://wpewebkit.org/"
-LICENSE="BSD-2"
-SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz"
-SLOT="1.0" # WPE_API_VERSION
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-# documentation depends on hotdoc
-DEPEND="
- media-libs/mesa[egl]
- dev-libs/glib:=
- >=dev-libs/wayland-1.10:=
- gui-libs/libwpe:=
-"
-RDEPEND="${DEPEND}"
diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild
@@ -1,24 +0,0 @@
-# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils
-
-DESCRIPTION="FreeDesktop.Org backend for WPE WebKit"
-HOMEPAGE="https://wpewebkit.org/"
-LICENSE="BSD-2"
-SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz"
-SLOT="1.0" # WPE_API_VERSION
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-# documentation depends on hotdoc
-DEPEND="
- media-libs/mesa[egl]
- dev-libs/glib:=
- >=dev-libs/wayland-1.10:=
- gui-libs/libwpe:=
-"
-RDEPEND="${DEPEND}"
diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.2.ebuild b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2019-2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake
+
+DESCRIPTION="FreeDesktop.Org backend for WPE WebKit"
+HOMEPAGE="https://wpewebkit.org/"
+LICENSE="BSD-2"
+SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz"
+SLOT="1.0" # WPE_API_VERSION
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE=""
+
+# documentation depends on hotdoc
+DEPEND="
+ media-libs/mesa[egl]
+ dev-libs/glib:=
+ >=dev-libs/wayland-1.10:=
+ >=gui-libs/libwpe-1.4:=
+"
+RDEPEND="${DEPEND}"