diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-20 09:27:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-20 09:27:24 +0200 |
commit | 79e9b6f8c56f053b081ef7646e89ebea57f0935e (patch) | |
tree | c059903aea5d6994dfdb23f9dd3d3e2caa2628b1 /dev-vcs | |
parent | dev-vcs/python-gitlab: Remove old (diff) | |
download | gentoo-79e9b6f8c56f053b081ef7646e89ebea57f0935e.tar.gz gentoo-79e9b6f8c56f053b081ef7646e89ebea57f0935e.tar.bz2 gentoo-79e9b6f8c56f053b081ef7646e89ebea57f0935e.zip |
dev-vcs/svneverever: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/svneverever/svneverever-1.7.1-r2.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-vcs/svneverever/svneverever-1.7.1-r2.ebuild b/dev-vcs/svneverever/svneverever-1.7.1-r2.ebuild deleted file mode 100644 index f3aa2724b54c..000000000000 --- a/dev-vcs/svneverever/svneverever-1.7.1-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Tool collecting path entries across SVN history" -HOMEPAGE="https://github.com/hartwork/svneverever" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/pysvn[${PYTHON_USEDEP}]" |