logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: e7b8ac8f9172ea934768c6920b88d8b70b26abbc
parent: 2a153c1427cb3c18d86aa1ab03250fcd314fd18c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  5 Apr 2020 00:55:29 +0200

gui-libs/libwpe: Version clean-bump, 1.6.0

Diffstat:

Mgui-libs/libwpe/Manifest3+--
Dgui-libs/libwpe/libwpe-1.2.1.ebuild22----------------------
Dgui-libs/libwpe/libwpe-1.4.0.1.ebuild22----------------------
Agui-libs/libwpe/libwpe-1.6.0.ebuild22++++++++++++++++++++++
4 files changed, 23 insertions(+), 46 deletions(-)

diff --git a/gui-libs/libwpe/Manifest b/gui-libs/libwpe/Manifest @@ -1,2 +1 @@ -DIST libwpe-1.2.1.tar.xz 48028 BLAKE2B 2c1ceaa1e1e9103ab7f1ac4558488f6971be141dc201eba08f772919f91216062adbc515eccfd972ca9e484c49c22a8efc78f6770713c484d5743965380e48b0 SHA512 45870501a265d6775770046198d642d28ececbc95ce75e41b2a2c8a98cf39d15e8320533a06d0e1f94ca45737652031a69609c6cc6eb1dec4b12b5a535fd9c18 -DIST libwpe-1.4.0.1.tar.xz 49636 BLAKE2B 6fc9d6865873c7c16be3c959316539ecd4f08ae91dac003a46ca91e34503810cab089c9b609318b32919c02e111e209b68874aba0b6730e71b2e51fb75498656 SHA512 cbbe6b8e9bbb864d7f96bbdb56db262bbd341c86bc7bedfcc51be8077c0ea58a4e88c61b7b7bec937d5476e6cb81c093229bf80e3ee99452829287bd26175670 +DIST libwpe-1.6.0.tar.xz 49956 BLAKE2B 76ab51fb3423863d04c5d47d94a761c508360df50340e052b3c28e0f46e3d114304505067561ad9aa891287e45f1807fa916338d80cb77f1ab0e34f622d55a06 SHA512 fb99cdbe0cf393d4f6b95dea180ee9eea1e8a9e6f8de5c02f856413c16f092842e5013a973ddd020878933d4f4a226e067218b575e5611b297470130ae58d4ba diff --git a/gui-libs/libwpe/libwpe-1.2.1.ebuild b/gui-libs/libwpe/libwpe-1.2.1.ebuild @@ -1,22 +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="WebKit port optimized for embedded devices" -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 -RDEPEND=" - media-libs/mesa[egl] - x11-libs/libxkbcommon:= -" -DEPEND="${RDEPEND}" diff --git a/gui-libs/libwpe/libwpe-1.4.0.1.ebuild b/gui-libs/libwpe/libwpe-1.4.0.1.ebuild @@ -1,22 +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="WebKit port optimized for embedded devices" -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 -RDEPEND=" - media-libs/mesa[egl] - x11-libs/libxkbcommon:= -" -DEPEND="${RDEPEND}" diff --git a/gui-libs/libwpe/libwpe-1.6.0.ebuild b/gui-libs/libwpe/libwpe-1.6.0.ebuild @@ -0,0 +1,22 @@ +# 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="WebKit port optimized for embedded devices" +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 +RDEPEND=" + media-libs/mesa[egl] + x11-libs/libxkbcommon:= +" +DEPEND="${RDEPEND}"