* [gentoo-commits] repo/proj/guru:master commit in: dev-crystal/kilt/
@ 2022-12-29 11:33 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2022-12-29 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 47eedf99b18f4e32c59de3c03de23bb46bc551dc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 27 19:47:01 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 20:40:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47eedf99
dev-crystal/kilt: add missing test dep
Closes: https://bugs.gentoo.org/887365
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/kilt/kilt-0.6.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-crystal/kilt/kilt-0.6.1.ebuild b/dev-crystal/kilt/kilt-0.6.1.ebuild
index d800b3fda..f6ea9ef7d 100644
--- a/dev-crystal/kilt/kilt-0.6.1.ebuild
+++ b/dev-crystal/kilt/kilt-0.6.1.ebuild
@@ -17,6 +17,9 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-crystal/crikey"
BDEPEND="
+ doc? (
+ dev-crystal/crustache
+ )
test? (
dev-crystal/crustache
dev-crystal/jbuilder
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-crystal/kilt/
@ 2024-04-27 11:10 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-04-27 11:10 UTC (permalink / raw
To: gentoo-commits
commit: 49c50b2c7b05494cf77ce4a8608f99debcb1deeb
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 27 07:39:04 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr 27 09:50:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49c50b2c
dev-crystal/kilt: add test deps to doc deps
Closes: https://bugs.gentoo.org/921742
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/kilt/kilt-0.6.1.ebuild | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/dev-crystal/kilt/kilt-0.6.1.ebuild b/dev-crystal/kilt/kilt-0.6.1.ebuild
index f6ea9ef7db..09736f26d5 100644
--- a/dev-crystal/kilt/kilt-0.6.1.ebuild
+++ b/dev-crystal/kilt/kilt-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,17 +15,16 @@ KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
+TEST_DEPEND="
+ dev-crystal/crustache
+ dev-crystal/jbuilder
+ dev-crystal/liquid
+ dev-crystal/slang
+ dev-crystal/temel
+ dev-crystal/water
+"
RDEPEND="dev-crystal/crikey"
-BDEPEND="
- doc? (
- dev-crystal/crustache
- )
- test? (
- dev-crystal/crustache
- dev-crystal/jbuilder
- dev-crystal/liquid
- dev-crystal/slang
- dev-crystal/temel
- dev-crystal/water
- )
+DEPEND="
+ doc? ( ${TEST_DEPEND} )
+ test? ( ${TEST_DEPEND} )
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-crystal/kilt/
@ 2024-10-07 10:03 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-10-07 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 37ac950239a5ba3f894b78fb9cb618598a9e4135
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Oct 7 00:29:03 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct 7 00:31:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37ac9502
dev-crystal/kilt: add myself as a maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/kilt/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-crystal/kilt/metadata.xml b/dev-crystal/kilt/metadata.xml
index 012af1869..a12e6bcf1 100644
--- a/dev-crystal/kilt/metadata.xml
+++ b/dev-crystal/kilt/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
<upstream>
<maintainer>
<name>Jerome Gravel-Niquet</name>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-crystal/kilt/
@ 2025-01-30 15:26 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-01-30 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 13507d7d4f65f8fe13887d66d285ebf4e66b45b1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 29 16:05:33 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan 29 17:14:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13507d7d
dev-crystal/kilt: set maximum liquid.cr version
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/kilt/kilt-0.6.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-crystal/kilt/kilt-0.6.1.ebuild b/dev-crystal/kilt/kilt-0.6.1.ebuild
index 09736f26d..27ef48add 100644
--- a/dev-crystal/kilt/kilt-0.6.1.ebuild
+++ b/dev-crystal/kilt/kilt-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
TEST_DEPEND="
dev-crystal/crustache
dev-crystal/jbuilder
- dev-crystal/liquid
+ <dev-crystal/liquid-1
dev-crystal/slang
dev-crystal/temel
dev-crystal/water
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-30 15:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 15:26 [gentoo-commits] repo/proj/guru:master commit in: dev-crystal/kilt/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 10:03 David Roman
2024-04-27 11:10 David Roman
2022-12-29 11:33 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox