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 3D7DA158086 for ; Sat, 4 Dec 2021 21:52:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FF3A2BC050; Sat, 4 Dec 2021 21:52:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 759852BC050 for ; Sat, 4 Dec 2021 21:52:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B9FE3430B5 for ; Sat, 4 Dec 2021 21:52:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 433F7200 for ; Sat, 4 Dec 2021 21:52:56 +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: <1638654763.c07fd1c795c3ae818606497bcdc0177f30e0cec7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libjpeg-turbo/libjpeg-turbo-2.1.2-r1.ebuild media-libs/libjpeg-turbo/libjpeg-turbo-2.1.2.ebuild X-VCS-Directories: media-libs/libjpeg-turbo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c07fd1c795c3ae818606497bcdc0177f30e0cec7 X-VCS-Branch: master Date: Sat, 4 Dec 2021 21:52:56 +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: e5f6ffa4-06d6-4165-9bfd-f1a454b992af X-Archives-Hash: c8fce9baa0fe97b0016e28d15ba73d9d commit: c07fd1c795c3ae818606497bcdc0177f30e0cec7 Author: Alex Xu (Hello71) yahoo ca> AuthorDate: Sat Dec 4 19:25:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 4 21:52:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07fd1c7 media-libs/libjpeg-turbo: use ebuild helpers instead of cmake Closes: https://bugs.gentoo.org/728012 Signed-off-by: Alex Xu (Hello71) yahoo.ca> Closes: https://github.com/gentoo/gentoo/pull/23183 Signed-off-by: Sam James gentoo.org> ...eg-turbo-2.1.2.ebuild => libjpeg-turbo-2.1.2-r1.ebuild} | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.2.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.2-r1.ebuild similarity index 88% rename from media-libs/libjpeg-turbo/libjpeg-turbo-2.1.2.ebuild rename to media-libs/libjpeg-turbo/libjpeg-turbo-2.1.2-r1.ebuild index 9fa044960821..2b46c483b248 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.2.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.2-r1.ebuild @@ -53,18 +53,6 @@ install(TARGETS ${FILE%.c}) EOF done - for FILE in ../debian/extra/exifautotran; do - cat >> CMakeLists.txt <> CMakeLists.txt <