commit: 200214c297ebaa4560ea26e356dafc619195be48 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Aug 19 11:14:15 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Aug 19 11:14:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200214c2
dev-vcs/git-num: Remove last-rited pkg Closes: https://bugs.gentoo.org/724260 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-vcs/git-num/Manifest | 1 - dev-vcs/git-num/git-num-2.0.1.ebuild | 36 ------------------------------------ dev-vcs/git-num/metadata.xml | 8 -------- profiles/package.mask | 6 ------ 4 files changed, 51 deletions(-) diff --git a/dev-vcs/git-num/Manifest b/dev-vcs/git-num/Manifest deleted file mode 100644 index 4e563f44c0c..00000000000 --- 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 71e04e1ab47..00000000000 --- 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 "[email protected]"`' \ - -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 27c27617bd7..00000000000 --- 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> diff --git a/profiles/package.mask b/profiles/package.mask index 23e15e109fb..3be73460df2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -408,12 +408,6 @@ dev-ruby/spork # Masked for testing >=mail-client/claws-mail-4.0.0 -# Hans de Graaff <[email protected]> (2021-07-09) -# Last release in 2016. Tests fail with recent git versions. -# No reverse dependencies, no maintainer. -# Masked for removal in 30 days. -dev-vcs/git-num - # Hans de Graaff <[email protected]> (2021-07-09) # Mask ruby25 for removal. This version is no longer supported # upstream. Use a newer ruby version, e.g ruby26.
