* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/
@ 2019-11-20 7:40 Alfredo Tupone
0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2019-11-20 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 2d49e83a932d15be96a3ea6a7e1f0d5c09c7214d
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 07:40:01 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 07:40:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d49e83a
dev-tcltk/tktray: MissingTestRestrict
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-tcltk/tktray/tktray-1.3.9.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-tcltk/tktray/tktray-1.3.9.ebuild b/dev-tcltk/tktray/tktray-1.3.9.ebuild
index 8b1b102c4bc..3cb9eb4b38a 100644
--- a/dev-tcltk/tktray/tktray-1.3.9.ebuild
+++ b/dev-tcltk/tktray/tktray-1.3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,6 +15,7 @@ LICENSE="tcltk"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="debug threads test"
+RESTRICT="!test? ( test )"
DEPEND="
>=dev-lang/tcl-8.4:0=
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/
@ 2024-02-25 10:05 Alfredo Tupone
0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-02-25 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 77dc09e605081eefecb815e53d0f35d250a95a47
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 10:04:52 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 10:04:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77dc09e6
dev-tcltk/tktray: drop QA warning
Closes: https://bugs.gentoo.org/906869
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-tcltk/tktray/tktray-1.3.9-r2.ebuild | 6 +++++-
dev-tcltk/tktray/tktray-1.3.9.ebuild | 33 ---------------------------------
2 files changed, 5 insertions(+), 34 deletions(-)
diff --git a/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild b/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
index db484aefe6cd..d378d9096777 100644
--- a/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
+++ b/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,6 +24,10 @@ DEPEND="
x11-libs/libXext"
RDEPEND="${DEPEND}"
+QA_CONFIG_IMPL_DECL_SKIP=(
+ stat64 # used to test for Large File Support
+)
+
PATCHES=(
"${FILESDIR}"/1.1-ldflags.patch
)
diff --git a/dev-tcltk/tktray/tktray-1.3.9.ebuild b/dev-tcltk/tktray/tktray-1.3.9.ebuild
deleted file mode 100644
index cdfa53b8e127..000000000000
--- a/dev-tcltk/tktray/tktray-1.3.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="System Tray Icon Support for Tk on X11"
-HOMEPAGE="https://code.google.com/p/tktray/"
-SRC_URI="https://tktray.googlecode.com/files/${PN}${PV}.tar.gz"
-S="${WORKDIR}/${PN}${PV}"
-
-LICENSE="tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="debug threads"
-
-# tests need actual X server with user interaction, bug #284919
-RESTRICT="test"
-
-DEPEND="
- >=dev-lang/tcl-8.4:0=
- >=dev-lang/tk-8.4:0=
- x11-libs/libXext"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/1.1-ldflags.patch )
-
-src_configure() {
- source /usr/lib/tclConfig.sh
- CPPFLAGS="-I${TCL_SRC_DIR}/generic ${CPPFLAGS}" \
- econf \
- $(use_enable debug symbols) \
- $(use_enable threads)
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/
@ 2022-10-04 11:16 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-10-04 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 4213175d26cf80775df055a233ea7a0c9f15977c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 11:15:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 11:16:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4213175d
dev-tcltk/tktray: fix tclconfig path
Tcl is multilib, who knew!
Closes: https://bugs.gentoo.org/874870
Bug: https://bugs.gentoo.org/874852
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tcltk/tktray/{tktray-1.3.9-r1.ebuild => tktray-1.3.9-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild b/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
similarity index 93%
rename from dev-tcltk/tktray/tktray-1.3.9-r1.ebuild
rename to dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
index 13d6a1f00c5b..db484aefe6cd 100644
--- a/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild
+++ b/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
@@ -36,7 +36,7 @@ src_prepare() {
}
src_configure() {
- source "${ESYSROOT}"/usr/lib/tclConfig.sh || die
+ source "${ESYSROOT}/usr/$(get_libdir)/tclConfig.sh" || die
CPPFLAGS="-I${TCL_SRC_DIR}/generic ${CPPFLAGS}" \
econf \
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/
@ 2022-10-04 9:09 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-10-04 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 90788a79ad392c5c2117f73a1e6042edbccc7c2c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 07:59:22 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 09:08:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90788a79
dev-tcltk/tktray: BROOT -> ESYSROOT
Closes: https://bugs.gentoo.org/874852
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tcltk/tktray/tktray-1.3.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild b/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild
index abfcf148c17d..13d6a1f00c5b 100644
--- a/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild
+++ b/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild
@@ -36,7 +36,7 @@ src_prepare() {
}
src_configure() {
- source "${BROOT}"/usr/lib/tclConfig.sh || die
+ source "${ESYSROOT}"/usr/lib/tclConfig.sh || die
CPPFLAGS="-I${TCL_SRC_DIR}/generic ${CPPFLAGS}" \
econf \
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/
@ 2022-10-04 7:09 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-10-04 7:09 UTC (permalink / raw
To: gentoo-commits
commit: b13076bbf4041bdd1af92001b72c8a64e0511084
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 05:44:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 07:09:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13076bb
dev-tcltk/tktray: EAPI 8, fix configure w/ Clang 16
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tcltk/tktray/tktray-1.3.9-r1.ebuild | 45 +++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild b/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild
new file mode 100644
index 000000000000..abfcf148c17d
--- /dev/null
+++ b/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="System Tray Icon Support for Tk on X11"
+HOMEPAGE="https://code.google.com/p/tktray/"
+SRC_URI="https://tktray.googlecode.com/files/${PN}${PV}.tar.gz"
+S="${WORKDIR}/${PN}${PV}"
+
+LICENSE="tcltk"
+SLOT="0"
+KEYWORDS="amd64 ~ppc ~sparc x86"
+IUSE="debug threads"
+
+# tests need actual X server with user interaction, bug #284919
+RESTRICT="test"
+
+DEPEND="
+ >=dev-lang/tcl-8.4:=
+ >=dev-lang/tk-8.4:=
+ x11-libs/libXext"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/1.1-ldflags.patch
+)
+
+src_prepare() {
+ default
+
+ # Fix bad configure tests w/ Clang 16
+ eautoreconf
+}
+
+src_configure() {
+ source "${BROOT}"/usr/lib/tclConfig.sh || die
+
+ CPPFLAGS="-I${TCL_SRC_DIR}/generic ${CPPFLAGS}" \
+ econf \
+ $(use_enable debug symbols) \
+ $(use_enable threads)
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/
@ 2021-03-31 19:59 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2021-03-31 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 6fe8bf9da54c13357bfa31345dcd41cb62be63b2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 18:11:50 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 19:59:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe8bf9d
dev-tcltk/tktray: EAPI-7 bump, drop useless virtualx and src_test()
Xemake did nothing at all in this case and by that hid the fact that tests
are indeed (still) impossible to run for us, see also the ancient bug.
Bug: https://bugs.gentoo.org/284919
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-tcltk/tktray/tktray-1.3.9.ebuild | 27 +++++++++------------------
1 file changed, 9 insertions(+), 18 deletions(-)
diff --git a/dev-tcltk/tktray/tktray-1.3.9.ebuild b/dev-tcltk/tktray/tktray-1.3.9.ebuild
index 3cb9eb4b38a..cdfa53b8e12 100644
--- a/dev-tcltk/tktray/tktray-1.3.9.ebuild
+++ b/dev-tcltk/tktray/tktray-1.3.9.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-inherit eutils virtualx
-
-MY_P="${PN}${PV}"
+EAPI=7
DESCRIPTION="System Tray Icon Support for Tk on X11"
HOMEPAGE="https://code.google.com/p/tktray/"
-SRC_URI="https://tktray.googlecode.com/files/${MY_P}.tar.gz"
+SRC_URI="https://tktray.googlecode.com/files/${PN}${PV}.tar.gz"
+S="${WORKDIR}/${PN}${PV}"
LICENSE="tcltk"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="debug threads test"
-RESTRICT="!test? ( test )"
+IUSE="debug threads"
+
+# tests need actual X server with user interaction, bug #284919
+RESTRICT="test"
DEPEND="
>=dev-lang/tcl-8.4:0=
@@ -23,11 +22,7 @@ DEPEND="
x11-libs/libXext"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}"/1.1-ldflags.patch
-}
+PATCHES=( "${FILESDIR}"/1.1-ldflags.patch )
src_configure() {
source /usr/lib/tclConfig.sh
@@ -36,7 +31,3 @@ src_configure() {
$(use_enable debug symbols) \
$(use_enable threads)
}
-
-src_test() {
- Xemake
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/
@ 2019-11-17 4:37 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2019-11-17 4:37 UTC (permalink / raw
To: gentoo-commits
commit: 5c569df8cb4e632de397b3ba7b1ebf1f7fee7be1
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 04:37:17 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 04:37:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c569df8
dev-tcltk/tktray: Drop alpha keywords
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-tcltk/tktray/tktray-1.3.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tcltk/tktray/tktray-1.3.9.ebuild b/dev-tcltk/tktray/tktray-1.3.9.ebuild
index 85b005ef286..8b1b102c4bc 100644
--- a/dev-tcltk/tktray/tktray-1.3.9.ebuild
+++ b/dev-tcltk/tktray/tktray-1.3.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://tktray.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="tcltk"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="debug threads test"
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-02-25 10:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-20 7:40 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-02-25 10:05 Alfredo Tupone
2022-10-04 11:16 Sam James
2022-10-04 9:09 Sam James
2022-10-04 7:09 Sam James
2021-03-31 19:59 Andreas Sturmlechner
2019-11-17 4:37 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox