* [gentoo-commits] repo/gentoo:master commit in: dev-gap/browse/
@ 2024-02-20 23:41 Michael Orlitzky
0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky @ 2024-02-20 23:41 UTC (permalink / raw
To: gentoo-commits
commit: 967a6f4ff3d376d46039b2bf641d6bfb6fdd030f
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 18:37:47 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 23:40:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967a6f4f
dev-gap/browse: rebuild for GAP up/downgrades
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-gap/browse/{browse-1.8.21-r1.ebuild => browse-1.8.21-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-gap/browse/browse-1.8.21-r1.ebuild b/dev-gap/browse/browse-1.8.21-r2.ebuild
similarity index 96%
rename from dev-gap/browse/browse-1.8.21-r1.ebuild
rename to dev-gap/browse/browse-1.8.21-r2.ebuild
index 42e9e4ec6a4e..0538d9658a1d 100644
--- a/dev-gap/browse/browse-1.8.21-r1.ebuild
+++ b/dev-gap/browse/browse-1.8.21-r2.ebuild
@@ -16,7 +16,8 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3+"
KEYWORDS="~amd64"
-DEPEND="sys-libs/ncurses:="
+DEPEND="sci-mathematics/gap:=
+ sys-libs/ncurses:="
RDEPEND="${DEPEND}"
GAP_PKG_EXTRA_INSTALL=( app bibl )
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-gap/browse/
@ 2024-05-08 7:33 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2024-05-08 7:33 UTC (permalink / raw
To: gentoo-commits
commit: c282802411568c8f9ee9bb9967b932f84dbb1b80
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 07:32:38 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May 8 07:33:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2828024
dev-gap/browse: Stabilize 1.8.21-r2 amd64, #931511
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-gap/browse/browse-1.8.21-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-gap/browse/browse-1.8.21-r2.ebuild b/dev-gap/browse/browse-1.8.21-r2.ebuild
index 0538d9658a1d..00da7a3a0433 100644
--- a/dev-gap/browse/browse-1.8.21-r2.ebuild
+++ b/dev-gap/browse/browse-1.8.21-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.math.rwth-aachen.de/homes/${MY_PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3+"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DEPEND="sci-mathematics/gap:=
sys-libs/ncurses:="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-gap/browse/
@ 2024-09-17 22:41 Michael Orlitzky
0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky @ 2024-09-17 22:41 UTC (permalink / raw
To: gentoo-commits
commit: e9dfbe61f33e6d14d934fd27b5bc2ab2746b09d9
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 22:37:13 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 22:38:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9dfbe61
dev-gap/browse: add two missing test deps
It looks like the latest version of Browse picked up some new test
dependencies.
Closes: https://bugs.gentoo.org/939712
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-gap/browse/browse-1.8.21-r2.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-gap/browse/browse-1.8.21-r2.ebuild b/dev-gap/browse/browse-1.8.21-r2.ebuild
index feca5aa41003..229fad9e7eff 100644
--- a/dev-gap/browse/browse-1.8.21-r2.ebuild
+++ b/dev-gap/browse/browse-1.8.21-r2.ebuild
@@ -20,9 +20,14 @@ DEPEND="sci-mathematics/gap:=
sys-libs/ncurses:="
RDEPEND="${DEPEND}"
-GAP_PKG_EXTRA_INSTALL=( app bibl )
+BDEPEND="test? (
+ dev-gap/ctbllib
+ dev-gap/tomlib
+)"
gap-pkg_enable_tests
+GAP_PKG_EXTRA_INSTALL=( app bibl )
+
src_compile() {
# This has been emailed upstream but there's no public
# bug tracker AFAIK.
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-17 22:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20 23:41 [gentoo-commits] repo/gentoo:master commit in: dev-gap/browse/ Michael Orlitzky
-- strict thread matches above, loose matches on Subject: below --
2024-05-08 7:33 Joonas Niilola
2024-09-17 22:41 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox