public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
@ 2017-02-04 15:38 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2017-02-04 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0c0dd14e66b6f1e1fa878973c471d38fa85f0fda
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 14:59:28 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 15:38:20 2017 +0000
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
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
@ 2018-12-12  9:30 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2018-12-12  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     92bf2df52bc198bf85aae11b51c24ab23579ea05
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 09:14:51 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 09:14:51 2018 +0000
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 <graaff <AT> 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..00000000000
--- a/app-text/jist/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jist-1.5.1.gem 13824 BLAKE2B dfa4fce7601969fa74158b8cc4ae3542a1e60e241dc430f920d4f2fb9c963ee281d8c2c2cf355547422228dd91d3809ee4fe9cb0df8cbdea32c793308b63639b 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..00000000000
--- 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..00000000000
--- a/app-text/jist/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>ruby@gentoo.org</email>
-    <name>Gentoo Ruby Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">ConradIrwin/jist</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
@ 2017-09-20  6:07 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2017-09-20  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ee4b67013e48d1fe087b7a70df98b784c24233bd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 05:39:27 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 05:39:27 2017 +0000
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"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
@ 2017-06-02  6:29 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2017-06-02  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     82083b2621977688d76c83ca3e93fe9afebc1d6a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 06:19:21 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 06:19:21 2017 +0000
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..00000000000
--- 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"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
@ 2017-04-17  9:26 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2017-04-17  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0cfb0efbd3c5399e83f5988441b4ddfc20e77fd0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 09:06:43 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 09:06:43 2017 +0000
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:*"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
@ 2016-11-25 14:49 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-11-25 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     93c16c31558ebd451a4c6291fc6715107ac503d8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 14:47:51 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 14:49:25 2016 +0000
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"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
@ 2016-07-18 21:13 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-07-18 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     faa9628eca9133b7057efde58602d4cf83a83458
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 20:10:02 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 21:13:07 2016 +0000
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 0000000..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
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
@ 2016-04-10  0:15 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-04-10  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e40899d17f1888255f93df9fcb66b91fabd8e1b8
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 00:14:44 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 00:14:44 2016 +0000
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=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-12-12  9:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 15:38 [gentoo-commits] repo/gentoo:master commit in: app-text/jist/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2018-12-12  9:30 Hans de Graaff
2017-09-20  6:07 Hans de Graaff
2017-06-02  6:29 Hans de Graaff
2017-04-17  9:26 Hans de Graaff
2016-11-25 14:49 Hans de Graaff
2016-07-18 21:13 Hans de Graaff
2016-04-10  0:15 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox