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 7704115800F for ; Fri, 6 Jan 2023 19:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94335E05C1; Fri, 6 Jan 2023 19:15:14 +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 776B8E05C1 for ; Fri, 6 Jan 2023 19:15:14 +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 50FB333BE39 for ; Fri, 6 Jan 2023 19:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 791E976F for ; Fri, 6 Jan 2023 19:15:11 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1673032492.21eb8e7ffc42bd0754b989ae73cac04165c1f766.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild dev-tcltk/tkimg/tkimg-1.4.14.ebuild X-VCS-Directories: dev-tcltk/tkimg/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 21eb8e7ffc42bd0754b989ae73cac04165c1f766 X-VCS-Branch: master Date: Fri, 6 Jan 2023 19:15:11 +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: 7f58ed9f-8e72-4b56-bf0b-7b4a91c718e3 X-Archives-Hash: 1ab5ec5f8d0ca57f16ad0e854bfa40b8 commit: 21eb8e7ffc42bd0754b989ae73cac04165c1f766 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Jan 6 19:13:59 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jan 6 19:14:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21eb8e7f dev-tcltk/tkimg: avoid use of svn Closes: https://bugs.gentoo.org/889938 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tkimg/{tkimg-1.4.14.ebuild => tkimg-1.4.14-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-tcltk/tkimg/tkimg-1.4.14.ebuild b/dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild similarity index 96% rename from dev-tcltk/tkimg/tkimg-1.4.14.ebuild rename to dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild index 9596578dcdb3..b5a52d0b6d6b 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.14.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.14-r1.ebuild @@ -46,6 +46,8 @@ src_prepare() { default + echo "#define TKIMG_VERSION_UUID unknown" > base/tkimgUuid.h || die + find compat/libtiff/config -name ltmain.sh -delete || die sed -i \ -e 's:"--with-CC=$TIFFCC"::' \