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 4C57715800A for ; Sat, 26 Aug 2023 16:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B8F72BC033; Sat, 26 Aug 2023 16:34:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1A36A2BC033 for ; Sat, 26 Aug 2023 16:34:24 +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 49B73340D83 for ; Sat, 26 Aug 2023 16:34:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8092D10AA for ; Sat, 26 Aug 2023 16:34:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693067633.1f571b3622aa1f29bd22e31d326df686163ce9a7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/thread/Manifest dev-tcltk/thread/thread-2.8.2.ebuild X-VCS-Directories: dev-tcltk/thread/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1f571b3622aa1f29bd22e31d326df686163ce9a7 X-VCS-Branch: master Date: Sat, 26 Aug 2023 16:34:21 +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: eb763883-ac0d-4fcd-9618-c1dafa5dd426 X-Archives-Hash: af1bb7e985b5f5ad3deb4530431051f6 commit: 1f571b3622aa1f29bd22e31d326df686163ce9a7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 12:46:01 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 16:33:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f571b36 dev-tcltk/thread: drop 2.8.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-tcltk/thread/Manifest | 1 - dev-tcltk/thread/thread-2.8.2.ebuild | 39 ------------------------------------ 2 files changed, 40 deletions(-) diff --git a/dev-tcltk/thread/Manifest b/dev-tcltk/thread/Manifest index 2d63ee06b23a..fa7d5e70e385 100644 --- a/dev-tcltk/thread/Manifest +++ b/dev-tcltk/thread/Manifest @@ -1,2 +1 @@ -DIST thread2.8.2.tar.gz 346222 BLAKE2B 194673b14b3f6b98a46330afa58caaf705feb2d8713606547d0d7e5b18770c5729fd562c81e66b403040622afdbdf62b994bd3ef62678d00915ba48f1eafc786 SHA512 0889f54ba8c76413f0333bdf6f17cca38c4fa8ccfff7e1554a63f38f19471dc72c3afe34d2e38ea00724aa3f0c007051999392a8d188d47265dbf0527dadceea DIST thread2.8.5.tar.gz 338776 BLAKE2B b6500ba59f87150d3d4479cae9a55b591a41768c6a74520933157d8fe2ec5374a79cf258fad1f08c775b190c17667dc529605f21a4fdd562320778be94b294a2 SHA512 b1cd049605f44ea5e85a121ff864d9e531491b24579654159dd5f3850b0aa4192ea79844324be3e9c6b395b14e6f765474c792bfd3271c7100b49f0ff22832d0 diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild deleted file mode 100644 index 3b844e57a722..000000000000 --- a/dev-tcltk/thread/thread-2.8.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -MY_P="${PN}${PV}" - -DESCRIPTION="Tcl Thread extension" -HOMEPAGE="http://www.tcl.tk/" -SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="" - -DEPEND="dev-lang/tcl:0=[threads]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/${PN}${PV} - -src_prepare() { - default - - # Search for libs in libdir not just exec_prefix/lib - sed -i -e 's:${exec_prefix}/lib:${libdir}:' \ - aclocal.m4 || die "sed failed" - - sed -i -e "s/relid'/relid/" tclconfig/tcl.m4 || die - - eautoreconf -} - -src_configure() { - econf --with-tclinclude="${EPREFIX}/usr/include" \ - --with-tcl="${EPREFIX}/usr/$(get_libdir)" -}