aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-nim/npeg/npeg-0.27.0.ebuild')
-rw-r--r--dev-nim/npeg/npeg-0.27.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-nim/npeg/npeg-0.27.0.ebuild b/dev-nim/npeg/npeg-0.27.0.ebuild
deleted file mode 100644
index ece40d508..000000000
--- a/dev-nim/npeg/npeg-0.27.0.ebuild
+++ /dev/null
@@ -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
-}