public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/
@ 2016-04-02  7:01 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2016-04-02  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b45dd686de6f7f61336c1073967d420d2d408d00
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 06:48:02 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 07:01:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45dd686

dev-ruby/right_http_connection: mark ruby21 revision stable

Package-Manager: portage-2.2.26

 dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
index 06af3db..2305fe8 100644
--- a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
+++ b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ RUBY_S="rightscale-${PN}-*"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/
@ 2016-04-23  5:44 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2016-04-23  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b49eb43071758b581f47ed4759e09003ca24ee6c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 05:27:16 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 05:27:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49eb430

dev-ruby/right_http_connection: cleanup

Package-Manager: portage-2.2.26

 .../right_http_connection-1.3.0.ebuild             | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild
deleted file mode 100644
index e6c3f2d..0000000
--- a/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-RUBY_FAKEGEM_TASK_TEST="cucumber"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RightScale's robust HTTP/S connection module"
-HOMEPAGE="http://rightscale.rubyforge.org/"
-SRC_URI="https://github.com/rightscale/right_http_connection/tarball/v${PV} -> ${P}.tgz"
-RUBY_S="rightscale-${PN}-*"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RESTRICT="test"
-#USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-util/cucumber )"
-
-all_ruby_prepare() {
-	rm Gemfile Gemfile.lock || die
-	sed -i -e '/bundler/ s:^:#:' features/support/env.rb || die
-}
-
-each_ruby_test() {
-	case ${RUBY} in
-		*ruby19)
-			;;
-		*)
-			${RUBY} -S cucumber features || die
-			;;
-	esac
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/
@ 2016-04-23  5:44 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2016-04-23  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     efe510aeea363d433828c76db665af993bee8182
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 05:28:25 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 05:28:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe510ae

dev-ruby/right_http_connection: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild | 2 +-
 dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
index 2305fe8..f3df8c2 100644
--- a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
+++ b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"

diff --git a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
index f8dbeb0..4488ad0 100644
--- a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
+++ b/dev-ruby/right_http_connection/right_http_connection-1.5.0.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 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/
@ 2016-09-28  8:17 Tobias Klausmann
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann @ 2016-09-28  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     562954e2080fac0fed430ccd68547a44c11118d9
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 08:17:16 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 08:17:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562954e2

dev-ruby/right_http_connection-1.5.0-r0: keyworded for ~alpha

Gentoo-Bug: 592756

 dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
index 4488ad0..bbdd8e0 100644
--- a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
+++ b/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rightscale/right_http_connection/archive/v${PV}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/
@ 2017-08-25  6:09 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2017-08-25  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     184e87a0f305342590da94c32f03234b5b70df4f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 05:26:31 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 05:26:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184e87a0

dev-ruby/right_http_connection: stable on amd64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
index 6b6b89f0155..663d9083976 100644
--- a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
+++ b/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/rightscale/right_http_connection/archive/v${PV}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/
@ 2018-01-22 19:04 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2018-01-22 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     735d0c69a7bdd286e2616094d4f3f78774d3dcd2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 18:35:44 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 19:03:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735d0c69

dev-ruby/right_http_connection: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/right_http_connection/Manifest            |  1 -
 .../right_http_connection-1.3.0-r1.ebuild          | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/right_http_connection/Manifest b/dev-ruby/right_http_connection/Manifest
index e4309c27f29..c710d4721bc 100644
--- a/dev-ruby/right_http_connection/Manifest
+++ b/dev-ruby/right_http_connection/Manifest
@@ -1,2 +1 @@
-DIST right_http_connection-1.3.0.tgz 113955 BLAKE2B 3b734f84b973cbd683e291a27a1e75dbe7a1d926461761d1d2f5346553e785087c98ecb9614c313b9be9a7040b6f50ff8c2573493a7458e75556e14ef426aee8 SHA512 f119c23d815514ad1724581d150271128fdb603962961bcb637c3d16d157c9ecd588e1b1dfb51adb58108f72164dbefa2f59a408e5800654aa79cb30ebb868c4
 DIST right_http_connection-1.5.0.tgz 120451 BLAKE2B 83b44f205ee418548b6bc70342cf0cb0429a21d624d65ee5bffe447e1aef8e286ce634dfce3bda0c1f5e480bb98dfe1f061eff40ed8b8360bae3d864577c3ee7 SHA512 7db0e85ba8140343ef06bbfce2d9ee5f6ce6823fdcfee71875c74a609e77de043a0e5d6fced18ee2bd111ea6a8a592d3855e1547dc2bfec0e963e446c366aef7

diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
deleted file mode 100644
index 3d374267127..00000000000
--- a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-RUBY_FAKEGEM_TASK_TEST="cucumber"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RightScale's robust HTTP/S connection module"
-HOMEPAGE="http://rightscale.rubyforge.org/"
-SRC_URI="https://github.com/rightscale/right_http_connection/tarball/v${PV} -> ${P}.tgz"
-RUBY_S="rightscale-${PN}-*"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RESTRICT="test"
-#USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-util/cucumber )"
-
-all_ruby_prepare() {
-	rm Gemfile Gemfile.lock || die
-	sed -i -e '/bundler/ s:^:#:' features/support/env.rb || die
-}
-
-each_ruby_test() {
-	case ${RUBY} in
-		*ruby19)
-			;;
-		*)
-			${RUBY} -S cucumber features || die
-			;;
-	esac
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/
@ 2018-02-24  8:50 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2018-02-24  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     6b58d19f1a42071ec3c0f47e9907ac6060dc306c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 08:45:36 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:48:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b58d19f

dev-ruby/right_http_connection: remove masked package

 dev-ruby/right_http_connection/Manifest            |  1 -
 dev-ruby/right_http_connection/metadata.xml        | 11 -----
 .../right_http_connection-1.5.0.ebuild             | 50 ----------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-ruby/right_http_connection/Manifest b/dev-ruby/right_http_connection/Manifest
deleted file mode 100644
index c710d4721bc..00000000000
--- a/dev-ruby/right_http_connection/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST right_http_connection-1.5.0.tgz 120451 BLAKE2B 83b44f205ee418548b6bc70342cf0cb0429a21d624d65ee5bffe447e1aef8e286ce634dfce3bda0c1f5e480bb98dfe1f061eff40ed8b8360bae3d864577c3ee7 SHA512 7db0e85ba8140343ef06bbfce2d9ee5f6ce6823fdcfee71875c74a609e77de043a0e5d6fced18ee2bd111ea6a8a592d3855e1547dc2bfec0e963e446c366aef7

diff --git a/dev-ruby/right_http_connection/metadata.xml b/dev-ruby/right_http_connection/metadata.xml
deleted file mode 100644
index b317a748901..00000000000
--- a/dev-ruby/right_http_connection/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">rightscale/right_http_connection</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
deleted file mode 100644
index 663d9083976..00000000000
--- a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-RUBY_FAKEGEM_TASK_TEST="cucumber"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RightScale's robust HTTP/S connection module"
-HOMEPAGE="https://github.com/rightscale/right_http_connection"
-SRC_URI="https://github.com/rightscale/right_http_connection/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "test? (
-	dev-util/cucumber
-	dev-ruby/rspec:2
-	dev-ruby/trollop:0
-	dev-ruby/flexmock
-)"
-
-all_ruby_prepare() {
-	rm Gemfile Gemfile.lock || die
-	sed -i -e '/bundler/ s:^:#:' \
-		-e 'arequire "rspec"' features/support/env.rb || die
-
-	# Avoid features that require manual input (PEM pass phrase) or have
-	# certificate issues due to unknown CA.
-	rm -f features/{proxy_ssl,ssl}.feature || die
-}
-
-each_ruby_test() {
-	case ${RUBY} in
-		*ruby22)
-			einfo "cucumber is not yet available for ruby22"
-			;;
-		*)
-			${RUBY} -S cucumber --format progress features || die
-			;;
-	esac
-}


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

end of thread, other threads:[~2018-02-24  8:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-23  5:44 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2018-02-24  8:50 Hans de Graaff
2018-01-22 19:04 Hans de Graaff
2017-08-25  6:09 Hans de Graaff
2016-09-28  8:17 Tobias Klausmann
2016-04-23  5:44 Hans de Graaff
2016-04-02  7:01 Hans de Graaff

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