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 54612138239 for ; Fri, 4 Jun 2021 07:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893A3E0878; Fri, 4 Jun 2021 07:59:37 +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 70237E0878 for ; Fri, 4 Jun 2021 07:59:37 +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 92E5D3410D1 for ; Fri, 4 Jun 2021 07:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B004B7A5 for ; Fri, 4 Jun 2021 07:59:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622720366.02e8a1aeb82a53c636ab19add4fd590c3bc3f2c4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/jpeg-xl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/jpeg-xl/jpeg-xl-9999.ebuild media-libs/jpeg-xl/metadata.xml X-VCS-Directories: media-libs/jpeg-xl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 02e8a1aeb82a53c636ab19add4fd590c3bc3f2c4 X-VCS-Branch: master Date: Fri, 4 Jun 2021 07:59:33 +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: 9e50e297-a3a8-4333-b9fd-77b5825b7d4f X-Archives-Hash: 3cd28ffde90c63e2f310f24516073614 commit: 02e8a1aeb82a53c636ab19add4fd590c3bc3f2c4 Author: Daniel Novomesky gmail com> AuthorDate: Thu Jun 3 11:36:28 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jun 3 11:39:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02e8a1ae media-libs/jpeg-xl: drop obsolete package Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Daniel Novomesky gmail.com> media-libs/jpeg-xl/jpeg-xl-9999.ebuild | 50 ---------------------------------- media-libs/jpeg-xl/metadata.xml | 8 ------ 2 files changed, 58 deletions(-) diff --git a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild deleted file mode 100644 index be107c6d8..000000000 --- a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit xdg cmake git-r3 - -DESCRIPTION="JPEG XL Reference Software" -HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/" - -EGIT_REPO_URI="https://gitlab.com/wg1/jpeg-xl.git" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="app-arch/brotli - sys-libs/zlib - media-libs/libpng - virtual/jpeg - virtual/opengl - media-libs/freeglut - media-libs/giflib - media-libs/openexr - dev-util/google-perftools - x11-misc/shared-mime-info - dev-qt/qtwidgets - dev-qt/qtx11extras -" - -BDEPEND="" - -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DJPEGXL_ENABLE_BENCHMARK=OFF - -DJPEGXL_ENABLE_COVERAGE=OFF - -DJPEGXL_ENABLE_FUZZERS=OFF - -DJPEGXL_ENABLE_SJPEG=OFF - -DJPEGXL_WARNINGS_AS_ERRORS=OFF - - -DJPEGXL_ENABLE_EXAMPLES=ON - -DJPEGXL_ENABLE_VIEWERS=ON - -DJPEGXL_ENABLE_PLUGINS=ON - -DJPEGXL_FORCE_SYSTEM_BROTLI=ON - ) - - cmake_src_configure -} diff --git a/media-libs/jpeg-xl/metadata.xml b/media-libs/jpeg-xl/metadata.xml deleted file mode 100644 index d9a1e3c6e..000000000 --- a/media-libs/jpeg-xl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dnovomesky@gmail.com - Daniel Novomesky - -