From 7c59acba5699c9c58090a7a738669669a7307023 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Aug 2021 23:14:26 +0100 Subject: gentoo resync : 21.08.2021 --- dev-vcs/git-num/git-num-2.0.1.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 dev-vcs/git-num/git-num-2.0.1.ebuild (limited to 'dev-vcs/git-num/git-num-2.0.1.ebuild') diff --git a/dev-vcs/git-num/git-num-2.0.1.ebuild b/dev-vcs/git-num/git-num-2.0.1.ebuild deleted file mode 100644 index 71e04e1ab471..000000000000 --- a/dev-vcs/git-num/git-num-2.0.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Quickly reference files in Git using numbers" -HOMEPAGE="https://github.com/schreifels/git-num" -SRC_URI="https://github.com/schreifels/git-num/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND+=" test? ( dev-vcs/git )" -RDEPEND+=" dev-vcs/git" - -all_ruby_prepare() { - # cp git-num since specs depend on the default location - mkdir bin || die - cp git-num bin || die - - sed -i -e '14i`git config user.email "test-git-num@gentoo.org"`' \ - -e '15i`git config user.name "git-num tester"`' spec/lib/git_tools.rb || die -} - -each_ruby_test() { - RSPEC_VERSION=3 ruby-ng_rspec spec/unit.rb spec/integration.rb -} -- cgit v1.2.3