mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-nim/npeg: drop 0.27.0, 1.1.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST npeg-0.27.0.tar.gz 8455883 BLAKE2B 958ed4714f550127e5c24c9ecdd17672b0d5f7ffdd5c126a8485e67ed399e9faec92b497350695689908520f72d161e1b1e4a5c8392b7aa48ab30e9e1be16c32 SHA512 db5f9ad87aa4ab6d592aaffab5613d4c9a1ec25bc916d4ca491cfb44726dc901a852e8d6fbc2bca7edf0a769b78bafb1f8593ffecb48682ebca090dd56dcb26d
|
||||
DIST npeg-1.1.2.tar.gz 7666177 BLAKE2B e7a5da582d9084bbb27860f334a5fff57692c4dc06566267d52144f751fa778b72c66631432ea9e6e16cf1f92decb7f8e0324f3aabc763a45d3adefd6b797f8c SHA512 f546344c37734809e846b47785788fe3a11fdcdcbc96527a3d40ff4394171013ea13dd2a556947341253d889f3c3b71b0c0692da9571beaadf8d68c8b44e5b5f
|
||||
DIST npeg-1.2.0.tar.gz 7665405 BLAKE2B e2dd680a7a927d614b58c8b36ad0bc5b0619626b6ab5543458519bd2cae103b05afb4bcbee93e5b89af096a3722113c3844440ae061ab461d83cddf03de57a40 SHA512 270c36748399dcab4d4ec72c5e23e43b925694da540553e815ae37e90011fd1e23a769ce9aeb988ab2f16dded4f01847a58ffd30c5b262396a298038bb086a15
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="a PEG library for Nim"
|
||||
HOMEPAGE="https://github.com/zevv/npeg https://nimble.directory/pkg/npeg"
|
||||
SRC_URI="https://github.com/zevv/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=( {Changelog,INTERNALS,README}.md )
|
||||
|
||||
set_package_url "https://github.com/zevv/npeg"
|
||||
|
||||
src_test() {
|
||||
nimble_build testc
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="a PEG library for Nim"
|
||||
HOMEPAGE="https://github.com/zevv/npeg https://nimble.directory/pkg/npeg"
|
||||
SRC_URI="https://github.com/zevv/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=( {Changelog,INTERNALS,README}.md )
|
||||
|
||||
set_package_url "https://github.com/zevv/npeg"
|
||||
|
||||
src_test() {
|
||||
nimble_build testc
|
||||
}
|
||||
Reference in New Issue
Block a user