[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2024-02-25 Thread Alfredo Tupone
commit: b2890dd311ded7b58af5353a1b81d831d7f24e47
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Feb 25 19:00:11 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Feb 25 19:00:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2890dd3

dev-tcltk/togl: drop QA warning

Closes: https://bugs.gentoo.org/906871
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 46 ---
 dev-tcltk/togl/togl-2.0-r4.ebuild |  6 -
 2 files changed, 5 insertions(+), 47 deletions(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
deleted file mode 100644
index 017804394aa5..
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P=Togl${PV}
-
-DESCRIPTION="A Tk widget for OpenGL rendering"
-HOMEPAGE="http://togl.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
-IUSE="debug +threads"
-
-RDEPEND="
-   dev-lang/tk:*
-   media-libs/mesa[X]
-   x11-libs/libXmu"
-DEPEND="${RDEPEND}"
-
-# tests directory is missing
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-   sed \
-   -e 's:-fomit-frame-pointer::g' \
-   -e 's:-O2::g' \
-   -e 's:-pipe::g' \
-   -i configure || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug symbols) \
-   $(use_enable threads)
-}
-
-src_install() {
-   HTML_DOCS=( doc/* )
-   default
-}

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index f0fed2a97886..57b3a97fdfbf 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.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
@@ -27,6 +27,10 @@ S=${WORKDIR}/${MY_P}
 
 PATCHES=( "${FILESDIR}"/${P}-clang6.patch )
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+   stat64 # used to test for Large File Support
+)
+
 src_prepare() {
default
sed \



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2023-12-05 Thread Arthur Zamarin
commit: 4630211e15776c09935fccb73830819ff8e21156
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec  5 19:50:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec  5 19:50:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4630211e

dev-tcltk/togl: Stabilize 2.0-r4 ppc, #914824

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-tcltk/togl/togl-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index 7c46ad6ddc88..f0fed2a97886 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2023-09-28 Thread Sam James
commit: d676830cf40fb21c82332d324c69d9fa95330e0b
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 28 06:17:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 28 06:17:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d676830c

dev-tcltk/togl: Stabilize 2.0-r4 sparc, #914824

Signed-off-by: Sam James  gentoo.org>

 dev-tcltk/togl/togl-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index 3d335963dfca..7c46ad6ddc88 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2023-09-27 Thread Arthur Zamarin
commit: 19f9985f4457644b1745e2f6349b64bd51f82498
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 27 13:28:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 27 13:28:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f9985f

dev-tcltk/togl: Stabilize 2.0-r4 amd64, #914824

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-tcltk/togl/togl-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index e5d5f1ebf982..3d335963dfca 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2023-09-27 Thread Sam James
commit: 699c94bb310af39379acca7a460f8ccf37b1d763
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 27 08:27:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 27 08:27:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699c94bb

dev-tcltk/togl: Stabilize 2.0-r4 ppc64, #914824

Signed-off-by: Sam James  gentoo.org>

 dev-tcltk/togl/togl-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index 16046f9730c4..e5d5f1ebf982 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2023-09-26 Thread Sam James
commit: 9158ae2a17f2e17771c6ff921799e243a95efd66
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 27 05:38:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 27 05:38:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9158ae2a

dev-tcltk/togl: Stabilize 2.0-r4 x86, #914824

Signed-off-by: Sam James  gentoo.org>

 dev-tcltk/togl/togl-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index da74cd5d9e0d..16046f9730c4 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2023-09-26 Thread Sam James
commit: 954c584efcedabb6db27f619324e22baa2b0ee0d
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 27 04:58:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 27 04:58:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954c584e

dev-tcltk/togl: Stabilize 2.0-r4 arm, #914824

Signed-off-by: Sam James  gentoo.org>

 dev-tcltk/togl/togl-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index d61316ee4e56..4661f9d8feee 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2023-09-26 Thread Sam James
commit: 9ab35ba711090f25a0e0fb1fe1bca8908e04ee2f
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 27 04:58:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 27 04:58:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab35ba7

dev-tcltk/togl: Stabilize 2.0-r4 arm64, #914824

Signed-off-by: Sam James  gentoo.org>

 dev-tcltk/togl/togl-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index 4661f9d8feee..da74cd5d9e0d 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2023-04-16 Thread WANG Xuerui
commit: fab7f6d7d2b9cd3fd2c830605fc5ec83f3fe6522
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Apr 16 04:46:34 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Apr 16 12:03:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab7f6d7

dev-tcltk/togl: keyword 2.0-r4 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-tcltk/togl/togl-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
index b6c050d682e5..d61316ee4e56 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/files/, dev-tcltk/togl/

2023-01-17 Thread Alfredo Tupone
commit: 2861672ff56c6c5938425c10aaa5b89a0b52af09
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Jan 18 06:37:24 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Jan 18 06:38:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2861672f

dev-tcltk/togl: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/881207
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/togl/files/togl-2.0-clang6.patch | 11 +++
 dev-tcltk/togl/togl-2.0-r4.ebuild  | 48 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-tcltk/togl/files/togl-2.0-clang6.patch 
b/dev-tcltk/togl/files/togl-2.0-clang6.patch
new file mode 100644
index ..e227c2236f8f
--- /dev/null
+++ b/dev-tcltk/togl/files/togl-2.0-clang6.patch
@@ -0,0 +1,11 @@
+--- a/togl.c   2023-01-18 07:31:37.816199176 +0100
 b/togl.c   2023-01-18 07:33:08.946629940 +0100
+@@ -132,7 +132,7 @@
+ /* pointer to Tk_SetClassProcs function in the stub table */
+ 
+ static void (*SetClassProcsPtr)
+-_ANSI_ARGS_((Tk_Window, Tk_ClassProcs *, ClientData));
++_ANSI_ARGS_((Tk_Window, const Tk_ClassProcs *, ClientData));
+ #endif
+ 
+ /* 

diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild 
b/dev-tcltk/togl/togl-2.0-r4.ebuild
new file mode 100644
index ..b6c050d682e5
--- /dev/null
+++ b/dev-tcltk/togl/togl-2.0-r4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P=Togl${PV}
+
+DESCRIPTION="A Tk widget for OpenGL rendering"
+HOMEPAGE="http://togl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +threads"
+
+RDEPEND="
+   dev-lang/tk:*
+   media-libs/mesa[X]
+   x11-libs/libXmu"
+DEPEND="${RDEPEND}"
+
+# tests directory is missing
+RESTRICT="test"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${P}-clang6.patch )
+
+src_prepare() {
+   default
+   sed \
+   -e 's:-fomit-frame-pointer::g' \
+   -e 's:-O2::g' \
+   -e 's:-pipe::g' \
+   -i configure || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug symbols) \
+   $(use_enable threads)
+}
+
+src_install() {
+   HTML_DOCS=( doc/* )
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2022-02-27 Thread Yixun Lan
commit: 7c68de8377ef10a0e9c37789c8e458e59f47f770
Author: Alex Fan  gmail  com>
AuthorDate: Mon Feb 28 02:52:09 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb 28 07:01:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c68de83

dev-tcltk/togl: keyword 2.0-r3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index 22ee83318cb4..017804394aa5 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-07-05 Thread Alfredo Tupone
commit: 31000282e9c057b34d10b5c9f0ba13dba2bebaac
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Jul  5 10:31:10 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Jul  5 10:31:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31000282

dev-tcltk/togl: remove old version

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/togl/togl-2.0-r2.ebuild | 46 ---
 1 file changed, 46 deletions(-)

diff --git a/dev-tcltk/togl/togl-2.0-r2.ebuild 
b/dev-tcltk/togl/togl-2.0-r2.ebuild
deleted file mode 100644
index f1ac42438d2..000
--- a/dev-tcltk/togl/togl-2.0-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P=Togl${PV}
-
-DESCRIPTION="A Tk widget for OpenGL rendering"
-HOMEPAGE="http://togl.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="debug +threads"
-
-RDEPEND="
-   dev-lang/tk
-   virtual/opengl
-   x11-libs/libXmu"
-DEPEND="${RDEPEND}"
-
-# tests directory is missing
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   sed \
-   -e 's:-fomit-frame-pointer::g' \
-   -e 's:-O2::g' \
-   -e 's:-pipe::g' \
-   -i configure || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug symbols) \
-   $(use_enable threads)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dohtml doc/*
-   dodoc README*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-07-05 Thread Sergei Trofimovich
commit: 26d590e82655ba67df40cc5697d4f1361f5fd1a2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul  5 08:11:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  5 08:36:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d590e8

dev-tcltk/togl: stable 2.0-r3 for hppa

stable wrt bug #724032

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index 22ee83318cb..0dca35bff9b 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-06-20 Thread Mart Raudsepp
commit: ee34351c280a129fa1cbfbf1f2faf5aa46e19723
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Jun 20 06:44:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 20 16:39:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee34351c

dev-tcltk/togl: arm64 stable (bug #724032)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index 5b748f4368f..22ee83318cb 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-06-20 Thread Thomas Deutschmann
commit: 9076d6e9c3a9f6d09ec3ebda338576aa57ec1a1b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 20 14:08:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jun 20 14:08:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9076d6e9

dev-tcltk/togl: x86 stable (bug #724032)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index 8b05cc1a7f6..5b748f4368f 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-06-15 Thread Agostino Sarubbo
commit: 56efb9faa6b9a41b336be78395967a184e18d7ce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 15 15:11:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 15 15:11:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56efb9fa

dev-tcltk/togl: sparc stable wrt bug #724032

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index e7298ed9139..8b05cc1a7f6 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-06-15 Thread Agostino Sarubbo
commit: 0474c38abe2c9a7452309e28ecbceaee82acaed9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 15 15:07:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 15 15:07:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0474c38a

dev-tcltk/togl: ppc64 stable wrt bug #724032

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index b8c7f52dbfb..e7298ed9139 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-06-15 Thread Agostino Sarubbo
commit: 25bb9f226a69d1faf822fd7cc1e9d9873534c808
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 15 15:05:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 15 15:06:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25bb9f22

dev-tcltk/togl: ppc stable wrt bug #724032

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index 59dd66d1340..b8c7f52dbfb 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-06-15 Thread Agostino Sarubbo
commit: 21c321aceb2c9abdf6b6ac886dbe18a5d106cb26
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 15 15:02:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 15 15:02:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c321ac

dev-tcltk/togl: arm stable wrt bug #724032

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index a2872f0996f..59dd66d1340 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-06-04 Thread Mart Raudsepp
commit: ec5f0b3d18d3cf4209d0bafe74c3411d0fa4d39d
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu Jun  4 02:51:09 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun  4 17:13:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5f0b3d

dev-tcltk/togl: arm64 stable (bug #726838)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-tcltk/togl/togl-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r2.ebuild 
b/dev-tcltk/togl/togl-2.0-r2.ebuild
index 6c8b09a1194..f1ac42438d2 100644
--- a/dev-tcltk/togl/togl-2.0-r2.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2020-03-30 Thread Alfredo Tupone
commit: 7a9955209519d86c8ff4f7e63dc7a3aa84d12b87
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Mar 30 21:04:09 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar 30 21:04:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a995520

dev-tcltk/togl: depends on media-libs/mesa[X]

Closes: https://bugs.gentoo.org/711976
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
index ddc67f18c36..c23593c7cf1 100644
--- a/dev-tcltk/togl/togl-2.0-r3.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -16,7 +16,7 @@ IUSE="debug +threads"
 
 RDEPEND="
dev-lang/tk:*
-   virtual/opengl
+   media-libs/mesa[X]
x11-libs/libXmu"
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2019-10-18 Thread Alfredo Tupone
commit: 3984f64515bfe2a0f838df25512e6b383e2ec1e3
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Oct 18 12:42:38 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Oct 18 12:42:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3984f645

dev-tcltk/togl: EAPI 7

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/togl/togl-2.0-r3.ebuild | 46 +++
 1 file changed, 46 insertions(+)

diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild 
b/dev-tcltk/togl/togl-2.0-r3.ebuild
new file mode 100644
index 000..5791c04242e
--- /dev/null
+++ b/dev-tcltk/togl/togl-2.0-r3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=Togl${PV}
+
+DESCRIPTION="A Tk widget for OpenGL rendering"
+HOMEPAGE="http://togl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +threads"
+
+RDEPEND="
+   dev-lang/tk:*
+   virtual/opengl
+   x11-libs/libXmu"
+DEPEND="${RDEPEND}"
+
+# tests directory is missing
+RESTRICT="test"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+   sed \
+   -e 's:-fomit-frame-pointer::g' \
+   -e 's:-O2::g' \
+   -e 's:-pipe::g' \
+   -i configure || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug symbols) \
+   $(use_enable threads)
+}
+
+src_install() {
+   HTML_DOCS=( doc/* )
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/

2017-07-07 Thread Alexis Ballier
commit: 3775e9f527a7279e8136746d9f1922e36e4b230b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul  7 17:34:08 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul  7 17:45:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3775e9f5

dev-tcltk/togl: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tcltk/togl/togl-2.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/togl/togl-2.0-r2.ebuild 
b/dev-tcltk/togl/togl-2.0-r2.ebuild
index d5ba7fbb2a5..58d12aadd6c 100644
--- a/dev-tcltk/togl/togl-2.0-r2.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug +threads"
 
 RDEPEND="