From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FAD0139337 for ; Mon, 26 Jul 2021 07:15:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA7AE0A64; Mon, 26 Jul 2021 07:15:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62958E0A65 for ; Mon, 26 Jul 2021 07:15:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73061342BE0 for ; Mon, 26 Jul 2021 07:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E59C846 for ; Mon, 26 Jul 2021 07:15:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627283698.1ce0f3d3c0d3ae923974f99e9ec28f131aa5fefe.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libwpe/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libwpe/Manifest gui-libs/libwpe/libwpe-1.10.0.ebuild X-VCS-Directories: gui-libs/libwpe/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1ce0f3d3c0d3ae923974f99e9ec28f131aa5fefe X-VCS-Branch: master Date: Mon, 26 Jul 2021 07:15:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: faf91988-7b95-4974-bfa7-a6c7cf4c032a X-Archives-Hash: 0a41ef47b2ac914501b95dd6ba0e8b67 commit: 1ce0f3d3c0d3ae923974f99e9ec28f131aa5fefe Author: Matt Turner gentoo org> AuthorDate: Mon Jul 26 06:15:43 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jul 26 07:14:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce0f3d3 gui-libs/libwpe: Drop old versions Signed-off-by: Matt Turner gentoo.org> gui-libs/libwpe/Manifest | 1 - gui-libs/libwpe/libwpe-1.10.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/gui-libs/libwpe/Manifest b/gui-libs/libwpe/Manifest index b6220a9b60d..e229ea207c8 100644 --- a/gui-libs/libwpe/Manifest +++ b/gui-libs/libwpe/Manifest @@ -1,2 +1 @@ -DIST libwpe-1.10.0.tar.xz 52004 BLAKE2B 3088cb103b99ab626a74c37910d91fe8abdb07d14d0846bd202716fa1a7d8087e4095e65977e25d9a6f2b97bdfcef664f3872abd8de447ffe3e841a613ebc116 SHA512 b5634dd71cca70eb960f3c045ad109346ab6ce6b01aa8c8bc8f326d232eb16ac1600757896a4b99720af3c77084351ea4f69e2e2c81b9c32cc8bc12a5c66ba3c DIST libwpe-1.10.1.tar.xz 51984 BLAKE2B 8afb81e85d134a525a9f7cf0156632ea72a72ab94fcb06c411a11d5304b510cb711a1f2f948cb448bf1ac54c4734cce7a2eaa1ca34c2207c6155d4ab5c350139 SHA512 be1f366ae0d23326ceaab0fe4cdbaea4b50ab822c0e9e7315120fa665113d5eea43f5a23c8e5068f041322d3139cd4de75cfb0f03613cb40586fece1467afbca diff --git a/gui-libs/libwpe/libwpe-1.10.0.ebuild b/gui-libs/libwpe/libwpe-1.10.0.ebuild deleted file mode 100644 index 3317dbf96f8..00000000000 --- a/gui-libs/libwpe/libwpe-1.10.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -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 ppc64 ~riscv ~sparc x86" - -RDEPEND=" - media-libs/mesa[egl] - x11-libs/libxkbcommon -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig -" - -src_configure() { - local mycmakeargs=( - -DBUILD_DOCS=OFF # hotdoc not packaged - ) - - cmake_src_configure -}