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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0519815808D for ; Mon, 18 Apr 2022 18:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D132E07EF; Mon, 18 Apr 2022 18:42:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A64F8E07EF for ; Mon, 18 Apr 2022 18:42:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C588E341761 for ; Mon, 18 Apr 2022 18:42:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEBF8105 for ; Mon, 18 Apr 2022 18:42:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650307361.017f77b44c722b79339751cfaabe35675a74684e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/woff2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/woff2/woff2-1.0.2-r4.ebuild X-VCS-Directories: media-libs/woff2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 017f77b44c722b79339751cfaabe35675a74684e X-VCS-Branch: master Date: Mon, 18 Apr 2022 18:42:48 +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: bf2a08ed-c427-44d8-80d6-4c455044d4c2 X-Archives-Hash: bea531e32520c89b985397259f43b5f9 commit: 017f77b44c722b79339751cfaabe35675a74684e Author: Sam James gentoo org> AuthorDate: Mon Apr 18 18:41:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 18 18:42:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017f77b4 media-libs/woff2: drop 1.0.2-r4 Bug: https://bugs.gentoo.org/834122 Signed-off-by: Sam James gentoo.org> media-libs/woff2/woff2-1.0.2-r4.ebuild | 37 ---------------------------------- 1 file changed, 37 deletions(-) diff --git a/media-libs/woff2/woff2-1.0.2-r4.ebuild b/media-libs/woff2/woff2-1.0.2-r4.ebuild deleted file mode 100644 index b492cdab3cfc..000000000000 --- a/media-libs/woff2/woff2-1.0.2-r4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="Encode/decode WOFF2 font format" -HOMEPAGE="https://github.com/google/woff2" -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND="app-arch/brotli:=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise - -DCANONICAL_PREFIXES=ON #661942 - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - dobin ${BUILD_DIR}/woff2_compress - dobin ${BUILD_DIR}/woff2_decompress - dobin ${BUILD_DIR}/woff2_info - - einstalldocs -}