public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2018-09-26 18:00 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2018-09-26 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     248aeacc7bbfb442a4453204f0499d6d74635c32
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 26 18:00:27 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Sep 26 18:00:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248aeacc

dev-tcltk/thread: version bump to 2.7.3

Closes: https://bugs.gentoo.org/595046
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-tcltk/thread/Manifest            |  1 +
 dev-tcltk/thread/thread-2.7.3.ebuild | 41 ++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-tcltk/thread/Manifest b/dev-tcltk/thread/Manifest
index 6a023702e5c..790bb1f123e 100644
--- a/dev-tcltk/thread/Manifest
+++ b/dev-tcltk/thread/Manifest
@@ -1 +1,2 @@
 DIST thread2.7.1.tar.gz 295134 BLAKE2B 785e832f8acf926f550cbffa3e2383eb6ad7fdbb480830e3c0f56d207375053c865d6eb201361acb8ca2df8951a037603b015f85ab4903d80a92f9d957af9dcd SHA512 18ebd9431b6f6bfb1e6a60797af39db0dee29a16cd457ddab2a18cd5dfd9ef2dea9284ab99238fb05b8284fcc855c2ef8011eb3ed02d7e54d715379d133512dc
+DIST thread2.7.3.tar.gz 291332 BLAKE2B 96e7b03cf22227e85462994a6f955fd04d2e40384e540e7cbf78f93c661611607312eb1ceb195cecbe672ecb53df464f1cff4e9b9768864cfeef6be82595e17e SHA512 0efe8db04ffb1cbe539d1bbc9f82e52df994cf0cb570a2eeb79b6f821ee5d585e0b034b970e793a54c588b08321e5ea286c7b9173a09a5cc573b11fbf00c2888

diff --git a/dev-tcltk/thread/thread-2.7.3.ebuild b/dev-tcltk/thread/thread-2.7.3.ebuild
new file mode 100644
index 00000000000..147853cab23
--- /dev/null
+++ b/dev-tcltk/thread/thread-2.7.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib
+
+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 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-lang/tcl:0=[threads]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${PN}${PV}
+
+RESTRICT="test"
+
+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)"
+}


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2018-11-02 16:51 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2018-11-02 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b139508e420a131849e0953d10b1667fc3f3887a
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  2 16:50:55 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov  2 16:50:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b139508e

dev-tcltk/thread: Version bump to 2.8.2

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-tcltk/thread/Manifest            |  1 +
 dev-tcltk/thread/thread-2.8.2.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-tcltk/thread/Manifest b/dev-tcltk/thread/Manifest
index 790bb1f123e..a3d1b14423f 100644
--- a/dev-tcltk/thread/Manifest
+++ b/dev-tcltk/thread/Manifest
@@ -1,2 +1,3 @@
 DIST thread2.7.1.tar.gz 295134 BLAKE2B 785e832f8acf926f550cbffa3e2383eb6ad7fdbb480830e3c0f56d207375053c865d6eb201361acb8ca2df8951a037603b015f85ab4903d80a92f9d957af9dcd SHA512 18ebd9431b6f6bfb1e6a60797af39db0dee29a16cd457ddab2a18cd5dfd9ef2dea9284ab99238fb05b8284fcc855c2ef8011eb3ed02d7e54d715379d133512dc
 DIST thread2.7.3.tar.gz 291332 BLAKE2B 96e7b03cf22227e85462994a6f955fd04d2e40384e540e7cbf78f93c661611607312eb1ceb195cecbe672ecb53df464f1cff4e9b9768864cfeef6be82595e17e SHA512 0efe8db04ffb1cbe539d1bbc9f82e52df994cf0cb570a2eeb79b6f821ee5d585e0b034b970e793a54c588b08321e5ea286c7b9173a09a5cc573b11fbf00c2888
+DIST thread2.8.2.tar.gz 346222 BLAKE2B 194673b14b3f6b98a46330afa58caaf705feb2d8713606547d0d7e5b18770c5729fd562c81e66b403040622afdbdf62b994bd3ef62678d00915ba48f1eafc786 SHA512 0889f54ba8c76413f0333bdf6f17cca38c4fa8ccfff7e1554a63f38f19471dc72c3afe34d2e38ea00724aa3f0c007051999392a8d188d47265dbf0527dadceea

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild
new file mode 100644
index 00000000000..700cd2a9230
--- /dev/null
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib
+
+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 ~sh ~sparc ~x86 ~x86-fbsd"
+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)"
+}


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2019-12-23 14:03 Agostino Sarubbo
  0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2019-12-23 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d9bde6f8484f7c32b952d7658324c3adebb29660
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 14:02:49 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 14:02:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bde6f8

dev-tcltk/thread: amd64 stable wrt bug #703434

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild
index 07bff869f9b..e2abbac3a81 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2019-12-24  8:08 Agostino Sarubbo
  0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2019-12-24  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     362d3f484b60af3b6ba9bd3fec7140855ed54d86
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 08:07:48 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 08:07:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362d3f48

dev-tcltk/thread: x86 stable wrt bug #703434

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild
index e2abbac3a81..972cc84775d 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2019-12-24 14:43 Mikle Kolyada
  0 siblings, 0 replies; 26+ messages in thread
From: Mikle Kolyada @ 2019-12-24 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6c8022b19d4c4f68e68ecf59fde5003b5c39c1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 14:43:38 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 14:43:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6c8022

dev-tcltk/thread: arm stable wrt bug #703434

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild
index 972cc84775d..7c1f025e9dc 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2019-12-25 20:24 Sergei Trofimovich
  0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2019-12-25 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f76e0bdd412cddc29d648dca7df856e8cc629d4e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 20:24:02 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 20:24:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76e0bdd

dev-tcltk/thread: stable 2.8.2 for ia64, bug #703434

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild
index 7c1f025e9dc..1aa7bd9deb9 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2019-12-25 20:39 Sergei Trofimovich
  0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2019-12-25 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3f224e623c348fae078cbbd6b857a2e6c352b23a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 20:37:41 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 20:39:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f224e62

dev-tcltk/thread: stable 2.8.2 for ppc, bug #703434

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild
index 1aa7bd9deb9..e476bff4010 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2019-12-25 20:50 Sergei Trofimovich
  0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2019-12-25 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0e88a76a18720c5b710c9c4f7d0fa2b81ffc2017
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 20:49:46 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 20:50:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e88a76a

dev-tcltk/thread: stable 2.8.2 for ppc64, bug #703434

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild
index e476bff4010..391435b3eb0 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2019-12-26 11:02 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2019-12-26 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     54abe3c46fc1d3b8a106d40bccb87e384e674573
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 22:32:59 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 11:02:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54abe3c4

dev-tcltk/thread: remove old versions

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/Manifest            |  2 --
 dev-tcltk/thread/thread-2.7.1.ebuild | 49 ------------------------------------
 dev-tcltk/thread/thread-2.7.3.ebuild | 41 ------------------------------
 3 files changed, 92 deletions(-)

diff --git a/dev-tcltk/thread/Manifest b/dev-tcltk/thread/Manifest
index a3d1b14423f..b8b4161cf0e 100644
--- a/dev-tcltk/thread/Manifest
+++ b/dev-tcltk/thread/Manifest
@@ -1,3 +1 @@
-DIST thread2.7.1.tar.gz 295134 BLAKE2B 785e832f8acf926f550cbffa3e2383eb6ad7fdbb480830e3c0f56d207375053c865d6eb201361acb8ca2df8951a037603b015f85ab4903d80a92f9d957af9dcd SHA512 18ebd9431b6f6bfb1e6a60797af39db0dee29a16cd457ddab2a18cd5dfd9ef2dea9284ab99238fb05b8284fcc855c2ef8011eb3ed02d7e54d715379d133512dc
-DIST thread2.7.3.tar.gz 291332 BLAKE2B 96e7b03cf22227e85462994a6f955fd04d2e40384e540e7cbf78f93c661611607312eb1ceb195cecbe672ecb53df464f1cff4e9b9768864cfeef6be82595e17e SHA512 0efe8db04ffb1cbe539d1bbc9f82e52df994cf0cb570a2eeb79b6f821ee5d585e0b034b970e793a54c588b08321e5ea286c7b9173a09a5cc573b11fbf00c2888
 DIST thread2.8.2.tar.gz 346222 BLAKE2B 194673b14b3f6b98a46330afa58caaf705feb2d8713606547d0d7e5b18770c5729fd562c81e66b403040622afdbdf62b994bd3ef62678d00915ba48f1eafc786 SHA512 0889f54ba8c76413f0333bdf6f17cca38c4fa8ccfff7e1554a63f38f19471dc72c3afe34d2e38ea00724aa3f0c007051999392a8d188d47265dbf0527dadceea

diff --git a/dev-tcltk/thread/thread-2.7.1.ebuild b/dev-tcltk/thread/thread-2.7.1.ebuild
deleted file mode 100644
index a114ff1e8df..00000000000
--- a/dev-tcltk/thread/thread-2.7.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils multilib
-
-MY_P="${PN}${PV}"
-TCL_VER="8.6.2"
-
-DESCRIPTION="Tcl Thread extension"
-HOMEPAGE="http://www.tcl.tk/"
-SRC_URI="mirror://sourceforge/project/tcl/Tcl/${TCL_VER}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="debug gdbm"
-
-DEPEND="
-	dev-lang/tcl:0=[threads]
-	gdbm? ( sys-libs/gdbm )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}${PV}
-
-RESTRICT="test"
-
-src_prepare() {
-	# 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
-
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		--with-tclinclude="${EPREFIX}/usr/include"
-		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
-	)
-	use gdbm && myconf+=( --with-gdbm )
-	use debug && myconf+=( --enable-symbols )
-	autotools-utils_src_configure
-}

diff --git a/dev-tcltk/thread/thread-2.7.3.ebuild b/dev-tcltk/thread/thread-2.7.3.ebuild
deleted file mode 100644
index 4b42c4ef121..00000000000
--- a/dev-tcltk/thread/thread-2.7.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib
-
-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 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/tcl:0=[threads]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}${PV}
-
-RESTRICT="test"
-
-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)"
-}


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2021-09-18 16:51 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2021-09-18 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     de8e189e2b22e2ca10312d5bea554faa68f17317
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 16:40:21 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 16:50:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8e189e

dev-tcltk/thread: UnusedInherits

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild
index 9fc9d6ffc3d..3b844e57a72 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools multilib
+inherit autotools
 
 MY_P="${PN}${PV}"
 


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2021-11-02 19:24 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2021-11-02 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5deb557fc4cdc68904dfeff76118071f1335ce59
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 19:23:48 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 19:23:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5deb557f

dev-tcltk/thread: bump 2.8.5

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/Manifest            |  1 +
 dev-tcltk/thread/thread-2.8.5.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-tcltk/thread/Manifest b/dev-tcltk/thread/Manifest
index b8b4161cf0e..2d63ee06b23 100644
--- a/dev-tcltk/thread/Manifest
+++ b/dev-tcltk/thread/Manifest
@@ -1 +1,2 @@
 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.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
new file mode 100644
index 00000000000..f9b48fdfd4e
--- /dev/null
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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}"/${MY_P}
+
+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)"
+}


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2022-11-23  1:53 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2022-11-23  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ee409fe5af198b700c294d0c2cec485ec7451335
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 01:53:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 01:53:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee409fe5

dev-tcltk/thread: Stabilize 2.8.5 arm, #882563

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index 5ee7671d2363..f5fff6772939 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2022-11-23  1:53 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2022-11-23  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2bd7932c8724ad1bed07cfee39601e20231d70a3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 01:53:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 01:53:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd7932c

dev-tcltk/thread: Stabilize 2.8.5 amd64, #882563

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index e6421b825bf4..5ee7671d2363 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2022-11-23  1:53 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2022-11-23  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f66871354f84de8e8c9f958a413200ab5bb9136f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 01:53:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 01:53:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6687135

dev-tcltk/thread: Stabilize 2.8.5 x86, #882563

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index f9b48fdfd4eb..e6421b825bf4 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2022-11-23  1:56 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2022-11-23  1:56 UTC (permalink / raw
  To: gentoo-commits

commit:     05a2d93b9a2a7daf9dac14fdf5b498e658b9f469
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 01:55:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 01:55:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a2d93b

dev-tcltk/thread: Stabilize 2.8.5 ppc, #882563

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index f5fff6772939..79171cd24ef1 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2022-11-23  1:56 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2022-11-23  1:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4215e0ac32be4ddf67102bac8f6c47523fbd4f86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 01:55:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 01:55:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4215e0ac

dev-tcltk/thread: Stabilize 2.8.5 ppc64, #882563

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index 79171cd24ef1..240a6f7ee101 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2023-03-17 19:21 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-03-17 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e50edd2053db5fa079e16774cca464110a5dda7a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 19:19:59 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 19:20:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50edd20

dev-tcltk/thread: stat64 used in configure to detect LFS

Closes: https://bugs.gentoo.org/901735
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index cb6b5e7e0a40..a5c3f05023c1 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -19,6 +19,10 @@ IUSE=""
 DEPEND="dev-lang/tcl:0=[threads]"
 RDEPEND="${DEPEND}"
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+	stat64 # used to test for Large File Support
+)
+
 S="${WORKDIR}"/${MY_P}
 
 PATCHES=( "${FILESDIR}"/${P}-musl.patch )


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2023-08-26 16:34 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2023-08-26 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1f571b3622aa1f29bd22e31d326df686163ce9a7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 12:46:01 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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)"
-}


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2024-02-16 21:40 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2024-02-16 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a95527cc93d1beb3ce4ef6fec83a034173d3a4c2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 21:40:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 21:40:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95527cc

dev-tcltk/thread: Keyword 2.8.5 arm64, #924721

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index a5c3f05023c1..61566c2ab2ea 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2024-02-17 12:26 Jakov Smolić
  0 siblings, 0 replies; 26+ messages in thread
From: Jakov Smolić @ 2024-02-17 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0df69c51724ea0aa50efa2c2efe08d445057dd33
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 12:26:03 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 12:26:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df69c51

dev-tcltk/thread: Keyword 2.8.5 riscv, #924721

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index 61566c2ab2ea..ac9589a23cf2 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2024-02-27  7:18 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-02-27  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     590b7767a21bedc458e177b56b337c00af2b1d55
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 07:17:37 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 07:17:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590b7767

dev-tcltk/thread: add 2.8.8

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/Manifest                                     | 1 +
 dev-tcltk/thread/thread-2.8.5.ebuild                          | 1 -
 dev-tcltk/thread/{thread-2.8.5.ebuild => thread-2.8.8.ebuild} | 5 ++---
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-tcltk/thread/Manifest b/dev-tcltk/thread/Manifest
index fa7d5e70e385..bc876ce12edd 100644
--- a/dev-tcltk/thread/Manifest
+++ b/dev-tcltk/thread/Manifest
@@ -1 +1,2 @@
 DIST thread2.8.5.tar.gz 338776 BLAKE2B b6500ba59f87150d3d4479cae9a55b591a41768c6a74520933157d8fe2ec5374a79cf258fad1f08c775b190c17667dc529605f21a4fdd562320778be94b294a2 SHA512 b1cd049605f44ea5e85a121ff864d9e531491b24579654159dd5f3850b0aa4192ea79844324be3e9c6b395b14e6f765474c792bfd3271c7100b49f0ff22832d0
+DIST thread2.8.8.tar.gz 343099 BLAKE2B 3551bdbc4cab78c6ea0ea7eac43c53a65a1f55f9eae302ddd7030c33b40b76317ecc651d731411396cf4f51f11c852bab0c60642d36a312f23e22f96019df427 SHA512 249ddf689ee20536280e3b3d220c0faa3a8a2821bcd31a3f6188ef838d31e5cacefa7fd737b8e29b73a6b30e0a946d2eeb0805dd851c9f8aefc5c5bc5f50de0e

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index ac9589a23cf2..299354e5ba6b 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -14,7 +14,6 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"
 RDEPEND="${DEPEND}"

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.8.ebuild
similarity index 84%
copy from dev-tcltk/thread/thread-2.8.5.ebuild
copy to dev-tcltk/thread/thread-2.8.8.ebuild
index ac9589a23cf2..0d61f5d80f0b 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.8.ebuild
@@ -13,8 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 DEPEND="dev-lang/tcl:0=[threads]"
 RDEPEND="${DEPEND}"
@@ -25,7 +24,7 @@ QA_CONFIG_IMPL_DECL_SKIP=(
 
 S="${WORKDIR}"/${MY_P}
 
-PATCHES=( "${FILESDIR}"/${P}-musl.patch )
+PATCHES=( "${FILESDIR}"/${PN}-2.8.5-musl.patch )
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2024-03-07 21:44 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-03-07 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d6acb2ad62f3c982d667db920dd88a2b3896521f
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 21:31:47 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 21:43:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6acb2ad

dev-tcltk/thread: drop QA warning

Closes: https://bugs.gentoo.org/925881
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.8.ebuild b/dev-tcltk/thread/thread-2.8.8.ebuild
index 0d61f5d80f0b..202ceb1c6cc9 100644
--- a/dev-tcltk/thread/thread-2.8.8.ebuild
+++ b/dev-tcltk/thread/thread-2.8.8.ebuild
@@ -19,7 +19,7 @@ DEPEND="dev-lang/tcl:0=[threads]"
 RDEPEND="${DEPEND}"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
-	stat64 # used to test for Large File Support
+	opendir64 rewinddir64 closedir64 stat64 # used to test for Large File Support on AIX
 )
 
 S="${WORKDIR}"/${MY_P}


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2024-03-10 15:32 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-03-10 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     015cb5c874a1ee46a4077626a1100d03854bb542
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 15:31:24 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 15:31:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015cb5c8

dev-tcltk/thread: add 2.8.9

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/Manifest            |  1 +
 dev-tcltk/thread/metadata.xml        |  1 +
 dev-tcltk/thread/thread-2.8.9.ebuild | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-tcltk/thread/Manifest b/dev-tcltk/thread/Manifest
index bc876ce12edd..9a18378f6f9e 100644
--- a/dev-tcltk/thread/Manifest
+++ b/dev-tcltk/thread/Manifest
@@ -1,2 +1,3 @@
+DIST thread-2-8-9.tar.gz 322166 BLAKE2B d7b1f61048ff7ef2276ab0ed2e72054267f75cf32cc705b2de6e27fd80ffde08e55a7386976d1c6159c5085686f1b534434c9a7cae504feedb91a9bc8bcff69f SHA512 b3f781b2b522a1c184e071c003a2b20ef0615668c56ffd2f6680890f36b106ded051d411547cb6b1afd7e9389e09b5cc67e68bfd79cc95ea06a0e2ee71c2e433
 DIST thread2.8.5.tar.gz 338776 BLAKE2B b6500ba59f87150d3d4479cae9a55b591a41768c6a74520933157d8fe2ec5374a79cf258fad1f08c775b190c17667dc529605f21a4fdd562320778be94b294a2 SHA512 b1cd049605f44ea5e85a121ff864d9e531491b24579654159dd5f3850b0aa4192ea79844324be3e9c6b395b14e6f765474c792bfd3271c7100b49f0ff22832d0
 DIST thread2.8.8.tar.gz 343099 BLAKE2B 3551bdbc4cab78c6ea0ea7eac43c53a65a1f55f9eae302ddd7030c33b40b76317ecc651d731411396cf4f51f11c852bab0c60642d36a312f23e22f96019df427 SHA512 249ddf689ee20536280e3b3d220c0faa3a8a2821bcd31a3f6188ef838d31e5cacefa7fd737b8e29b73a6b30e0a946d2eeb0805dd851c9f8aefc5c5bc5f50de0e

diff --git a/dev-tcltk/thread/metadata.xml b/dev-tcltk/thread/metadata.xml
index 1f26c2bf3776..1e08d65c4c11 100644
--- a/dev-tcltk/thread/metadata.xml
+++ b/dev-tcltk/thread/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">tcl</remote-id>
+		<remote-id type="github">tcltk/thread</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-tcltk/thread/thread-2.8.9.ebuild b/dev-tcltk/thread/thread-2.8.9.ebuild
new file mode 100644
index 000000000000..d17e1037fa84
--- /dev/null
+++ b/dev-tcltk/thread/thread-2.8.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${PN}-$(ver_rs 0- '-')"
+
+DESCRIPTION="Tcl Thread extension"
+HOMEPAGE="http://www.tcl.tk/"
+SRC_URI="https://github.com/tcltk/${PN}/archive/refs/tags/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+DEPEND="dev-lang/tcl:0=[threads]"
+RDEPEND="${DEPEND}"
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+	opendir64 rewinddir64 closedir64 stat64 # used to test for Large File Support on AIX
+)
+
+S="${WORKDIR}"/${PN}-${MY_P}
+
+PATCHES=( "${FILESDIR}"/${PN}-2.8.5-musl.patch )
+
+src_configure() {
+	econf --with-tclinclude="${EPREFIX}/usr/include" \
+		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
+}


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2024-03-11 10:18 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-03-11 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4d9f4f53dbce7494b5a8c750bfb3acc4c57959af
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 10:17:59 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 10:18:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9f4f53

dev-tcltk/thread: update SRC_URI

Closes: https://bugs.gentoo.org/926696
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/Manifest            |  1 +
 dev-tcltk/thread/thread-2.8.9.ebuild | 20 +++++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/Manifest b/dev-tcltk/thread/Manifest
index 9a18378f6f9e..54a772c8f25f 100644
--- a/dev-tcltk/thread/Manifest
+++ b/dev-tcltk/thread/Manifest
@@ -1,3 +1,4 @@
+DIST tclconfig-2023.12.11.tar.gz 49691 BLAKE2B 53bb91d125fd080b79ac83af1053d8bb981a8e917b7c8e4db71da89c43263d75a9604623a85d560bcbf3d686f61ccf21bffd794d333aa6cb35c959ab3042991d SHA512 c4eaa31ca1ec585536cd6d31a548b347dae3167197433674d2f3912ce85bad00dda55b0c60eebf26cb5f9d651c8437688e1829f7d3996a22bba2d93e4538946c
 DIST thread-2-8-9.tar.gz 322166 BLAKE2B d7b1f61048ff7ef2276ab0ed2e72054267f75cf32cc705b2de6e27fd80ffde08e55a7386976d1c6159c5085686f1b534434c9a7cae504feedb91a9bc8bcff69f SHA512 b3f781b2b522a1c184e071c003a2b20ef0615668c56ffd2f6680890f36b106ded051d411547cb6b1afd7e9389e09b5cc67e68bfd79cc95ea06a0e2ee71c2e433
 DIST thread2.8.5.tar.gz 338776 BLAKE2B b6500ba59f87150d3d4479cae9a55b591a41768c6a74520933157d8fe2ec5374a79cf258fad1f08c775b190c17667dc529605f21a4fdd562320778be94b294a2 SHA512 b1cd049605f44ea5e85a121ff864d9e531491b24579654159dd5f3850b0aa4192ea79844324be3e9c6b395b14e6f765474c792bfd3271c7100b49f0ff22832d0
 DIST thread2.8.8.tar.gz 343099 BLAKE2B 3551bdbc4cab78c6ea0ea7eac43c53a65a1f55f9eae302ddd7030c33b40b76317ecc651d731411396cf4f51f11c852bab0c60642d36a312f23e22f96019df427 SHA512 249ddf689ee20536280e3b3d220c0faa3a8a2821bcd31a3f6188ef838d31e5cacefa7fd737b8e29b73a6b30e0a946d2eeb0805dd851c9f8aefc5c5bc5f50de0e

diff --git a/dev-tcltk/thread/thread-2.8.9.ebuild b/dev-tcltk/thread/thread-2.8.9.ebuild
index d17e1037fa84..7a5750ff4138 100644
--- a/dev-tcltk/thread/thread-2.8.9.ebuild
+++ b/dev-tcltk/thread/thread-2.8.9.ebuild
@@ -3,11 +3,18 @@
 
 EAPI=8
 
+inherit autotools
+
 MY_P="${PN}-$(ver_rs 0- '-')"
+TCLCONFIGId=4a924db4fb37fa0c7cc2ae987b294dbaa97bc713
 
 DESCRIPTION="Tcl Thread extension"
 HOMEPAGE="http://www.tcl.tk/"
-SRC_URI="https://github.com/tcltk/${PN}/archive/refs/tags/${MY_P}.tar.gz"
+SRC_URI="
+	https://github.com/tcltk/${PN}/archive/refs/tags/${MY_P}.tar.gz
+	https://github.com/tcltk/tclconfig/archive/${TCLCONFIGId}.tar.gz
+		-> tclconfig-2023.12.11.tar.gz
+"
 
 LICENSE="BSD"
 SLOT="0"
@@ -24,6 +31,17 @@ S="${WORKDIR}"/${PN}-${MY_P}
 
 PATCHES=( "${FILESDIR}"/${PN}-2.8.5-musl.patch )
 
+src_prepare() {
+	ln -s ../tclconfig-${TCLCONFIGId} tclconfig || die
+	default
+
+	# Search for libs in libdir not just exec_prefix/lib
+	sed -i -e 's:${exec_prefix}/lib:${libdir}:' \
+		aclocal.m4 || die "sed failed"
+
+	eautoreconf
+}
+
 src_configure() {
 	econf --with-tclinclude="${EPREFIX}/usr/include" \
 		--with-tcl="${EPREFIX}/usr/$(get_libdir)"


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2024-03-11 11:22 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-03-11 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     03fb090e73352b099f3a2460530d81d13c98a5f0
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 11:21:10 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 11:21:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fb090e

dev-tcltk/thread: do not use git or svn

Closes: https://bugs.gentoo.org/926704
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.9.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tcltk/thread/thread-2.8.9.ebuild b/dev-tcltk/thread/thread-2.8.9.ebuild
index 7a5750ff4138..ab64d0048cc7 100644
--- a/dev-tcltk/thread/thread-2.8.9.ebuild
+++ b/dev-tcltk/thread/thread-2.8.9.ebuild
@@ -33,6 +33,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.8.5-musl.patch )
 
 src_prepare() {
 	ln -s ../tclconfig-${TCLCONFIGId} tclconfig || die
+	echo "unknown" > manifest.uuid || die
 	default
 
 	# Search for libs in libdir not just exec_prefix/lib


^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
@ 2024-04-20 18:58 Alfredo Tupone
  0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-04-20 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     9ca4779faa8365c5c51a278e6d84d29bb6ab6c01
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 18:55:47 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 18:57:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca4779f

dev-tcltk/thread: implicit function declarations

Closes: https://bugs.gentoo.org/928059
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/thread/thread-2.8.5.ebuild | 4 ++--
 dev-tcltk/thread/thread-2.8.8.ebuild | 4 ++--
 dev-tcltk/thread/thread-2.8.9.ebuild | 5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index 299354e5ba6b..046cf4206808 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="Tcl Thread extension"
 HOMEPAGE="http://www.tcl.tk/"
 SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.gz"
 
+S="${WORKDIR}"/${MY_P}
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
@@ -22,8 +24,6 @@ QA_CONFIG_IMPL_DECL_SKIP=(
 	stat64 # used to test for Large File Support
 )
 
-S="${WORKDIR}"/${MY_P}
-
 PATCHES=( "${FILESDIR}"/${P}-musl.patch )
 
 src_prepare() {

diff --git a/dev-tcltk/thread/thread-2.8.8.ebuild b/dev-tcltk/thread/thread-2.8.8.ebuild
index 202ceb1c6cc9..94ce8fc07a35 100644
--- a/dev-tcltk/thread/thread-2.8.8.ebuild
+++ b/dev-tcltk/thread/thread-2.8.8.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="Tcl Thread extension"
 HOMEPAGE="http://www.tcl.tk/"
 SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.gz"
 
+S="${WORKDIR}"/${MY_P}
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
@@ -22,8 +24,6 @@ QA_CONFIG_IMPL_DECL_SKIP=(
 	opendir64 rewinddir64 closedir64 stat64 # used to test for Large File Support on AIX
 )
 
-S="${WORKDIR}"/${MY_P}
-
 PATCHES=( "${FILESDIR}"/${PN}-2.8.5-musl.patch )
 
 src_prepare() {

diff --git a/dev-tcltk/thread/thread-2.8.9.ebuild b/dev-tcltk/thread/thread-2.8.9.ebuild
index ab64d0048cc7..280b7de7c6c5 100644
--- a/dev-tcltk/thread/thread-2.8.9.ebuild
+++ b/dev-tcltk/thread/thread-2.8.9.ebuild
@@ -16,6 +16,7 @@ SRC_URI="
 		-> tclconfig-2023.12.11.tar.gz
 "
 
+S="${WORKDIR}"/${PN}-${MY_P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
@@ -24,11 +25,9 @@ DEPEND="dev-lang/tcl:0=[threads]"
 RDEPEND="${DEPEND}"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
-	opendir64 rewinddir64 closedir64 stat64 # used to test for Large File Support on AIX
+	opendir64 readdir64 rewinddir64 closedir64 stat64 # used to test for Large File Support on AIX
 )
 
-S="${WORKDIR}"/${PN}-${MY_P}
-
 PATCHES=( "${FILESDIR}"/${PN}-2.8.5-musl.patch )
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2024-04-20 18:58 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-24 14:43 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2024-04-20 18:58 Alfredo Tupone
2024-03-11 11:22 Alfredo Tupone
2024-03-11 10:18 Alfredo Tupone
2024-03-10 15:32 Alfredo Tupone
2024-03-07 21:44 Alfredo Tupone
2024-02-27  7:18 Alfredo Tupone
2024-02-17 12:26 Jakov Smolić
2024-02-16 21:40 Sam James
2023-08-26 16:34 Andreas Sturmlechner
2023-03-17 19:21 Alfredo Tupone
2022-11-23  1:56 Sam James
2022-11-23  1:56 Sam James
2022-11-23  1:53 Sam James
2022-11-23  1:53 Sam James
2022-11-23  1:53 Sam James
2021-11-02 19:24 Alfredo Tupone
2021-09-18 16:51 Alfredo Tupone
2019-12-26 11:02 Alfredo Tupone
2019-12-25 20:50 Sergei Trofimovich
2019-12-25 20:39 Sergei Trofimovich
2019-12-25 20:24 Sergei Trofimovich
2019-12-24  8:08 Agostino Sarubbo
2019-12-23 14:03 Agostino Sarubbo
2018-11-02 16:51 Alfredo Tupone
2018-09-26 18:00 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox