commit: 9d186329f550d7370278055832f0eeea75470101 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Wed Jun 18 07:33:48 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu Jun 19 16:34:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d186329
dev-crystal/webless: add 0.2.0 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-crystal/webless/Manifest | 1 + dev-crystal/webless/metadata.xml | 7 +++++-- dev-crystal/webless/webless-0.2.0.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/dev-crystal/webless/Manifest b/dev-crystal/webless/Manifest index fec0251554..002d088519 100644 --- a/dev-crystal/webless/Manifest +++ b/dev-crystal/webless/Manifest @@ -1 +1,2 @@ DIST webless-0.1.0.tar.gz 5524 BLAKE2B 2ab486ea7e1fc8b7d7d2137057532d8aa07ac6f44277039d25c75a7d856d1fdd1f330433e3ef3ac50bfd1b26edfd834efc2f6cd2c2509d7b022ffdb62c185bf2 SHA512 81465db690f416f3f16a390a8e3fc80f943a86d16dc82a04be227db2a787738de16a071655fc99227f2ed9e4ea0ffddf1251064abeaccbcf2d341c19fb080a33 +DIST webless-0.2.0.tar.gz 6135 BLAKE2B 7f3720f810835e2b17dfe22c112d4d47e0184703a81a932e99135a10107c34a05cf39896c1cb51da17a139e4ffa101f3f67f6faee24952f45863bec5aa2d761d SHA512 1a772ca7d13ddccee2ce9bcd0123f7066d990441d4c8bf6b146b76b085d4394e14d860cf5e5407a07d90f684f92b679ee5d8f3a97c8ad916b5382d0f71078ead diff --git a/dev-crystal/webless/metadata.xml b/dev-crystal/webless/metadata.xml index 3b08058ef5..8e9c3bdd94 100644 --- a/dev-crystal/webless/metadata.xml +++ b/dev-crystal/webless/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Anna</name> + </maintainer> <upstream> - <remote-id type="github">matthewmcgarvey/webless</remote-id> + <remote-id type="github">crystal-loot/webless</remote-id> <maintainer> <name>matthewmcgarvey</name> <email>[email protected]</email> diff --git a/dev-crystal/webless/webless-0.2.0.ebuild b/dev-crystal/webless/webless-0.2.0.ebuild new file mode 100644 index 0000000000..5122ffc0fd --- /dev/null +++ b/dev-crystal/webless/webless-0.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="HTTP::Client for testing HTTP::Handlers directly and maintaining cookies" +HOMEPAGE="https://github.com/crystal-loot/webless" +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 )" + +BDEPEND=" + test? ( + dev-crystal/spectator + ) +"
