[gentoo-commits] repo/gentoo:master commit in: app-text/jist/

2018-12-12 Thread Hans de Graaff
commit: 92bf2df52bc198bf85aae11b51c24ab23579ea05
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 12 09:14:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 12 09:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bf2df5

app-text/jist: remove masked package, bug 661262

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

 app-text/jist/Manifest |  1 -
 app-text/jist/jist-1.5.1-r1.ebuild | 31 ---
 app-text/jist/metadata.xml | 11 ---
 3 files changed, 43 deletions(-)

diff --git a/app-text/jist/Manifest b/app-text/jist/Manifest
deleted file mode 100644
index 939bb046d37..000
--- a/app-text/jist/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jist-1.5.1.gem 13824 BLAKE2B 
dfa4fce7601969fa74158b8cc4ae3542a1e60e241dc430f920d4f2fb9c963ee281d8c2c2cf35554748dd91d3809ee4fe9cb0df8cbdea32c793308b63639b
 SHA512 
e59a0c5a5b0439a5cc3b847de3cbb0b9991685c1403fd8482ffd5564a77c8812587a7384ac19bb77cb812d0ece63df8ccd029c8757a242dc50a44da3e66b9936

diff --git a/app-text/jist/jist-1.5.1-r1.ebuild 
b/app-text/jist/jist-1.5.1-r1.ebuild
deleted file mode 100644
index 10cdc385353..000
--- a/app-text/jist/jist-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby gem to publish a gist"
-HOMEPAGE="https://github.com/ConradIrwin/jist";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/json:*"
-
-ruby_add_bdepend "test? ( dev-ruby/webmock:0 )"
-
-all_ruby_prepare() {
-   # Avoid failing test (due to webmock version?)
-   # We did not run any tests previously
-   rm -f spec/shorten_spec.rb || die
-
-   sed -i -e '1igem "webmock", "~>1.0"' spec/spec_helper.rb || die
-}

diff --git a/app-text/jist/metadata.xml b/app-text/jist/metadata.xml
deleted file mode 100644
index b5befd6d272..000
--- a/app-text/jist/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-ConradIrwin/jist
-  
-



[gentoo-commits] repo/gentoo:master commit in: app-text/jist/

2017-09-19 Thread Hans de Graaff
commit: ee4b67013e48d1fe087b7a70df98b784c24233bd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 20 05:39:27 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 20 05:39:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4b6701

app-text/jist: use rspec3 for tests

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-text/jist/jist-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/jist/jist-1.5.1-r1.ebuild 
b/app-text/jist/jist-1.5.1-r1.ebuild
index cd832768f8b..10cdc385353 100644
--- a/app-text/jist/jist-1.5.1-r1.ebuild
+++ b/app-text/jist/jist-1.5.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 USE_RUBY="ruby21 ruby22 ruby23"
 
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/jist/

2017-06-01 Thread Hans de Graaff
commit: 82083b2621977688d76c83ca3e93fe9afebc1d6a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun  2 06:19:21 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  2 06:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82083b26

app-text/jist: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-text/jist/jist-1.5.1.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/app-text/jist/jist-1.5.1.ebuild b/app-text/jist/jist-1.5.1.ebuild
deleted file mode 100644
index 84438fb18e4..000
--- a/app-text/jist/jist-1.5.1.ebuild
+++ /dev/null
@@ -1,21 +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_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby gem to publish a gist"
-HOMEPAGE="https://github.com/ConradIrwin/jist";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/json"



[gentoo-commits] repo/gentoo:master commit in: app-text/jist/

2017-04-17 Thread Hans de Graaff
commit: 0cfb0efbd3c5399e83f5988441b4ddfc20e77fd0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 17 09:06:43 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 17 09:06:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfb0efb

app-text/jist: mark stable for amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/jist/jist-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/jist/jist-1.5.1-r1.ebuild 
b/app-text/jist/jist-1.5.1-r1.ebuild
index d8c6864e7d7..cd832768f8b 100644
--- a/app-text/jist/jist-1.5.1-r1.ebuild
+++ b/app-text/jist/jist-1.5.1-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ConradIrwin/jist";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/json:*"



[gentoo-commits] repo/gentoo:master commit in: app-text/jist/

2017-02-04 Thread Hans de Graaff
commit: 0c0dd14e66b6f1e1fa878973c471d38fa85f0fda
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  4 14:59:28 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  4 15:38:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0dd14e

app-text/jist: use correct webmock slot; add ruby23

Package-Manager: portage-2.3.3

 app-text/jist/jist-1.5.1-r1.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/jist/jist-1.5.1-r1.ebuild 
b/app-text/jist/jist-1.5.1-r1.ebuild
index 7259c8c..207bec2 100644
--- a/app-text/jist/jist-1.5.1-r1.ebuild
+++ b/app-text/jist/jist-1.5.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""
@@ -21,10 +21,12 @@ IUSE=""
 
 ruby_add_rdepend "dev-ruby/json:*"
 
-ruby_add_bdepend "test? ( dev-ruby/webmock )"
+ruby_add_bdepend "test? ( dev-ruby/webmock:0 )"
 
 all_ruby_prepare() {
# Avoid failing test (due to webmock version?)
# We did not run any tests previously
rm -f spec/shorten_spec.rb || die
+
+   sed -i -e '1igem "webmock", "~>1.0"' spec/spec_helper.rb || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/jist/

2016-11-25 Thread Hans de Graaff
commit: 93c16c31558ebd451a4c6291fc6715107ac503d8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 25 14:47:51 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 25 14:49:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c16c31

app-text/jist: drop x86 stable keyword, bug 589428

Package-Manager: portage-2.3.0

 app-text/jist/jist-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/jist/jist-1.5.1.ebuild b/app-text/jist/jist-1.5.1.ebuild
index 4cf9b9c..b8cf702 100644
--- a/app-text/jist/jist-1.5.1.ebuild
+++ b/app-text/jist/jist-1.5.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/ConradIrwin/jist";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/json"



[gentoo-commits] repo/gentoo:master commit in: app-text/jist/

2016-07-18 Thread Hans de Graaff
commit: faa9628eca9133b7057efde58602d4cf83a83458
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 18 20:10:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 18 21:13:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa9628e

app-text/jist: run tests, add ruby22

Package-Manager: portage-2.2.28

 app-text/jist/jist-1.5.1-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/app-text/jist/jist-1.5.1-r1.ebuild 
b/app-text/jist/jist-1.5.1-r1.ebuild
new file mode 100644
index 000..7259c8c
--- /dev/null
+++ b/app-text/jist/jist-1.5.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby gem to publish a gist"
+HOMEPAGE="https://github.com/ConradIrwin/jist";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/json:*"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+   # Avoid failing test (due to webmock version?)
+   # We did not run any tests previously
+   rm -f spec/shorten_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/jist/

2016-04-09 Thread Manuel Rüger
commit: e40899d17f1888255f93df9fcb66b91fabd8e1b8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:14:44 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:14:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40899d1

app-text/jist: Remove ruby19

Package-Manager: portage-2.2.28

 app-text/jist/jist-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/jist/jist-1.5.1.ebuild b/app-text/jist/jist-1.5.1.ebuild
index c805dca..ef77f64 100644
--- a/app-text/jist/jist-1.5.1.ebuild
+++ b/app-text/jist/jist-1.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 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"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""