* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkzinc/
@ 2018-09-21 20:46 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2018-09-21 20:46 UTC (permalink / raw
To: gentoo-commits
commit: 62f91614ae08bd7da2447207f960d6b8b507c82b
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 20:46:44 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 20:46:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f91614
dev-tcltk/tkzinc: EAPI 6, set VARTEXFONTS
Closes: https://bugs.gentoo.org/652026
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-tcltk/tkzinc/tkzinc-3.3.6.ebuild | 43 +++++++++++++++++++-----------------
1 file changed, 23 insertions(+), 20 deletions(-)
diff --git a/dev-tcltk/tkzinc/tkzinc-3.3.6.ebuild b/dev-tcltk/tkzinc/tkzinc-3.3.6.ebuild
index 14b37ebcd1f..73b6514bd1b 100644
--- a/dev-tcltk/tkzinc/tkzinc-3.3.6.ebuild
+++ b/dev-tcltk/tkzinc/tkzinc-3.3.6.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils
+inherit autotools
DESCRIPTION="A Tk widget library"
HOMEPAGE="http://www.tkzinc.org"
@@ -17,8 +15,8 @@ KEYWORDS="~amd64 ~x86 ~ppc"
IUSE="debug doc threads"
DEPEND="
- dev-lang/tk
- media-libs/glew
+ dev-lang/tk:=
+ media-libs/glew:=
virtual/opengl
doc? ( virtual/latex-base )"
RDEPEND="${DEPEND}"
@@ -30,28 +28,33 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.3.4-latex.patch
)
-AUTOTOOLS_IN_SOURCE_BUILD=1
+HTML_DOCS='doc/*png doc/*html doc/*css'
-DOCS=( BUGS )
+src_prepare() {
+ default
+ eautoreconf
+}
src_configure() {
- local myeconfargs=(
- --enable-shared
- --enable-gl=damage
- $(use_enable debug symbols)
+ econf \
+ --enable-shared \
+ --enable-gl=damage \
+ $(use_enable debug symbols) \
$(use_enable threads)
- )
- autotools-utils_src_configure
}
src_compile() {
- autotools-utils_src_compile
- use doc && emake pdf
+ default
+ if use doc; then
+ VARTEXFONTS="${T}"/fonts emake pdf
+ fi
}
src_install() {
- autotools-utils_src_install
-
- dohtml -r doc/*
+ default
use doc && dodoc doc/refman.pdf
}
+
+src_test() {
+ emake test
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkzinc/
@ 2022-10-28 20:58 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-10-28 20:58 UTC (permalink / raw
To: gentoo-commits
commit: f0b5bc6a3784c11d0360a1d121794ce8071d3dff
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 20:56:42 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:58:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b5bc6a
dev-tcltk/tkzinc: no more herds
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tcltk/tkzinc/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tcltk/tkzinc/metadata.xml b/dev-tcltk/tkzinc/metadata.xml
index 21143551a761..0eb27a71b580 100644
--- a/dev-tcltk/tkzinc/metadata.xml
+++ b/dev-tcltk/tkzinc/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<maintainer type="project">
<email>tcltk@gentoo.org</email>
- <name>TCL / TK Herd</name>
+ <name>TCL/TK project</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkzinc/
@ 2023-03-12 8:49 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2023-03-12 8:49 UTC (permalink / raw
To: gentoo-commits
commit: bc38182ee48502812e0334c22aea7845581b597b
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 08:48:52 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 08:49:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc38182e
dev-tcltk/tkzinc: stat64 check is allowed
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild b/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
index c7fa5fd154eb..43bc5ca4dc1e 100644
--- a/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
+++ b/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
@@ -29,6 +29,10 @@ PATCHES=(
"${FILESDIR}"/${P}-clang.patch
)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ stat64 # used to test for Large File Support
+)
+
HTML_DOCS='doc/*png doc/*html doc/*css'
src_prepare() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-12 8:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-21 20:46 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkzinc/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2022-10-28 20:58 Sam James
2023-03-12 8:49 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox