summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-20 23:49:17 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-20 23:49:17 +0100
commit1f5e3612f31a1f69f871145fa53be806b6bd6928 (patch)
tree5b71f8d57cbb4c162a2f6ae427e57839fef9a189 /dev-vcs
parentapp-admin/mcollective: Remove ruby19 (diff)
downloadgentoo-1f5e3612f31a1f69f871145fa53be806b6bd6928.tar.gz
gentoo-1f5e3612f31a1f69f871145fa53be806b6bd6928.tar.bz2
gentoo-1f5e3612f31a1f69f871145fa53be806b6bd6928.zip
dev-vcs/gitsh: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitsh/Manifest1
-rw-r--r--dev-vcs/gitsh/gitsh-0.8.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/dev-vcs/gitsh/Manifest b/dev-vcs/gitsh/Manifest
index 339f895b44be..df7028e59d8f 100644
--- a/dev-vcs/gitsh/Manifest
+++ b/dev-vcs/gitsh/Manifest
@@ -1,2 +1 @@
DIST gitsh-0.10.tar.gz 57550 SHA256 a5b07c44d68700c6e41681c838625650dbe1313f2bbe0976a3ee30086b4d5f93 SHA512 e51858c62e31e6b3644fb7239e6ffb7e8ffc7dd9983d67f792f739fd3459a8741d29f67709738127754454ff1e0f87014f8eb77cfd506cc5d32c5d9c719b2b16 WHIRLPOOL daac99aa5fef26652e606de5039e00be0d25579c3045e9eb5f4c2195ae34ec038408e29f8c55fdde7b9bef7ad1b3aab31aade2e5a03b60a8bbe46ccd0cf515b1
-DIST gitsh-0.8.tar.gz 48393 SHA256 61125105819f8b10005ed41ed334ab2ad6104a8dba799090b0827b72075b1665 SHA512 9ec115f0e71e3708245b11cef0c853446b2e774c30372b5516a239e9db03937d9cde1d1525ca1812759b5c3d59101179490691756a84478ebd8667268beeb8ae WHIRLPOOL 9b0368091ffe59191eff481073b9fa06172d39f2a14076ff03866767349daf0fb3e1de62d7d176bd88efefaceecf68eec607b0ec72a86b1709c8ae9f71f3a96e
diff --git a/dev-vcs/gitsh/gitsh-0.8.ebuild b/dev-vcs/gitsh/gitsh-0.8.ebuild
deleted file mode 100644
index 4e18b0440029..000000000000
--- a/dev-vcs/gitsh/gitsh-0.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-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=""
-
-ruby_add_rdepend "
- dev-ruby/bundler
- dev-ruby/blankslate:2
- dev-ruby/metaclass
- dev-ruby/bourne
- dev-ruby/coderay
- dev-ruby/diff-lcs
- dev-ruby/method_source
- dev-ruby/mocha:0.14
- dev-ruby/parslet
- dev-ruby/pry
- dev-ruby/slop:3
- dev-ruby/rspec:2
- "
-
-DOCS="README.md"
-
-each_ruby_prepare() {
- rm Gemfile.lock || die
- eautoreconf
-}
-
-each_ruby_configure() {
- default
-}
-
-each_ruby_compile() {
- default
-}