diff options
Diffstat (limited to 'dev-nim/ups/ups-0.0.8.ebuild')
-rw-r--r-- | dev-nim/ups/ups-0.0.8.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-nim/ups/ups-0.0.8.ebuild b/dev-nim/ups/ups-0.0.8.ebuild deleted file mode 100644 index 98c6063e4..000000000 --- a/dev-nim/ups/ups-0.0.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit nimble - -DESCRIPTION="a package handler" -HOMEPAGE="https://github.com/disruptek/ups" -SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="${PV}" -KEYWORDS="~amd64" - -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="<dev-nim/npeg-2.0:*" -DEPEND="test? ( ${RDEPEND} )" -BDEPEND="test? ( dev-nim/balls )" - -set_package_url "https://github.com/disruptek/ups" |