* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/exception_page/
@ 2022-11-09 13:14 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-11-09 13:14 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/exception_page/
@ 2023-06-07 20:18 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-06-07 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 97dabd237877317c4deff6446e0b2fe439ba5b27
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 7 20:13:15 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 7 20:13:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97dabd23
dev-crystal/exception_page: add upstream maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/exception_page/metadata.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dev-crystal/exception_page/metadata.xml b/dev-crystal/exception_page/metadata.xml
index 7ebbd0334..667d7a27d 100644
--- a/dev-crystal/exception_page/metadata.xml
+++ b/dev-crystal/exception_page/metadata.xml
@@ -5,4 +5,14 @@
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
+ <upstream>
+ <maintainer>
+ <name>Paul Smith</name>
+ <email>paulcsmith0218@gmail.com</email>
+ </maintainer>
+ <maintainer>
+ <name>Sijawusz Pur Rahnama</name>
+ <email>sija@sija.pl</email>
+ </maintainer>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/exception_page/
@ 2023-07-09 2:00 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-07-09 2:00 UTC (permalink / raw
To: gentoo-commits
commit: af4407a4751edbcb7a3c20bc6e194a9208d872f1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 6 00:10:07 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jul 9 01:24:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af4407a4
dev-crystal/exception_page: add 0.3.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/exception_page/Manifest | 1 +
.../exception_page/exception_page-0.3.1.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-crystal/exception_page/Manifest b/dev-crystal/exception_page/Manifest
index b93e41cee..9df765e16 100644
--- a/dev-crystal/exception_page/Manifest
+++ b/dev-crystal/exception_page/Manifest
@@ -1 +1,2 @@
DIST exception_page-0.3.0.tar.gz 11056 BLAKE2B b9a6d7b53282a022ed7a2cc4597dbd93478b0eb526e5e74893bfa7d902623c851e60665013ece1bfaa760f189a2fb1fe8bd26f2c976723d54d06fee6771eb269 SHA512 a77692f859d8cbc15c226a56b2f395b26932fbbe176b374af4fad0142c387a651af75b3f1ba47b9f58f612d1394c09a1baf0e97a02f3753abb1006b9560fb081
+DIST exception_page-0.3.1.tar.gz 11099 BLAKE2B 51e62c4aff40d70dc31178c190c3de7ae3484620e61cdeee1e5219ff4cbe6c645e2181a6e121dd884239e64e5c3a6191c85560e683e3db0fcd5da7de5b15de58 SHA512 68218b5b4d21fdd1e5739e196db9022cb702c59913258b319a370e21a0523c6146d41b9fe6bc4d125f428acd6913b118f0a0e3d3e70d00a97150cbc9d9967fe7
diff --git a/dev-crystal/exception_page/exception_page-0.3.1.ebuild b/dev-crystal/exception_page/exception_page-0.3.1.ebuild
new file mode 100644
index 000000000..e3615aee9
--- /dev/null
+++ b/dev-crystal/exception_page/exception_page-0.3.1.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
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/exception_page/
@ 2024-04-27 9:50 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2024-04-27 9:50 UTC (permalink / raw
To: gentoo-commits
commit: 183ee56b424ab9c7ebcfa81993e580192c683daa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 27 09:12:41 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Apr 27 09:50:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=183ee56b
dev-crystal/exception_page: add 0.4.1, drop 0.3.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/exception_page/Manifest | 2 +-
.../{exception_page-0.3.0.ebuild => exception_page-0.4.1.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-crystal/exception_page/Manifest b/dev-crystal/exception_page/Manifest
index 9df765e162..4a916b207b 100644
--- a/dev-crystal/exception_page/Manifest
+++ b/dev-crystal/exception_page/Manifest
@@ -1,2 +1,2 @@
-DIST exception_page-0.3.0.tar.gz 11056 BLAKE2B b9a6d7b53282a022ed7a2cc4597dbd93478b0eb526e5e74893bfa7d902623c851e60665013ece1bfaa760f189a2fb1fe8bd26f2c976723d54d06fee6771eb269 SHA512 a77692f859d8cbc15c226a56b2f395b26932fbbe176b374af4fad0142c387a651af75b3f1ba47b9f58f612d1394c09a1baf0e97a02f3753abb1006b9560fb081
DIST exception_page-0.3.1.tar.gz 11099 BLAKE2B 51e62c4aff40d70dc31178c190c3de7ae3484620e61cdeee1e5219ff4cbe6c645e2181a6e121dd884239e64e5c3a6191c85560e683e3db0fcd5da7de5b15de58 SHA512 68218b5b4d21fdd1e5739e196db9022cb702c59913258b319a370e21a0523c6146d41b9fe6bc4d125f428acd6913b118f0a0e3d3e70d00a97150cbc9d9967fe7
+DIST exception_page-0.4.1.tar.gz 11378 BLAKE2B 24c2e2be2d64085677bd095f9e8b336c01583d36235c17856d973a460e19c5feb1873806f8681d2affea163c11446a49760030f5a08369187a6773eb436cb958 SHA512 de90afe8c87bd231802d99c05072fb8955100eeceadf46d61339b2117494fa89693f699e8cdd16a03d40212605483d83aba4e7d97845ec596bcf06ecd9107f88
diff --git a/dev-crystal/exception_page/exception_page-0.3.0.ebuild b/dev-crystal/exception_page/exception_page-0.4.1.ebuild
similarity index 94%
rename from dev-crystal/exception_page/exception_page-0.3.0.ebuild
rename to dev-crystal/exception_page/exception_page-0.4.1.ebuild
index e3615aee93..75396b2f5e 100644
--- a/dev-crystal/exception_page/exception_page-0.3.0.ebuild
+++ b/dev-crystal/exception_page/exception_page-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/exception_page/
@ 2024-11-26 13:52 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2024-11-26 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 14bb3c75eb5c95297d3df8f2201fd5682a6726d5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 26 13:49:11 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov 26 13:50:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14bb3c75
dev-crystal/exception_page: add 0.5.0, drop 0.3.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/exception_page/Manifest | 2 +-
...xception_page-0.3.1.ebuild => exception_page-0.5.0.ebuild} | 11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-crystal/exception_page/Manifest b/dev-crystal/exception_page/Manifest
index 4a916b207..2dbf5ad13 100644
--- a/dev-crystal/exception_page/Manifest
+++ b/dev-crystal/exception_page/Manifest
@@ -1,2 +1,2 @@
-DIST exception_page-0.3.1.tar.gz 11099 BLAKE2B 51e62c4aff40d70dc31178c190c3de7ae3484620e61cdeee1e5219ff4cbe6c645e2181a6e121dd884239e64e5c3a6191c85560e683e3db0fcd5da7de5b15de58 SHA512 68218b5b4d21fdd1e5739e196db9022cb702c59913258b319a370e21a0523c6146d41b9fe6bc4d125f428acd6913b118f0a0e3d3e70d00a97150cbc9d9967fe7
DIST exception_page-0.4.1.tar.gz 11378 BLAKE2B 24c2e2be2d64085677bd095f9e8b336c01583d36235c17856d973a460e19c5feb1873806f8681d2affea163c11446a49760030f5a08369187a6773eb436cb958 SHA512 de90afe8c87bd231802d99c05072fb8955100eeceadf46d61339b2117494fa89693f699e8cdd16a03d40212605483d83aba4e7d97845ec596bcf06ecd9107f88
+DIST exception_page-0.5.0.tar.gz 11463 BLAKE2B 295f1d15192dd6dfd55081d38853e23aeb124afd19fb0a572e809aac59c6b2e3b302cdde290db0ed6534ab32310ee662ab9f955419d2dc7012d3babd469dd613 SHA512 c40ae9c220f1090dee384162fae0932d0c24388d615136ad076f5d06e289d47354b61760e24638cb0dc1c92aeb538a6f0e1958322e5d8ed780ece0e275d1e4fc
diff --git a/dev-crystal/exception_page/exception_page-0.3.1.ebuild b/dev-crystal/exception_page/exception_page-0.5.0.ebuild
similarity index 74%
rename from dev-crystal/exception_page/exception_page-0.3.1.ebuild
rename to dev-crystal/exception_page/exception_page-0.5.0.ebuild
index e3615aee9..73e8ed6e3 100644
--- a/dev-crystal/exception_page/exception_page-0.3.1.ebuild
+++ b/dev-crystal/exception_page/exception_page-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,9 +22,8 @@ BDEPEND="
)
"
-src_prepare() {
- default
-
- # test error, related to lucky_flow ('be_on_page' method)
- rm spec/exception_page_spec.cr || die
+src_test() {
+ # Passing '--debug' option is required for a test that checks if
+ # code frames are displayed.
+ crystal_spec --debug
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-26 13:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-09 2:00 [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/exception_page/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-11-26 13:52 Anna Vyalkova
2024-04-27 9:50 Anna Vyalkova
2023-06-07 20:18 Anna Vyalkova
2022-11-09 13:14 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox