public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-crystal/kemal/
Date: Sat, 27 Apr 2024 11:10:13 +0000 (UTC)	[thread overview]
Message-ID: <1714211408.f2936a14783dae6d1a6eb66e7f701bbf07bd1e57.davidroman@gentoo> (raw)

commit:     f2936a14783dae6d1a6eb66e7f701bbf07bd1e57
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 27 09:15:46 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr 27 09:50:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2936a14

dev-crystal/kemal: add 1.5.0, drop 1.3.0 and 1.4.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-crystal/kemal/Manifest                         |  3 +--
 dev-crystal/kemal/kemal-1.3.0.ebuild               | 29 ----------------------
 .../{kemal-1.4.0.ebuild => kemal-1.5.0.ebuild}     |  4 +--
 3 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/dev-crystal/kemal/Manifest b/dev-crystal/kemal/Manifest
index a66b540e02..2e6d66f00b 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 aace18b901..0000000000
--- 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
similarity index 88%
rename from dev-crystal/kemal/kemal-1.4.0.ebuild
rename to dev-crystal/kemal/kemal-1.5.0.ebuild
index 70028fda5d..164a54c4c0 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
 }


             reply	other threads:[~2024-04-27 11:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-27 11:10 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-07 21:36 [gentoo-commits] repo/proj/guru:master commit in: dev-crystal/kemal/ David Roman
2024-12-04 14:56 David Roman
2024-10-16 15:15 David Roman
2023-04-17  9:22 Florian Schmaus
2023-04-17  9:22 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1714211408.f2936a14783dae6d1a6eb66e7f701bbf07bd1e57.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox