From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-vcs/svn2git/svn2git-9999.ebuild | 46 ------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 dev-vcs/svn2git/svn2git-9999.ebuild (limited to 'dev-vcs/svn2git/svn2git-9999.ebuild') diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild deleted file mode 100644 index 77393d1e3fbe..000000000000 --- a/dev-vcs/svn2git/svn2git-9999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop qmake-utils -[[ "${PV}" == "9999" ]] && inherit git-r3 - -DESCRIPTION="Tool for one-time conversion from svn to git" -HOMEPAGE="https://github.com/svn-all-fast-export/svn2git" -if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git" -else - SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" -# KEYWORDS way up - -DEPEND=" - dev-qt/qtcore:5 - dev-vcs/subversion" -RDEPEND="${DEPEND} - dev-vcs/git" - -DOCS=( README.md ) - -src_configure() { - local qmake_args=( - APR_INCLUDE=/usr/include/apr-1 - PREFIX=/usr - SVN_INCLUDE=/usr/include/subversion-1 - ) - eqmake5 "${qmake_args[@]}" fast-export2.pro -} - -src_install() { - einstalldocs - insinto /usr/share/${PN}/samples - doins samples/*.rules || die 'doins failed' - dobin svn-all-fast-export || die 'dobin failed' - dosym svn-all-fast-export /usr/bin/svn2git || die 'dosym failed' -} -- cgit v1.2.3