From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/exception_page/
Date: Wed, 9 Nov 2022 13:14:11 +0000 (UTC) [thread overview]
Message-ID: <1667998382.2a9b62d443b1505922de200939367a71ff94d915.cybertailor@gentoo> (raw)
commit: 2a9b62d443b1505922de200939367a71ff94d915
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov 9 12:53:02 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Nov 9 12:53:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a9b62d4
dev-crystal/exception_page: new package, add 0.3.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/exception_page/Manifest | 1 +
.../exception_page/exception_page-0.3.0.ebuild | 30 ++++++++++++++++++++++
dev-crystal/exception_page/metadata.xml | 8 ++++++
3 files changed, 39 insertions(+)
diff --git a/dev-crystal/exception_page/Manifest b/dev-crystal/exception_page/Manifest
new file mode 100644
index 000000000..b93e41cee
--- /dev/null
+++ b/dev-crystal/exception_page/Manifest
@@ -0,0 +1 @@
+DIST exception_page-0.3.0.tar.gz 11056 BLAKE2B b9a6d7b53282a022ed7a2cc4597dbd93478b0eb526e5e74893bfa7d902623c851e60665013ece1bfaa760f189a2fb1fe8bd26f2c976723d54d06fee6771eb269 SHA512 a77692f859d8cbc15c226a56b2f395b26932fbbe176b374af4fad0142c387a651af75b3f1ba47b9f58f612d1394c09a1baf0e97a02f3753abb1006b9560fb081
diff --git a/dev-crystal/exception_page/exception_page-0.3.0.ebuild b/dev-crystal/exception_page/exception_page-0.3.0.ebuild
new file mode 100644
index 000000000..e3615aee9
--- /dev/null
+++ b/dev-crystal/exception_page/exception_page-0.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="A library for displaying exceptional exception pages for easier debugging"
+HOMEPAGE="https://github.com/crystal-loot/exception_page"
+SRC_URI="https://github.com/crystal-loot/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-crystal/backtracer"
+BDEPEND="
+ test? (
+ dev-crystal/lucky_flow
+ )
+"
+
+src_prepare() {
+ default
+
+ # test error, related to lucky_flow ('be_on_page' method)
+ rm spec/exception_page_spec.cr || die
+}
diff --git a/dev-crystal/exception_page/metadata.xml b/dev-crystal/exception_page/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/dev-crystal/exception_page/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2022-11-09 13:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-09 13:14 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-07 20:18 [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/exception_page/ Anna Vyalkova
2023-07-09 2:00 Anna Vyalkova
2024-04-27 9:50 Anna Vyalkova
2024-11-26 13:52 Anna Vyalkova
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=1667998382.2a9b62d443b1505922de200939367a71ff94d915.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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