* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kilt/
@ 2022-11-09 9:25 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-11-09 9:25 UTC (permalink / raw
To: gentoo-commits
commit: c3c2edcbc8a56dc6b515b93b692904147c9b9881
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov 9 09:24:35 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Nov 9 09:24:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3c2edcb
dev-crystal/kilt: new package, add 0.6.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/kilt/Manifest | 1 +
dev-crystal/kilt/kilt-0.6.1.ebuild | 28 ++++++++++++++++++++++++++++
dev-crystal/kilt/metadata.xml | 8 ++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-crystal/kilt/Manifest b/dev-crystal/kilt/Manifest
new file mode 100644
index 000000000..79b5319b3
--- /dev/null
+++ b/dev-crystal/kilt/Manifest
@@ -0,0 +1 @@
+DIST kilt-0.6.1.tar.gz 4950 BLAKE2B 7152ac21fd1d8309003a64a754dc81324f69936a71a4321c12bb2470900d077b059f440e0321dc3b642b4dd7ccbef2ed67e9d6cad2d321411f53ed49e36b74bb SHA512 e987c79b6e3bf5fd8b5b862fc27c13ede8ddb9a3a67f988ff8f73e57a208c03f5c7faf8259e1803fd689756b29cd77dea7e355b28eb5df1f2757efab9d304f75
diff --git a/dev-crystal/kilt/kilt-0.6.1.ebuild b/dev-crystal/kilt/kilt-0.6.1.ebuild
new file mode 100644
index 000000000..d800b3fda
--- /dev/null
+++ b/dev-crystal/kilt/kilt-0.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="Generic template interface for Crystal"
+HOMEPAGE="https://github.com/jeromegn/kilt"
+SRC_URI="https://github.com/jeromegn/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-crystal/crikey"
+BDEPEND="
+ test? (
+ dev-crystal/crustache
+ dev-crystal/jbuilder
+ dev-crystal/liquid
+ dev-crystal/slang
+ dev-crystal/temel
+ dev-crystal/water
+ )
+"
diff --git a/dev-crystal/kilt/metadata.xml b/dev-crystal/kilt/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/dev-crystal/kilt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kilt/
@ 2022-12-27 20:40 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-12-27 20:40 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: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kilt/
@ 2023-06-07 20:18 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2023-06-07 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 2acd34c63caf134e1938b62fce91e5efb1850066
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 7 20:14:34 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 7 20:14:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2acd34c6
dev-crystal/kilt: add upstream maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/kilt/metadata.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-crystal/kilt/metadata.xml b/dev-crystal/kilt/metadata.xml
index 7ebbd0334..bbb3a618b 100644
--- a/dev-crystal/kilt/metadata.xml
+++ b/dev-crystal/kilt/metadata.xml
@@ -5,4 +5,10 @@
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
+ <upstream>
+ <maintainer>
+ <name>Jerome Gravel-Niquet</name>
+ <email>jeromegn@gmail.com</email>
+ </maintainer>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kilt/
@ 2024-04-27 9:50 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-04-27 9:50 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: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kilt/
@ 2024-10-07 0:31 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-10-07 0:31 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: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kilt/
@ 2025-01-29 17:24 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2025-01-29 17:24 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: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 6+ messages in thread
end of thread, other threads:[~2025-01-29 17:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-07 20:18 [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kilt/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2025-01-29 17:24 Anna Vyalkova
2024-10-07 0:31 Anna Vyalkova
2024-04-27 9:50 Anna Vyalkova
2022-12-27 20:40 Anna Vyalkova
2022-11-09 9:25 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox