diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-14 00:41:32 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-14 10:29:03 -0400 |
commit | 6a1253e9ce74b733d39e2e4ada065eb2f444cb03 (patch) | |
tree | a935614b363a7a4f97b34d6f503ce91e423d576c /gui-libs/libwpe | |
parent | gui-libs/libadwaita: Drop old versions (diff) | |
download | gentoo-6a1253e9ce74b733d39e2e4ada065eb2f444cb03.tar.gz gentoo-6a1253e9ce74b733d39e2e4ada065eb2f444cb03.tar.bz2 gentoo-6a1253e9ce74b733d39e2e4ada065eb2f444cb03.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/Manifest | 2 | ||||
-rw-r--r-- | gui-libs/libwpe/libwpe-1.12.0.ebuild | 31 | ||||
-rw-r--r-- | gui-libs/libwpe/libwpe-1.12.2.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/gui-libs/libwpe/Manifest b/gui-libs/libwpe/Manifest index ac14fc513955..52ac723f3346 100644 --- a/gui-libs/libwpe/Manifest +++ b/gui-libs/libwpe/Manifest @@ -1,4 +1,2 @@ -DIST libwpe-1.12.0.tar.xz 54548 BLAKE2B d2eb3f410ba0691c6e9ad4638de517be36d5b9729c7b09c44a316d91822071b527c1ea4a4fda5248d623bf61250cc398cffdf19ec47059621323ed726a5d0889 SHA512 d85865fd6f2dd907589a4d2c1b956d9a2093f72f5b7f755ab2bef040f7f26a73ddadd47a607a78578dec6eb6d59f44e18fa8b96a71f7bd19f3d62073f3ca6fee -DIST libwpe-1.12.2.tar.xz 55416 BLAKE2B ac0d1f824b3cb82f1068cf4536b2481be6e1fb243582b3bc48afaa2b15450dbeeb374e52cf607ca3c758f314382a5090d5376be9b7ccf07bb06b654afa99844d SHA512 ff09d80ef896c22091169d62f25cf03213149b592a65029c4e1190c48068f023a81cb8191c7f4e6e27dedf8ba3dd6c28588dac6c6571cf634b3f3093115d6562 DIST libwpe-1.12.3.tar.xz 55580 BLAKE2B 1e54b86e8d7ece6218e8ff7ac5d201365c858616ac07924e0d8f4fc45c247cf3193e9abf90cced11f7e2eafcfa4f59e17dd81f26ab772d06e56749ab90e4f433 SHA512 17c1df0da6f58549630f89e63c505e0710b027f4bdeb7c10dcf738a1971893cfb02ad83959b99f62581e04e7000e1cfac196dcb070da4cbc5c9790c4d567cdee DIST libwpe-1.14.0.tar.xz 62928 BLAKE2B 3d74d8282548048db0814b557c14ab170a3c7603014dc94e8a7f128f043f10fdfc3877c10bfffd655396f684b012dbb7e5a43ced6a164476f79ee3de7fcf92b8 SHA512 a443bc3777239140aff140a6b98595687aa50a3506e09d872cbabf843f5a6da575b90d0b3728062b7957b73c75778fc7d3a178d267b5ceca1da58e69f8ed9fed diff --git a/gui-libs/libwpe/libwpe-1.12.0.ebuild b/gui-libs/libwpe/libwpe-1.12.0.ebuild deleted file mode 100644 index 7db05e527416..000000000000 --- a/gui-libs/libwpe/libwpe-1.12.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 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 -} diff --git a/gui-libs/libwpe/libwpe-1.12.2.ebuild b/gui-libs/libwpe/libwpe-1.12.2.ebuild deleted file mode 100644 index c7b2ec058f58..000000000000 --- a/gui-libs/libwpe/libwpe-1.12.2.ebuild +++ /dev/null @@ -1,31 +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 ~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 -} |