From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5358A15AD02 for ; Sun, 16 Apr 2023 19:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 906CDE0A7C; Sun, 16 Apr 2023 19:13:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75A54E0A7C for ; Sun, 16 Apr 2023 19:13:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86218340D0A for ; Sun, 16 Apr 2023 19:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30A98A44 for ; Sun, 16 Apr 2023 19:13:09 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1681672377.3467a8d30f03d98a1e34be975164753bfda1b5e5.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kemal/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-crystal/kemal/Manifest dev-crystal/kemal/kemal-1.1.2.ebuild dev-crystal/kemal/kemal-1.4.0.ebuild X-VCS-Directories: dev-crystal/kemal/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 3467a8d30f03d98a1e34be975164753bfda1b5e5 X-VCS-Branch: dev Date: Sun, 16 Apr 2023 19:13:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15c4ced1-c0f4-484f-91da-73ff404b7eee X-Archives-Hash: 28db64173e23f221913432d929456e3f commit: 3467a8d30f03d98a1e34be975164753bfda1b5e5 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Apr 16 08:30:18 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Apr 16 19:12:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3467a8d3 dev-crystal/kemal: add 1.4.0, drop 1.1.2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-crystal/kemal/Manifest | 2 +- dev-crystal/kemal/{kemal-1.1.2.ebuild => kemal-1.4.0.ebuild} | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-crystal/kemal/Manifest b/dev-crystal/kemal/Manifest index 0202da9c8..9f2bdbb23 100644 --- a/dev-crystal/kemal/Manifest +++ b/dev-crystal/kemal/Manifest @@ -1,2 +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 diff --git a/dev-crystal/kemal/kemal-1.1.2.ebuild b/dev-crystal/kemal/kemal-1.4.0.ebuild similarity index 76% rename from dev-crystal/kemal/kemal-1.1.2.ebuild rename to dev-crystal/kemal/kemal-1.4.0.ebuild index 41e262ff2..70028fda5 100644 --- a/dev-crystal/kemal/kemal-1.1.2.ebuild +++ b/dev-crystal/kemal/kemal-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,9 +15,15 @@ SRC_URI="https://github.com/kemalcr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RESTRICT="test" RDEPEND=" dev-crystal/exception_page dev-crystal/radix " + +src_test() { + # conflicts with spec/run_spec.cr + unset CRYSTAL_OPTS + + shards_src_test +}