commit: 79e9b6f8c56f053b081ef7646e89ebea57f0935e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 07:27:24 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 20 07:27:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e9b6f8
dev-vcs/svneverever: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/svneverever/svneverever-1.7.1-r2.ebuild | 20 --------------------
1 file changed, 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}]"