diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-08-19 13:14:15 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-08-19 13:14:15 +0200 |
commit | 200214c297ebaa4560ea26e356dafc619195be48 (patch) | |
tree | cfd6513d165b2a6e0c07cb0dec34f937e86d6b98 /dev-vcs | |
parent | dev-ruby/compass: Remove last-rited pkg (diff) | |
download | gentoo-200214c297ebaa4560ea26e356dafc619195be48.tar.gz gentoo-200214c297ebaa4560ea26e356dafc619195be48.tar.bz2 gentoo-200214c297ebaa4560ea26e356dafc619195be48.zip |
dev-vcs/git-num: Remove last-rited pkg
Closes: https://bugs.gentoo.org/724260
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-num/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/git-num/git-num-2.0.1.ebuild | 36 | ||||
-rw-r--r-- | dev-vcs/git-num/metadata.xml | 8 |
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-vcs/git-num/Manifest b/dev-vcs/git-num/Manifest deleted file mode 100644 index 4e563f44c0cf..000000000000 --- a/dev-vcs/git-num/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST git-num-2.0.1.tar.gz 53833 BLAKE2B 4080bb19ad15441fff5f641576a33d7df89ece30f10c159dbc3f8a659c29568dc295f4b3f7d01aacbf13ddad3347dc705d4e9f83a07c6c3bf5e7d2ae9f07763b SHA512 f35599a74b91efb3ccb6e8509ca1c7eb7c2f67cb90b131efc6693f8f36ea97adcb01026ad307746bdf0613200646da289aa315095cbae2580c4443b03e9dd040 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 -} diff --git a/dev-vcs/git-num/metadata.xml b/dev-vcs/git-num/metadata.xml deleted file mode 100644 index 27c27617bd7c..000000000000 --- a/dev-vcs/git-num/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">schreifels/git-num</remote-id> - </upstream> -</pkgmetadata> |