mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-crystal/kemal: add 1.11.0, drop old
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kemal-1.7.3.tar.gz 60094 BLAKE2B 80fa5b8c96faa6185296b86e99561e87da28a142828fa3d831cab1106fdb01d513c2c0cb49d47da70cb7d4983c6bf251a28621313e80cc4f8ab9f8df635176d6 SHA512 e65700aa65cc0160ea76aee16465b06225884b2be8aa6944bd89666e169794d3e264275b76b1864763df8bb601f7ef38c40847e29738917ec91de436539f4b3a
|
||||
DIST kemal-1.8.0.tar.gz 62020 BLAKE2B 09af0dd42927a6b00a50a51d3a5f475874e2d3241111e2754627e74aef85032a5aff056173f380355bc5af764a5f4d0a9271e70b7a01760b276a7f5f1fdf782a SHA512 87ea50b23fbc599b01f4f36e97f77f83af4ae806068f2a809b31b1a6e0eacfe145737371d6253c575f37f692ce9aa5efe012192ee08af69d74a7e36f0523bce4
|
||||
DIST kemal-1.11.0.tar.gz 77979 BLAKE2B 070ab84c35630e487f550f4b703a9333341f6d9fd8281b7b8742a146a5066f16f304a2a2b97453c7da20bfc37acd64a63992660b66081b35aaf4e178b2b2887e SHA512 4c25b3ad1708f55ead97a33d694c8bdcfdb14dbd858d3a52c5ee6c9967c48c0d37f2dc5aeabf5be0cf2946523db0d112635aa6d6e7da6e1c08aaf3870dc299f4
|
||||
DIST kemal-1.9.0.tar.gz 62634 BLAKE2B 17b55b605b99bb75fe8901589bee75b6d2e2e5a73de4a11850dcd2bd645153ae5398fe4977109bd3e16a4a9f47bd1f130278669ad2eca9d285b3eb16df4e1bed SHA512 fc74a0365e9c063dcd591f576927f644ab9e9636c73618027248d55d8c401e6aa3995093e6a306a1a542c2e41e21aee25bccc5c97492f78d1f3d40b418904f14
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Copyright 2022-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
EAPI=9
|
||||
|
||||
inherit shards
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user