* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2015-10-05 20:43 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2015-10-05 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 5d8888fc7f451b7e9c397b9c15fe673e8019eb40
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 5 20:31:59 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 5 20:41:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8888fc
dev-perl/OpenGL: Keyword for ppc64.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/OpenGL/OpenGL-0.670.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/OpenGL/OpenGL-0.670.3.ebuild b/dev-perl/OpenGL/OpenGL-0.670.3.ebuild
index d089f1e..8b1cb70 100644
--- a/dev-perl/OpenGL/OpenGL-0.670.3.ebuild
+++ b/dev-perl/OpenGL/OpenGL-0.670.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ DESCRIPTION="Perl interface providing graphics display using OpenGL"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc x86 ~ppc64 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2016-03-14 23:07 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2016-03-14 23:07 UTC (permalink / raw
To: gentoo-commits
commit: f80245d2888c8e8972617e8736f583795ff9084a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 13 14:35:27 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 23:06:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80245d2
dev-perl/OpenGL: Bump to version 0.670.400
- EAPI6
- Use assumed license for Perl5
- Add 'examples'
- remove 'test.pl' from Installation ( and tests, for now )
Upstream:
- Bug fixes.
Package-Manager: portage-2.2.27
dev-perl/OpenGL/Manifest | 1 +
dev-perl/OpenGL/OpenGL-0.670.400.ebuild | 50 +++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-perl/OpenGL/Manifest b/dev-perl/OpenGL/Manifest
index 027019e..03a54a4 100644
--- a/dev-perl/OpenGL/Manifest
+++ b/dev-perl/OpenGL/Manifest
@@ -1 +1,2 @@
DIST OpenGL-0.6703.tar.gz 671629 SHA256 62f8cdf019fbdb6d095bc5f31382d123bceb9aabbba5788ecf416282de47534c SHA512 f1902bfe8e6e1f2309b878f68e08cf8f53d2f20287f99f8a8773647d737f559fbf17ad68cb52371af09e2ac030685b1625ce4c0033ec7e6fb5f322e5980e6713 WHIRLPOOL 98d6274a8fa975fd2c31858cf06b1bf5605690217218577c531f68c355affd175663ea8bbc00bb5cd7d0a6951dc0a94d1349535590e421431ab89b41d14fe4b9
+DIST OpenGL-0.6704.tar.gz 623036 SHA256 36f266e31d617fa9a1bd8928a7dc3b7c40c1bbbfa64bddefe22300ac2bc6c436 SHA512 3a2c9970802242ebae58256cd80dc81ac04a2af974105d3fbdf4dfcf1aa64a769b1ffcb5b0156eceb6bf7aed6eb6b2eb9332ec9f4724b0a1bc61d15f0de99d09 WHIRLPOOL f6cb34b30c7ef2af0d2dc16ab4b5d9f7216f2ab08c0bf904305f358fec751492fe605bdb783d6ebb9dcdb83fa3601f831e9162fe4bc0d33a68cbafa7c289b86c
diff --git a/dev-perl/OpenGL/OpenGL-0.670.400.ebuild b/dev-perl/OpenGL/OpenGL-0.670.400.ebuild
new file mode 100644
index 0000000..71f5016
--- /dev/null
+++ b/dev-perl/OpenGL/OpenGL-0.670.400.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHM
+DIST_VERSION=0.6704
+
+inherit perl-module eutils
+
+DESCRIPTION="Perl interface providing graphics display using OpenGL"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+RDEPEND="
+ media-libs/freeglut:0=
+ x11-libs/libICE:0=
+ x11-libs/libXext:0=
+ x11-libs/libXi:0=
+ x11-libs/libXmu:0="
+DEPEND="${RDEPEND}"
+
+mydoc="Release_Notes"
+
+src_prepare() {
+ eapply "${FILESDIR}"/${PN}-0.66-no-display.patch
+ # This should be merely moved to t/ as it gets
+ # installed to OS otherwise.
+ # But it presently fails tests, and can't be made not to.
+ # ( And will need virtualx when it can )
+ # Something to do with OpenGL implementation ala eselect.
+ perl_rm_files "test.pl";
+ perl-module_src_prepare
+}
+
+src_compile() {
+ sed -i -e 's/PERL_DL_NONLAZY=1//' Makefile || die
+ perl-module_src_compile
+}
+src_install() {
+ perl-module_src_install
+ if use examples; then
+ docompress -x /usr/share/doc/${PF}/examples
+ insinto /usr/share/doc/${PF}/examples
+ doins -r examples/*
+ fi
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2016-04-09 13:46 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2016-04-09 13:46 UTC (permalink / raw
To: gentoo-commits
commit: db61a56723d780abb1a6e3822e376aaeffd17ef3
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 9 13:45:09 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 9 13:45:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db61a567
dev-perl/OpenGL: amd64 stable wrt bug #579384
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/OpenGL/OpenGL-0.670.400.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/OpenGL/OpenGL-0.670.400.ebuild b/dev-perl/OpenGL/OpenGL-0.670.400.ebuild
index 71f5016..a73d75f 100644
--- a/dev-perl/OpenGL/OpenGL-0.670.400.ebuild
+++ b/dev-perl/OpenGL/OpenGL-0.670.400.ebuild
@@ -12,7 +12,7 @@ inherit perl-module eutils
DESCRIPTION="Perl interface providing graphics display using OpenGL"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2016-04-26 17:31 Markus Meier
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier @ 2016-04-26 17:31 UTC (permalink / raw
To: gentoo-commits
commit: c0d6ee293c326eb42e530ae14b68b6631598716a
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 17:31:03 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 17:31:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d6ee29
dev-perl/OpenGL: arm stable, bug #579384
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"
dev-perl/OpenGL/OpenGL-0.670.400.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/OpenGL/OpenGL-0.670.400.ebuild b/dev-perl/OpenGL/OpenGL-0.670.400.ebuild
index a73d75f..6aec392 100644
--- a/dev-perl/OpenGL/OpenGL-0.670.400.ebuild
+++ b/dev-perl/OpenGL/OpenGL-0.670.400.ebuild
@@ -12,7 +12,7 @@ inherit perl-module eutils
DESCRIPTION="Perl interface providing graphics display using OpenGL"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2016-07-06 22:54 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2016-07-06 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 7912640140f06b9da733179de95819daeb8aef8f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 6 22:50:00 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 22:50:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79126401
dev-perl/OpenGL: Remove old
Package-Manager: portage-2.3.0
dev-perl/OpenGL/Manifest | 1 -
dev-perl/OpenGL/OpenGL-0.670.3.ebuild | 36 -----------------------------------
2 files changed, 37 deletions(-)
diff --git a/dev-perl/OpenGL/Manifest b/dev-perl/OpenGL/Manifest
index 03a54a4..8d55859 100644
--- a/dev-perl/OpenGL/Manifest
+++ b/dev-perl/OpenGL/Manifest
@@ -1,2 +1 @@
-DIST OpenGL-0.6703.tar.gz 671629 SHA256 62f8cdf019fbdb6d095bc5f31382d123bceb9aabbba5788ecf416282de47534c SHA512 f1902bfe8e6e1f2309b878f68e08cf8f53d2f20287f99f8a8773647d737f559fbf17ad68cb52371af09e2ac030685b1625ce4c0033ec7e6fb5f322e5980e6713 WHIRLPOOL 98d6274a8fa975fd2c31858cf06b1bf5605690217218577c531f68c355affd175663ea8bbc00bb5cd7d0a6951dc0a94d1349535590e421431ab89b41d14fe4b9
DIST OpenGL-0.6704.tar.gz 623036 SHA256 36f266e31d617fa9a1bd8928a7dc3b7c40c1bbbfa64bddefe22300ac2bc6c436 SHA512 3a2c9970802242ebae58256cd80dc81ac04a2af974105d3fbdf4dfcf1aa64a769b1ffcb5b0156eceb6bf7aed6eb6b2eb9332ec9f4724b0a1bc61d15f0de99d09 WHIRLPOOL f6cb34b30c7ef2af0d2dc16ab4b5d9f7216f2ab08c0bf904305f358fec751492fe605bdb783d6ebb9dcdb83fa3601f831e9162fe4bc0d33a68cbafa7c289b86c
diff --git a/dev-perl/OpenGL/OpenGL-0.670.3.ebuild b/dev-perl/OpenGL/OpenGL-0.670.3.ebuild
deleted file mode 100644
index 8b1cb70..0000000
--- a/dev-perl/OpenGL/OpenGL-0.670.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR="CHM"
-MODULE_VERSION=0.6703
-
-inherit perl-module eutils
-
-DESCRIPTION="Perl interface providing graphics display using OpenGL"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86 ~ppc64 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- media-libs/freeglut:0=
- x11-libs/libICE:0=
- x11-libs/libXext:0=
- x11-libs/libXi:0=
- x11-libs/libXmu:0="
-DEPEND="${RDEPEND}"
-
-mydoc="Release_Notes"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.66-no-display.patch
-}
-
-src_compile() {
- sed -i -e 's/PERL_DL_NONLAZY=1//' Makefile || die
- perl-module_src_compile
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2018-07-22 14:51 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-07-22 14:51 UTC (permalink / raw
To: gentoo-commits
commit: 2b1cd5a3d16fc45a0546153c9d8866503451a3d3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 14:48:05 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 14:51:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1cd5a3
dev-perl/OpenGL: x86 stable (bug #661732)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-perl/OpenGL/OpenGL-0.700.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
index 3f84d3c549d..338206d3895 100644
--- a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
+++ b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module eutils
DESCRIPTION="Perl interface providing graphics display using OpenGL"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2018-07-27 7:08 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-07-27 7:08 UTC (permalink / raw
To: gentoo-commits
commit: 6e6c8cc4c71bf6985ed30e859efa3fd71e03b701
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 06:45:34 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 07:07:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6c8cc4
dev-perl/OpenGL: stable 0.700.0 for ppc, bug #661732
Bug: https://bugs.gentoo.org/661732
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
dev-perl/OpenGL/OpenGL-0.700.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
index 338206d3895..35d3fa77105 100644
--- a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
+++ b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module eutils
DESCRIPTION="Perl interface providing graphics display using OpenGL"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2018-07-28 0:41 Mikle Kolyada
0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2018-07-28 0:41 UTC (permalink / raw
To: gentoo-commits
commit: 642b66668a277e5f002920e16d9032bcd4aab638
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 00:40:37 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 00:41:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642b6666
dev-perl/OpenGL: amd64 stable wrt bug #661732
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/OpenGL/OpenGL-0.700.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
index 35d3fa77105..f0c4f5624ae 100644
--- a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
+++ b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module eutils
DESCRIPTION="Perl interface providing graphics display using OpenGL"
SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2018-07-31 0:16 Mikle Kolyada
0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2018-07-31 0:16 UTC (permalink / raw
To: gentoo-commits
commit: de6f961cfecdd83ce91bb25204981db112b1a644
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 00:15:58 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 00:15:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6f961c
dev-perl/OpenGL: arm stable wrt bug #661732
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/OpenGL/OpenGL-0.700.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
index f0c4f5624ae..eec3321f568 100644
--- a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
+++ b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module eutils
DESCRIPTION="Perl interface providing graphics display using OpenGL"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/
@ 2021-07-20 23:43 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-07-20 23:43 UTC (permalink / raw
To: gentoo-commits
commit: 7b31d3a74d0dadde2897b0179ecbf3dd3f795c8e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 23:26:47 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 23:42:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b31d3a7
dev-perl/OpenGL: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../OpenGL/{OpenGL-0.700.0.ebuild => OpenGL-0.700.0-r1.ebuild} | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild b/dev-perl/OpenGL/OpenGL-0.700.0-r1.ebuild
similarity index 93%
rename from dev-perl/OpenGL/OpenGL-0.700.0.ebuild
rename to dev-perl/OpenGL/OpenGL-0.700.0-r1.ebuild
index b4c380719c3..e1ebf307e28 100644
--- a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
+++ b/dev-perl/OpenGL/OpenGL-0.700.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=CHM
DIST_VERSION=0.70
@@ -19,8 +19,12 @@ RDEPEND="
x11-libs/libICE:0=
x11-libs/libXext:0=
x11-libs/libXi:0=
- x11-libs/libXmu:0="
-DEPEND="${RDEPEND}"
+ x11-libs/libXmu:0=
+"
+DEPEND="${RDEPEND}
+"
+BDEPEND="${RDEPEND}
+"
mydoc="Release_Notes"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-07-20 23:43 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 0:41 [gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2021-07-20 23:43 Andreas K. Hüttel
2018-07-31 0:16 Mikle Kolyada
2018-07-27 7:08 Sergei Trofimovich
2018-07-22 14:51 Thomas Deutschmann
2016-07-06 22:54 Andreas Hüttel
2016-04-26 17:31 Markus Meier
2016-04-09 13:46 Agostino Sarubbo
2016-03-14 23:07 Andreas Hüttel
2015-10-05 20:43 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox