summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-01-24 12:58:43 -0800
committerMatt Turner <mattst88@gentoo.org>2022-01-24 14:42:50 -0800
commit8512ad61130b21b01c5861a3054766745a765f5f (patch)
tree3fa0c63758ceeec3cae7c5f68b3180382c06ca22 /gui-libs/wpebackend-fdo
parentgui-libs/libwpe: Drop old versions (diff)
downloadgentoo-8512ad61130b21b01c5861a3054766745a765f5f.tar.gz
gentoo-8512ad61130b21b01c5861a3054766745a765f5f.tar.bz2
gentoo-8512ad61130b21b01c5861a3054766745a765f5f.zip
gui-libs/wpebackend-fdo: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs/wpebackend-fdo')
-rw-r--r--gui-libs/wpebackend-fdo/Manifest1
-rw-r--r--gui-libs/wpebackend-fdo/wpebackend-fdo-1.10.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/gui-libs/wpebackend-fdo/Manifest b/gui-libs/wpebackend-fdo/Manifest
index 2ef9872bc8e4..a630434d28ec 100644
--- a/gui-libs/wpebackend-fdo/Manifest
+++ b/gui-libs/wpebackend-fdo/Manifest
@@ -1,2 +1 @@
-DIST wpebackend-fdo-1.10.0.tar.xz 38484 BLAKE2B 6b2cb4d4b1321245dee13d33ad58ee8d31aa4f5a25cfc2cde2bc2a67db15e9835de59f1b0550b7a205502b2e201398cf8032a0f235ae01f74e4568874cb47620 SHA512 50e65d1560b943ec85b80449c838b61d7ab3baf96844542cce06028bd934b1145319f3fa07a3dc629d2a7896b95ab388edbe853b7e377cf0ff02fb66291e1ce0
DIST wpebackend-fdo-1.12.0.tar.xz 43080 BLAKE2B 0ef0e537d430b60841732e9b350d46b44317c2ee9833d6f382cc792a7aaf6e93b5eb782c4913c6bd7af5e30a08cac348430d4d383bce247415babf48f1f4322f SHA512 856885394872ad3f205b600caecbae48ae0c51185a8e19e66add93222e49bb1b060cdc77f5c9269d43509a0b85af0b5642c27f951d1c9836d8616aa51a9180a5
diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.10.0.ebuild b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.10.0.ebuild
deleted file mode 100644
index 72cd403811d8..000000000000
--- a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.10.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="WPE backend designed for Linux desktop systems"
-HOMEPAGE="https://wpewebkit.org/"
-SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="1.0"
-
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- media-libs/libepoxy[egl]
- dev-libs/glib:2
- >=dev-libs/wayland-1.10
- >=gui-libs/libwpe-1.6:1.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- -Dbuild_docs=false # hotdoc not packaged
- )
-
- meson_src_configure
-}