* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktreectrl/
@ 2018-02-06 18:36 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-02-06 18:36 UTC (permalink / raw
To: gentoo-commits
commit: c0bc754a04ad2f9aa4a1bf9d9363d660a0c7b37e
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 18:31:42 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 18:35:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc754a
dev-tcltk/tktreectrl: x86 stable (bug #642746)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild b/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild
index bd20b2a3182..5744f8f45de 100644
--- a/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild
+++ b/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="tcltk"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="X debug shellicon threads"
RDEPEND=">=dev-lang/tk-8.4:0="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktreectrl/
@ 2018-02-22 23:00 Andreas Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2018-02-22 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 5b2eb9668631da02f1415c72f83dee3e1e202685
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 23:00:38 2018 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 23:00:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2eb966
dev-tcltk/tktreectrl: Drop old; bug 605728
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-tcltk/tktreectrl/Manifest | 2 --
dev-tcltk/tktreectrl/tktreectrl-2.2.10.ebuild | 41 --------------------------
dev-tcltk/tktreectrl/tktreectrl-2.2.9.ebuild | 42 ---------------------------
3 files changed, 85 deletions(-)
diff --git a/dev-tcltk/tktreectrl/Manifest b/dev-tcltk/tktreectrl/Manifest
index 4df6f9cf33c..dc1464aed36 100644
--- a/dev-tcltk/tktreectrl/Manifest
+++ b/dev-tcltk/tktreectrl/Manifest
@@ -1,3 +1 @@
-DIST tktreectrl-2.2.10.tar.gz 742335 BLAKE2B c3840d8a83f5ce973ef2f942c0f303f3507b49b6dbbd7dd6fb4a9134ecd6d3f1c780cf391ded9e8e7dc55b3276c68807b91ec549fded12ed5ee4bcb940e69dca SHA512 20598393d54ee304d0be74ef3de9f242433814b7c5dc8b649f8f18dfa5505dee66aba624e2ac2671a167b8ac491f5edbe0dc397db74cab740c6bc59e564b53e1
-DIST tktreectrl-2.2.9.tar.gz 718999 BLAKE2B adc880e2bc52cf667c086a70f59ebc35113ae5b0ca8d2fb4a2d6abee4cf6ff55922e254b6a0dea13052fc2acec0190294bf8347421f41bfa018b574678f7ef1e SHA512 8e1f5d176e939238cfc6dc83e55dc1df911e13f633bac494b4e9a954729b6047b6436283509f83ec57d43eefd7dae4052ffe3af38a22a162faf7959498bc0b0e
DIST tktreectrl-2.4.1.tar.gz 945101 BLAKE2B 8b91d0f264df4ab79f897608e259998139ab3cd3ba9359e1d74a23a174465a468c3bec0c5983764d2e23049d5feb70905066419c7c883007c6aa5e655d50dccd SHA512 5ea3f286326cb9dd32a259f8032c37dd3bfe4c4ecdac878cc8e7a283b542c4eb67a5434c97ecc81b9773f08e55563401a173234452ebf63547c00780e5703c1b
diff --git a/dev-tcltk/tktreectrl/tktreectrl-2.2.10.ebuild b/dev-tcltk/tktreectrl/tktreectrl-2.2.10.ebuild
deleted file mode 100644
index 5c55af25b88..00000000000
--- a/dev-tcltk/tktreectrl/tktreectrl-2.2.10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="A flexible listbox widget for Tk"
-HOMEPAGE="http://tktreectrl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="tcltk"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="X debug shellicon threads"
-
-RDEPEND=">=dev-lang/tk-8.4"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/2.2.9-as-needed.patch
-}
-
-src_configure() {
- econf \
- $(use_enable threads) \
- $(use_enable shellicon) \
- $(use_enable amd64 64bit) \
- $(use_enable debug symbols) \
- $(use_enable X x) \
- --enable-shared
-}
-
-#src_test() {
-# emake test || die
-#}
-
-src_install() {
- default
- mv "${ED}"/usr/lib*/treectrl${PV}/htmldoc "${ED}"/usr/share/doc/${P}/
-}
diff --git a/dev-tcltk/tktreectrl/tktreectrl-2.2.9.ebuild b/dev-tcltk/tktreectrl/tktreectrl-2.2.9.ebuild
deleted file mode 100644
index 9873de5788a..00000000000
--- a/dev-tcltk/tktreectrl/tktreectrl-2.2.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="A flexible listbox widget for Tk"
-HOMEPAGE="http://tktreectrl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="X debug shellicon threads"
-
-RDEPEND=">=dev-lang/tk-8.4"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-as-needed.patch
-}
-
-src_configure() {
- econf \
- $(use_enable threads) \
- $(use_enable shellicon) \
- $(use_enable amd64 64bit) \
- $(use_enable debug symbols) \
- $(use_enable X x) \
- --enable-shared
-}
-
-src_test() {
- emake test || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog README.txt || die
- mv "${ED}"/usr/lib*/treectrl${PV}/htmldoc "${ED}"/usr/share/doc/${P}/
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktreectrl/
@ 2024-04-11 12:47 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2024-04-11 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 2e5642e8592dc15bac5a63f10c7a4e3008c9e150
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 17 12:39:24 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 12:45:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5642e8
dev-tcltk/tktreectrl: EAPI8 bump, use https
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Bug: https://bugs.gentoo.org/828839
Closes: https://bugs.gentoo.org/906870
Closes: https://github.com/gentoo/gentoo/pull/35391
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild | 48 +++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild b/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild
new file mode 100644
index 000000000000..f1c695b3fdd4
--- /dev/null
+++ b/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit virtualx
+
+DESCRIPTION="Flexible listbox widget for Tk"
+HOMEPAGE="https://tktreectrl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug shellicon threads"
+
+RDEPEND=">=dev-lang/tk-8.4:0="
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/2.2.9-as-needed.patch )
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+ stat64 # used to test for Large File Support
+)
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable threads)
+ $(use_enable shellicon)
+ $(use_enable amd64 64bit)
+ $(use_enable debug symbols)
+ --with-x
+ --enable-shared
+ )
+
+ econf ${myeconfargs[@]}
+}
+
+src_test() {
+ virtx emake test
+}
+
+src_install() {
+ default
+ mv \
+ "${ED}"/usr/lib*/treectrl${PV}/htmldoc \
+ "${ED}"/usr/share/doc/${PF}/ || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktreectrl/
@ 2024-04-19 7:28 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-04-19 7:28 UTC (permalink / raw
To: gentoo-commits
commit: f89b38b0b94e19198a2663e3fabeeef47f0755db
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 07:28:39 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 07:28:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89b38b0
dev-tcltk/tktreectrl: Stabilize 2.4.1-r1 amd64, #930218
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild b/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild
index f1c695b3fdd4..51d2aa189157 100644
--- a/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild
+++ b/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="tcltk"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug shellicon threads"
RDEPEND=">=dev-lang/tk-8.4:0="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktreectrl/
@ 2024-04-19 7:28 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-04-19 7:28 UTC (permalink / raw
To: gentoo-commits
commit: 31500bd12198c415d3c2a6c4185ccf7932f8f4db
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 07:28:42 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 07:28:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31500bd1
dev-tcltk/tktreectrl: Stabilize 2.4.1-r1 x86, #930218
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild b/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild
index 51d2aa189157..6c76d2a3c8e6 100644
--- a/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild
+++ b/dev-tcltk/tktreectrl/tktreectrl-2.4.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="tcltk"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug shellicon threads"
RDEPEND=">=dev-lang/tk-8.4:0="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktreectrl/
@ 2024-04-19 7:32 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-04-19 7:32 UTC (permalink / raw
To: gentoo-commits
commit: 358b77102784a6e4c693c0fe7b2650ddeaae9dba
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 07:30:00 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 07:30:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358b7710
dev-tcltk/tktreectrl: drop 2.4.1, EAPI6--
Closes: https://bugs.gentoo.org/930218
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild | 41 ----------------------------
1 file changed, 41 deletions(-)
diff --git a/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild b/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild
deleted file mode 100644
index c77a6d2b59aa..000000000000
--- a/dev-tcltk/tktreectrl/tktreectrl-2.4.1.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 virtualx
-
-DESCRIPTION="A flexible listbox widget for Tk"
-HOMEPAGE="http://tktreectrl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="X debug shellicon threads"
-
-RDEPEND=">=dev-lang/tk-8.4:0="
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/2.2.9-as-needed.patch )
-
-src_configure() {
- econf \
- $(use_enable threads) \
- $(use_enable shellicon) \
- $(use_enable amd64 64bit) \
- $(use_enable debug symbols) \
- $(use_enable X x) \
- --enable-shared
-}
-
-src_test() {
- virtx emake test
-}
-
-src_install() {
- default
- mv \
- "${ED}"/usr/lib*/treectrl${PV}/htmldoc \
- "${ED}"/usr/share/doc/${P}/ || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-04-19 7:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 7:28 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktreectrl/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 7:32 Arthur Zamarin
2024-04-19 7:28 Arthur Zamarin
2024-04-11 12:47 Andrew Ammerlaan
2018-02-22 23:00 Andreas Hüttel
2018-02-06 18:36 Thomas Deutschmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox