From 51c6c03d80b58b2d62ac4d2878665993bc4d466f Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 28 May 2023 17:17:42 +0500 Subject: dev-crystal/crystar: add 0.3.1, drop 0.2.0_p20220913 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-crystal/crystar/Manifest | 2 +- dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild | 16 ---------------- dev-crystal/crystar/crystar-0.3.1.ebuild | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild create mode 100644 dev-crystal/crystar/crystar-0.3.1.ebuild (limited to 'dev-crystal') diff --git a/dev-crystal/crystar/Manifest b/dev-crystal/crystar/Manifest index 43a743892..b993379dc 100644 --- a/dev-crystal/crystar/Manifest +++ b/dev-crystal/crystar/Manifest @@ -1,2 +1,2 @@ -DIST crystar-0.2.0_p20220913.tar.gz 110617 BLAKE2B 31801a31745ee9e6de1ae882062feabafe86b3c11d75b333a36f24f83dc816c4f99b9db12ed87311358df8dcd12eea856982a4df5dc98630fc93ab6eebf572f0 SHA512 029332fc9415da0e39a747a415189c32626509b723b69a44d2c21803d46524ed7cff1bd9fad4ba9ccc69296c9ad2318cd8c54c04b0b35194797edd516be92dc2 DIST crystar-0.3.0.tar.gz 110477 BLAKE2B a946b36330f6f0a7f321fc41db009e3cea7a19794c9ff5497fe5ba41bfac14ff450cb029d0b9d349d3611bd0743561e0f29c1e3b4fa4c28d8d4e36103907a0b3 SHA512 7574e98661c2af3a0628143a7807cfa884a803b545fb7fb8477b85d38f20c30e8aaad6553ca0ad2f5a0a0016ca08aba94638be4656df5658dd0c870b4a40dc5b +DIST crystar-0.3.1.tar.gz 110500 BLAKE2B 0d2b3ecfc41a72e6a6c1dd5ab169b889318f28c8600b3ee0868c50db0c6ebe2754f0e5447ad5fb6904e487356b649db3391bfd852f2d71a1f4bedda199f70051 SHA512 73462bc246ae8338625c9cc6c99da5000235f6c52214d80e6b104c5543f1e3dd5f3571013073f821d935e176d4e1445a5cc0b1d8b41628fb69932a160a739c65 diff --git a/dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild b/dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild deleted file mode 100644 index f296ce1f7..000000000 --- a/dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit shards - -COMMIT="56db8bb9dfbd5ed6d7908353405a5fae632a6561" -DESCRIPTION="Crystal language Tar Module implements access to tar archives" -HOMEPAGE="https://github.com/naqvis/crystar" -SRC_URI="https://github.com/naqvis/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" diff --git a/dev-crystal/crystar/crystar-0.3.1.ebuild b/dev-crystal/crystar/crystar-0.3.1.ebuild new file mode 100644 index 000000000..fa9a1cd43 --- /dev/null +++ b/dev-crystal/crystar/crystar-0.3.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="Crystal language Tar Module implements access to tar archives" +HOMEPAGE="https://github.com/naqvis/crystar" +SRC_URI="https://github.com/naqvis/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" -- cgit v1.2.3-65-gdbad