commit: 74a8bca442f37906767ba5108775436bc06a6fc5 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Aug 5 06:50:00 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Aug 5 06:58:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74a8bca4
dev-crystal/kemal: add 1.7.2 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-crystal/kemal/Manifest | 1 + dev-crystal/kemal/kemal-1.7.2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-crystal/kemal/Manifest b/dev-crystal/kemal/Manifest index 8bf7815ad4..798463389c 100644 --- a/dev-crystal/kemal/Manifest +++ b/dev-crystal/kemal/Manifest @@ -1,2 +1,3 @@ DIST kemal-1.1.2.tar.gz 49111 BLAKE2B d14aca282dfe944d5d4e2f5ecf3261663bfd907e573ca64585f6f507f877a2923f43c7fd35b001924bd0f48fb2338d23e4ff52a2696f7626d56b75e346149aed SHA512 7e45da9fae8e0c5d204971af34d21102e2bd82eb1a7f6e6e860547f55dbad19b9fcc25d772fd41d4478740d70303fe75988cddb6c658eb1fdda5ffeecd7e5318 DIST kemal-1.7.1.tar.gz 55300 BLAKE2B 3ff2674591057ba455e86680280d4516f6810337de737b93c3bbd966045dfeee737de5d712ba4b6dda0aa9a75f9f923a76a579c94acc1872347eb14ad5be6406 SHA512 79126fb2051048843bbb9af6404267baa81b53ec0a8b98c4a95f0d51694bdaf4b426748a46e2082ea22360f3d5ceaa57621411d37da9cce3e479d5931d1db8dc +DIST kemal-1.7.2.tar.gz 55806 BLAKE2B 2aa038049ee48a9177b7f3072e600970647701a27d4483951ad89a3bdb77c33a0dab34d94cde32f35d02b7454c3fec577868d52807ba6c60b757f3a14852548a SHA512 6d459685bb25882f5b8c130ac30423985f0907fe23fce29223a4e11f6db60344cef17f1e9272e910b7b261abd58e74b6770b3f4061db1fd3b4a970e0c48b41d0 diff --git a/dev-crystal/kemal/kemal-1.7.2.ebuild b/dev-crystal/kemal/kemal-1.7.2.ebuild new file mode 100644 index 0000000000..84390fa4a5 --- /dev/null +++ b/dev-crystal/kemal/kemal-1.7.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="Lightning Fast, Super Simple web framework" +HOMEPAGE=" + https://kemalcr.com/ + https://github.com/kemalcr/kemal +" +SRC_URI="https://github.com/kemalcr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-crystal/exception_page + dev-crystal/radix +" + +src_test() { + # conflicts with spec/run_spec.cr + local -x CRYSTAL_OPTS= + + shards_src_test +}
