commit:     f60bd4c34ffa469aba8246e13aaa3784130be045
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:07:33 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:07:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60bd4c3

dev-vcs/gitsh: remove masked package

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-vcs/gitsh/Manifest            |  1 -
 dev-vcs/gitsh/gitsh-0.11.2.ebuild | 66 ---------------------------------------
 dev-vcs/gitsh/metadata.xml        |  8 -----
 3 files changed, 75 deletions(-)

diff --git a/dev-vcs/gitsh/Manifest b/dev-vcs/gitsh/Manifest
deleted file mode 100644
index 3e30c99a65f..00000000000
--- a/dev-vcs/gitsh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gitsh-0.11.2.tar.gz 101503 BLAKE2B 
72a01da8412a680eb0afeab0d31a39261e389b96e528b0d1b5c6821b066f7b1d9244adc407d677c98b5f486cd8788daacf21e2467fc60254592ad9683b7e3ee4
 SHA512 
e8d473b4a13481722eb9a6b9232eb47174ed40f86af45848f33b9b936f09cf2010f8235036d9897bd637b841f35d051d3e426b56642f247b07c3a0d323e9a968

diff --git a/dev-vcs/gitsh/gitsh-0.11.2.ebuild 
b/dev-vcs/gitsh/gitsh-0.11.2.ebuild
deleted file mode 100644
index 1fe779d14e5..00000000000
--- a/dev-vcs/gitsh/gitsh-0.11.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_EXTRAINSTALL="ext"
-
-inherit autotools ruby-fakegem
-
-DESCRIPTION="An interactive shell for git"
-HOMEPAGE="https://github.com/thoughtbot/gitsh";
-SRC_URI="https://github.com/thoughtbot/gitsh/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE="test"
-
-RDEPEND+=" sys-libs/readline "
-
-DEPEND+=" test? ( dev-vcs/git ) "
-
-ruby_add_rdepend "
-       dev-ruby/bundler
-       dev-ruby/parslet
-       "
-
-ruby_add_bdepend "test? ( dev-ruby/pry )"
-
-DOCS="README.md"
-
-all_ruby_prepare() {
-       rm -f Gemfile.lock || die
-
-       # Avoid integration tests that assume they can use /usr/bin/ruby
-       rm -f spec/integration/running_scripts_spec.rb || die
-       # or the TTY
-       sed -i -e '/with valid arguments and no script file/,/^    end/ s:^:#:' 
spec/units/cli_spec.rb || die
-}
-
-each_ruby_prepare() {
-       eautoreconf
-
-       if use test; then
-               git init . || die
-       fi
-}
-
-each_ruby_configure() {
-       RUBY=${RUBY} default
-}
-
-each_ruby_compile() {
-       default
-}
-
-all_ruby_install() {
-       all_fakegem_install
-       doman "${S}"/man/man1/${PN}.1
-}

diff --git a/dev-vcs/gitsh/metadata.xml b/dev-vcs/gitsh/metadata.xml
deleted file mode 100644
index faa8f02e917..00000000000
--- a/dev-vcs/gitsh/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">thoughtbot/gitsh</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to