* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/
@ 2015-10-19 12:48 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-10-19 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 6edae1be48203dde97dcc4898182326125aea90a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 12:45:08 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 12:47:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edae1be
dev-vcs/gitsh: Version Bump
thanks Fabio Coatti for the ebuild
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563232
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-vcs/gitsh/Manifest | 1 +
dev-vcs/gitsh/gitsh-0.10.ebuild | 56 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-vcs/gitsh/Manifest b/dev-vcs/gitsh/Manifest
index 8fc5c7d..339f895 100644
--- a/dev-vcs/gitsh/Manifest
+++ b/dev-vcs/gitsh/Manifest
@@ -1 +1,2 @@
+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.10.ebuild b/dev-vcs/gitsh/gitsh-0.10.ebuild
new file mode 100644
index 0000000..7f7c2fd
--- /dev/null
+++ b/dev-vcs/gitsh/gitsh-0.10.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2015 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:0
+ dev-ruby/coderay
+ dev-ruby/diff-lcs
+ dev-ruby/method_source
+ dev-ruby/parslet
+ dev-ruby/pry
+ dev-ruby/slop:3
+ dev-ruby/rspec:3
+ dev-ruby/rspec-core:3
+ dev-ruby/rspec-expectations:3
+ dev-ruby/rspec-mocks:3
+ dev-ruby/rspec-support:3
+ "
+
+DOCS="README.md"
+
+each_ruby_prepare() {
+ rm Gemfile.lock || die
+ eautoreconf
+}
+
+each_ruby_configure() {
+ default
+}
+
+each_ruby_compile() {
+ default
+}
+
+all_ruby_install() {
+ all_fakegem_install
+ doman "${S}"/man/man1/${PN}.1
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/
@ 2016-03-20 22:51 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-03-20 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 1f5e3612f31a1f69f871145fa53be806b6bd6928
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 22:49:17 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 22:49:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5e3612
dev-vcs/gitsh: Remove old
Package-Manager: portage-2.2.28
dev-vcs/gitsh/Manifest | 1 -
dev-vcs/gitsh/gitsh-0.8.ebuild | 50 ------------------------------------------
2 files changed, 51 deletions(-)
diff --git a/dev-vcs/gitsh/Manifest b/dev-vcs/gitsh/Manifest
index 339f895..df7028e 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 4e18b04..0000000
--- 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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/
@ 2016-03-20 22:51 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-03-20 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 46914fe1e6fc70608eccf2aabd1919a8ffcc2285
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 22:49:47 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 22:49:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46914fe1
dev-vcs/gitsh: Remove ruby19
Package-Manager: portage-2.2.28
dev-vcs/gitsh/gitsh-0.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/gitsh/gitsh-0.10.ebuild b/dev-vcs/gitsh/gitsh-0.10.ebuild
index 7f7c2fd..1c044e9 100644
--- a/dev-vcs/gitsh/gitsh-0.10.ebuild
+++ b/dev-vcs/gitsh/gitsh-0.10.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/
@ 2017-04-23 6:47 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2017-04-23 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 6fefdbc569424ac2005ccbcf985edf5130fdd07f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 06:44:29 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 06:44:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fefdbc5
dev-vcs/gitsh: add 0.11.2; add ruby22, ruby23
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-vcs/gitsh/Manifest | 1 +
dev-vcs/gitsh/gitsh-0.11.2.ebuild | 65 +++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/dev-vcs/gitsh/Manifest b/dev-vcs/gitsh/Manifest
index df7028e59d8..317131275e2 100644
--- a/dev-vcs/gitsh/Manifest
+++ b/dev-vcs/gitsh/Manifest
@@ -1 +1,2 @@
DIST gitsh-0.10.tar.gz 57550 SHA256 a5b07c44d68700c6e41681c838625650dbe1313f2bbe0976a3ee30086b4d5f93 SHA512 e51858c62e31e6b3644fb7239e6ffb7e8ffc7dd9983d67f792f739fd3459a8741d29f67709738127754454ff1e0f87014f8eb77cfd506cc5d32c5d9c719b2b16 WHIRLPOOL daac99aa5fef26652e606de5039e00be0d25579c3045e9eb5f4c2195ae34ec038408e29f8c55fdde7b9bef7ad1b3aab31aade2e5a03b60a8bbe46ccd0cf515b1
+DIST gitsh-0.11.2.tar.gz 101503 SHA256 45572b528900bebf5fa2b81e3b04572cbf34dbfee3b17281a1c750ec9518533f SHA512 e8d473b4a13481722eb9a6b9232eb47174ed40f86af45848f33b9b936f09cf2010f8235036d9897bd637b841f35d051d3e426b56642f247b07c3a0d323e9a968 WHIRLPOOL 6d5da503e4f4df3211fc38552d35ce9bd2189bd10430acd234a701a413dc806c2ca4cd3aae2b55fc28d74f82f296ad7a862e72c3629e6c0383bd629c236065ec
diff --git a/dev-vcs/gitsh/gitsh-0.11.2.ebuild b/dev-vcs/gitsh/gitsh-0.11.2.ebuild
new file mode 100644
index 00000000000..cd7ef1442f6
--- /dev/null
+++ b/dev-vcs/gitsh/gitsh-0.11.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+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="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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/
@ 2017-05-05 22:24 Michael Orlitzky
0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2017-05-05 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 40c26b8e962a2e71a12b9c7b92215ae99f872bf3
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 22:24:08 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri May 5 22:24:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c26b8e
dev-vcs/gitsh: remove unused version 0.10.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-vcs/gitsh/Manifest | 1 -
dev-vcs/gitsh/gitsh-0.10.ebuild | 55 -----------------------------------------
2 files changed, 56 deletions(-)
diff --git a/dev-vcs/gitsh/Manifest b/dev-vcs/gitsh/Manifest
index 317131275e2..f822a980e1d 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.11.2.tar.gz 101503 SHA256 45572b528900bebf5fa2b81e3b04572cbf34dbfee3b17281a1c750ec9518533f SHA512 e8d473b4a13481722eb9a6b9232eb47174ed40f86af45848f33b9b936f09cf2010f8235036d9897bd637b841f35d051d3e426b56642f247b07c3a0d323e9a968 WHIRLPOOL 6d5da503e4f4df3211fc38552d35ce9bd2189bd10430acd234a701a413dc806c2ca4cd3aae2b55fc28d74f82f296ad7a862e72c3629e6c0383bd629c236065ec
diff --git a/dev-vcs/gitsh/gitsh-0.10.ebuild b/dev-vcs/gitsh/gitsh-0.10.ebuild
deleted file mode 100644
index eed09fb1a47..00000000000
--- a/dev-vcs/gitsh/gitsh-0.10.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="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:0
- dev-ruby/coderay
- dev-ruby/diff-lcs
- dev-ruby/method_source
- dev-ruby/parslet
- dev-ruby/pry
- dev-ruby/slop:3
- dev-ruby/rspec:3
- dev-ruby/rspec-core:3
- dev-ruby/rspec-expectations:3
- dev-ruby/rspec-mocks:3
- dev-ruby/rspec-support:3
- "
-
-DOCS="README.md"
-
-each_ruby_prepare() {
- rm Gemfile.lock || die
- eautoreconf
-}
-
-each_ruby_configure() {
- default
-}
-
-each_ruby_compile() {
- default
-}
-
-all_ruby_install() {
- all_fakegem_install
- doman "${S}"/man/man1/${PN}.1
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/
@ 2018-06-30 9:56 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2018-06-30 9:56 UTC (permalink / raw
To: gentoo-commits
commit: e49d5d383a30914e5e9bd07b3e8820f3a2dc094e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 08:59:45 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 09:56:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49d5d38
dev-vcs/gitsh: add ruby24, ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-vcs/gitsh/gitsh-0.11.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/gitsh/gitsh-0.11.2.ebuild b/dev-vcs/gitsh/gitsh-0.11.2.ebuild
index cd7ef1442f6..85f90bbc053 100644
--- a/dev-vcs/gitsh/gitsh-0.11.2.ebuild
+++ b/dev-vcs/gitsh/gitsh-0.11.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/
@ 2019-02-07 23:03 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2019-02-07 23:03 UTC (permalink / raw
To: gentoo-commits
commit: ea2b004f6d3c297d28ab2b9cc55c13b51ca4ee0b
Author: Henk van der Laan <opensource <AT> henkvdlaan <DOT> com>
AuthorDate: Sat Dec 29 15:08:38 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Feb 7 23:03:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2b004f
dev-vcs/gitsh: Install ext folder as well.
Closes: https://bugs.gentoo.org/630054
Signed-off-by: H.E. van der Laan <opensource <AT> henkvdlaan.com>
Closes: https://github.com/gentoo/gentoo/pull/10706
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-vcs/gitsh/gitsh-0.11.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-vcs/gitsh/gitsh-0.11.2.ebuild b/dev-vcs/gitsh/gitsh-0.11.2.ebuild
index 85f90bbc053..de1a2719131 100644
--- a/dev-vcs/gitsh/gitsh-0.11.2.ebuild
+++ b/dev-vcs/gitsh/gitsh-0.11.2.ebuild
@@ -9,6 +9,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="ext"
inherit autotools ruby-fakegem
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/
@ 2021-04-10 6:17 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2021-04-10 6:17 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-04-10 6:17 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20 22:51 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitsh/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2021-04-10 6:17 Hans de Graaff
2019-02-07 23:03 Patrice Clement
2018-06-30 9:56 Hans de Graaff
2017-05-05 22:24 Michael Orlitzky
2017-04-23 6:47 Hans de Graaff
2016-03-20 22:51 Manuel Rüger
2015-10-19 12:48 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox