diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-04-01 20:30:56 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-01 20:56:51 -0400 |
commit | a1f79f879ffa5701a1c163bccf56af7ef2cf9057 (patch) | |
tree | dd1f9d3226370ac808407d80b913498191c6f1de /gui-libs | |
parent | gui-libs/libhandy: Drop old versions (diff) | |
download | gentoo-a1f79f879ffa5701a1c163bccf56af7ef2cf9057.tar.gz gentoo-a1f79f879ffa5701a1c163bccf56af7ef2cf9057.tar.bz2 gentoo-a1f79f879ffa5701a1c163bccf56af7ef2cf9057.zip |
gui-libs/libwpe: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/libwpe/Manifest | 1 | ||||
-rw-r--r-- | gui-libs/libwpe/libwpe-1.14.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/gui-libs/libwpe/Manifest b/gui-libs/libwpe/Manifest index 847d0c3ba77c..3cf05fc96924 100644 --- a/gui-libs/libwpe/Manifest +++ b/gui-libs/libwpe/Manifest @@ -1,2 +1 @@ -DIST libwpe-1.14.0.tar.xz 62928 BLAKE2B 3d74d8282548048db0814b557c14ab170a3c7603014dc94e8a7f128f043f10fdfc3877c10bfffd655396f684b012dbb7e5a43ced6a164476f79ee3de7fcf92b8 SHA512 a443bc3777239140aff140a6b98595687aa50a3506e09d872cbabf843f5a6da575b90d0b3728062b7957b73c75778fc7d3a178d267b5ceca1da58e69f8ed9fed DIST libwpe-1.14.1.tar.xz 62980 BLAKE2B 5f24322ff463fe9701e47c5eb46076fd406cbef2f54ca08b962c93f425a2ee217eed810ee7d2582ba6d54691071d651f8e60f624a88e99330027a8221e3f4d2c SHA512 302f5e795c1d3c927f583eea8f52a1e764ce4d610b8021dc6cd6fd672331bf5999388c0d3f4bda2fa2096385beda2fe399f18b6d8d31bddb18c5a4aae87b2e35 diff --git a/gui-libs/libwpe/libwpe-1.14.0.ebuild b/gui-libs/libwpe/libwpe-1.14.0.ebuild deleted file mode 100644 index ce9ea4eb412a..000000000000 --- a/gui-libs/libwpe/libwpe-1.14.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~loong ppc ppc64 ~riscv ~sparc x86" - -RDEPEND=" - media-libs/mesa[egl(+)] - x11-libs/libxkbcommon -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Denable-xkb=true - -Dbuild-docs=false # hotdoc not packaged - ) - meson_src_configure -} |