commit: 3ff219e5f648a8284193ee0237dbc346a7862dbe Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Oct 10 13:28:09 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Oct 10 13:28:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ff219e5
dev-nim/zippy: add 0.10.4 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-nim/zippy/Manifest | 1 + dev-nim/zippy/zippy-0.10.4.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-nim/zippy/Manifest b/dev-nim/zippy/Manifest index 24e6ecf12..df47140c0 100644 --- a/dev-nim/zippy/Manifest +++ b/dev-nim/zippy/Manifest @@ -1 +1,2 @@ DIST zippy-0.10.3.tar.gz 53991961 BLAKE2B d22b6f5caf3b551ff19930e801b7234ca1b24336dc07e3f62811c4e3c0dff73f357f931e4ba3483ffed2109132e40b1a7360899ffa230812e8a035645ce4dff2 SHA512 bad6c0aa44f48072c88708954bc406fe28dcda82b72e1df2842465b989b6824d0acd0b33d752cc6d2c6985ddd315851af1907dbb3527a5170943705e2e9a4ded +DIST zippy-0.10.4.tar.gz 33625734 BLAKE2B af0a434d1bca4fdda40b9ad77e138cbf6c3c80c6a9755b6fcbc0ba23d9fcf009cfa7b8adb6bcdf915e770f64ff4df96b46852fbac7efa9a11ebb92c6255f547c SHA512 81c51d7382d8b3e7f16a7cf6a2c28c94a9983142e765cc45cc62ca291153d2639bb361fb5a1ff4e290dcbaa082e420b14774ed3002abd70a175eede0fa2cdc0e diff --git a/dev-nim/zippy/zippy-0.10.4.ebuild b/dev-nim/zippy/zippy-0.10.4.ebuild new file mode 100644 index 000000000..8c7806aaa --- /dev/null +++ b/dev-nim/zippy/zippy-0.10.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nimble + +DESCRIPTION="Pure Nim implementation of deflate, zlib, gzip and zip" +HOMEPAGE=" + https://github.com/guzba/zippy + https://nimble.directory/pkg/zippy +" +SRC_URI="https://github.com/guzba/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="${PV}" +KEYWORDS="~amd64" + +set_package_url "https://github.com/guzba/zippy"
