summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-01-24 12:58:15 -0800
committerMatt Turner <mattst88@gentoo.org>2022-01-24 14:42:50 -0800
commite4382da6e02dad05ac2d7385e55f00ba3f16fdd0 (patch)
tree452c52906782fb490f9741ea00c57c0c5955c42c /gui-libs/libwpe
parentgui-libs/libhandy: Drop old versions (diff)
downloadgentoo-e4382da6e02dad05ac2d7385e55f00ba3f16fdd0.tar.gz
gentoo-e4382da6e02dad05ac2d7385e55f00ba3f16fdd0.tar.bz2
gentoo-e4382da6e02dad05ac2d7385e55f00ba3f16fdd0.zip
gui-libs/libwpe: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs/libwpe')
-rw-r--r--gui-libs/libwpe/Manifest1
-rw-r--r--gui-libs/libwpe/libwpe-1.10.1-r1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/gui-libs/libwpe/Manifest b/gui-libs/libwpe/Manifest
index e07ede91f545..5e77c8345fe1 100644
--- a/gui-libs/libwpe/Manifest
+++ b/gui-libs/libwpe/Manifest
@@ -1,2 +1 @@
-DIST libwpe-1.10.1.tar.xz 51984 BLAKE2B 8afb81e85d134a525a9f7cf0156632ea72a72ab94fcb06c411a11d5304b510cb711a1f2f948cb448bf1ac54c4734cce7a2eaa1ca34c2207c6155d4ab5c350139 SHA512 be1f366ae0d23326ceaab0fe4cdbaea4b50ab822c0e9e7315120fa665113d5eea43f5a23c8e5068f041322d3139cd4de75cfb0f03613cb40586fece1467afbca
DIST libwpe-1.12.0.tar.xz 54548 BLAKE2B d2eb3f410ba0691c6e9ad4638de517be36d5b9729c7b09c44a316d91822071b527c1ea4a4fda5248d623bf61250cc398cffdf19ec47059621323ed726a5d0889 SHA512 d85865fd6f2dd907589a4d2c1b956d9a2093f72f5b7f755ab2bef040f7f26a73ddadd47a607a78578dec6eb6d59f44e18fa8b96a71f7bd19f3d62073f3ca6fee
diff --git a/gui-libs/libwpe/libwpe-1.10.1-r1.ebuild b/gui-libs/libwpe/libwpe-1.10.1-r1.ebuild
deleted file mode 100644
index 8eaa1e1170cb..000000000000
--- a/gui-libs/libwpe/libwpe-1.10.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Platform-agnostic interfaces for WPE WebKit"
-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/mesa[egl(+)]
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- -Dbuild-docs=false # hotdoc not packaged
- )
- meson_src_configure
-}