diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-04-27 14:15:46 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-04-27 14:50:08 +0500 |
commit | f2936a14783dae6d1a6eb66e7f701bbf07bd1e57 (patch) | |
tree | f2d8ccf1553084f0af3999ea0aac31c9c4e6b23e /dev-crystal | |
parent | dev-crystal/exception_page: add 0.4.1, drop 0.3.0 (diff) | |
download | guru-f2936a14783dae6d1a6eb66e7f701bbf07bd1e57.tar.gz guru-f2936a14783dae6d1a6eb66e7f701bbf07bd1e57.tar.bz2 guru-f2936a14783dae6d1a6eb66e7f701bbf07bd1e57.zip |
dev-crystal/kemal: add 1.5.0, drop 1.3.0 and 1.4.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-crystal')
-rw-r--r-- | dev-crystal/kemal/Manifest | 3 | ||||
-rw-r--r-- | dev-crystal/kemal/kemal-1.3.0.ebuild | 29 | ||||
-rw-r--r-- | dev-crystal/kemal/kemal-1.5.0.ebuild (renamed from dev-crystal/kemal/kemal-1.4.0.ebuild) | 4 |
3 files changed, 3 insertions, 33 deletions
diff --git a/dev-crystal/kemal/Manifest b/dev-crystal/kemal/Manifest index a66b540e0..2e6d66f00 100644 --- a/dev-crystal/kemal/Manifest +++ b/dev-crystal/kemal/Manifest @@ -1,3 +1,2 @@ DIST kemal-1.1.2.tar.gz 49111 BLAKE2B d14aca282dfe944d5d4e2f5ecf3261663bfd907e573ca64585f6f507f877a2923f43c7fd35b001924bd0f48fb2338d23e4ff52a2696f7626d56b75e346149aed SHA512 7e45da9fae8e0c5d204971af34d21102e2bd82eb1a7f6e6e860547f55dbad19b9fcc25d772fd41d4478740d70303fe75988cddb6c658eb1fdda5ffeecd7e5318 -DIST kemal-1.3.0.tar.gz 49862 BLAKE2B b99ce90c2dcc3d3634689c47e91955e9fbbadfe05f2114e8eee582a61921dd82b8caa6e4dd0d4b58ec00482237b08b216d6a3849d7382ff4d7823de62409dbfe SHA512 00b12d7bf74679dde96c929a515e7db62c455be348a33d06c0aaf182e17655be3214d523f301318315ab28400eb626f4a5b7693fd9e8bf7e99d6ded7181dbbea -DIST kemal-1.4.0.tar.gz 51350 BLAKE2B ba81724cd0b4d24e64dbfa8df35f45ea782841833fa051a169b41eecd207286424985ef924bc3eb78036c4f26d1330ecc43459164042454d3183cb6f181973d6 SHA512 ff78f9489de31000830ec5cca7e6fc15e4ba8e85c4e6c9e5b2378521e73f47e210ad1e763d36d893b930bc601bae3b1a905ab5bc12df07e426e7d5e0608e78cd +DIST kemal-1.5.0.tar.gz 51705 BLAKE2B bb05921a4d21e1e94f01faefa532553dddcc1a8d85d6a12d8f14d632b2563dd2c4cbf2376ce57436f3a859c5b02f4d5bc56ce188bb089ac3995c434ee553bdf9 SHA512 b58c1294913e62d84ba28a181d42ac3900e1038fcd5e09cbd665aa4d0c3dea68485b4c6e7559d52510c17de15494f8a745f41f2b55c0a5932ce98700103884fc diff --git a/dev-crystal/kemal/kemal-1.3.0.ebuild b/dev-crystal/kemal/kemal-1.3.0.ebuild deleted file mode 100644 index aace18b90..000000000 --- a/dev-crystal/kemal/kemal-1.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022 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_prepare() { - default - - # 'crystal eval' fails - rm spec/run_spec.cr || die -} diff --git a/dev-crystal/kemal/kemal-1.4.0.ebuild b/dev-crystal/kemal/kemal-1.5.0.ebuild index 70028fda5..164a54c4c 100644 --- a/dev-crystal/kemal/kemal-1.4.0.ebuild +++ b/dev-crystal/kemal/kemal-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ RDEPEND=" src_test() { # conflicts with spec/run_spec.cr - unset CRYSTAL_OPTS + local -x CRYSTAL_OPTS= shards_src_test } |