* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/
@ 2016-03-31 6:09 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-03-31 6:09 UTC (permalink / raw
To: gentoo-commits
commit: 4c9224226775c90ad2e1613e6e6a3ec1dbcbc759
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 06:04:37 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 06:08:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c922422
dev-ruby/samuel: drop ruby19
Package-Manager: portage-2.2.26
dev-ruby/samuel/samuel-0.3.3-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
index 21d2114..9bfaff0 100644
--- a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
+++ b/dev-ruby/samuel/samuel-0.3.3-r2.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_TASK_DOC=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/
@ 2016-04-14 23:44 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-04-14 23:44 UTC (permalink / raw
To: gentoo-commits
commit: acc115d87c3f2ebec883d09f92a919b6e20c1744
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 23:44:32 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 23:44:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc115d8
dev-ruby/samuel: Remove ruby19
Package-Manager: portage-2.2.28
dev-ruby/samuel/samuel-0.3.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/samuel/samuel-0.3.3-r1.ebuild b/dev-ruby/samuel/samuel-0.3.3-r1.ebuild
index c868e5a..c53d3cc 100644
--- a/dev-ruby/samuel/samuel-0.3.3-r1.ebuild
+++ b/dev-ruby/samuel/samuel-0.3.3-r1.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"
+USE_RUBY="ruby20"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/
@ 2016-09-01 19:49 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-09-01 19:49 UTC (permalink / raw
To: gentoo-commits
commit: 3ab28f4c5a3c365066db3fa6d801ce942d70b198
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 19:42:23 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 19:49:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab28f4c
dev-ruby/samuel: fix tests
Package-Manager: portage-2.2.28
dev-ruby/samuel/samuel-0.3.3-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
index 9bfaff0..ac56bef 100644
--- a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
+++ b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
@@ -39,6 +39,6 @@ all_ruby_prepare() {
# Require an old enough version of mocha.
sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die
- # Use the test-unit gem to make jruby compatible with newer mocha.
- sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+ # Use the test-unit gem for consistency accross ruby versions
+ sed -i -e '1igem "test-unit"; require "test/unit"' test/test_helper.rb || die
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/
@ 2016-09-28 8:17 Tobias Klausmann
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann @ 2016-09-28 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 3b03bfea1c8df23ddf12afde292110fcf52dc152
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 08:17:17 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 08:17:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b03bfea
dev-ruby/samuel-0.3.3-r2: keyworded for ~alpha
Gentoo-Bug: 592756
dev-ruby/samuel/samuel-0.3.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
index ac56bef..fdca6e8 100644
--- a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
+++ b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/chrisk/samuel"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
ruby_add_bdepend "
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/
@ 2016-11-13 9:16 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-11-13 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 349247f66bd54828865a08b96a4659a271d70fa2
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 08:55:59 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 08:56:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349247f6
dev-ruby/samuel: amd64 stable ruby21 revision
Package-Manager: portage-2.3.0
dev-ruby/samuel/samuel-0.3.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
index fdca6e8..c8d0e95 100644
--- a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
+++ b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/chrisk/samuel"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
ruby_add_bdepend "
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/
@ 2016-11-14 6:39 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-11-14 6:39 UTC (permalink / raw
To: gentoo-commits
commit: 0a44399eeccaf125ddfafdd2671b2eb6a22a80e8
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 06:28:19 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 06:28:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a44399e
dev-ruby/samuel: cleanup
Package-Manager: portage-2.3.0
dev-ruby/samuel/samuel-0.3.3-r1.ebuild | 44 ----------------------------------
1 file changed, 44 deletions(-)
diff --git a/dev-ruby/samuel/samuel-0.3.3-r1.ebuild b/dev-ruby/samuel/samuel-0.3.3-r1.ebuild
deleted file mode 100644
index c53d3cc..00000000
--- a/dev-ruby/samuel/samuel-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="An automatic logger for HTTP requests in Ruby"
-HOMEPAGE="https://github.com/chrisk/samuel"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/shoulda-2.11.3
- >=dev-ruby/fakeweb-1.3
- >=dev-ruby/httpclient-2.2.3
- dev-ruby/mocha:0.13
- dev-ruby/test-unit:2
- )"
-
-all_ruby_prepare() {
- # Remove references to bundler
- sed -i -e '/[Bb]undler/d' test/test_helper.rb || die
- rm Gemfile*
-
- # Change the default port from 8000 to 64888 to sidestep Issue #10.
- # https://github.com/chrisk/samuel/issues/10
- sed -i -e 's:8000:64888:g' test/*.rb || die
-
- # Require an old enough version of mocha.
- sed -i -e '1igem "mocha", "~> 0.13.0"' test/test_helper.rb || die
-
- # Use the test-unit gem to make jruby compatible with newer mocha.
- sed -i -e '1igem "test-unit"' test/test_helper.rb || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/
@ 2017-08-14 19:42 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2017-08-14 19:42 UTC (permalink / raw
To: gentoo-commits
commit: c8e3b4a165ff743b1e0e7c775bc10a88082ae930
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 19:39:45 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 19:42:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e3b4a1
dev-ruby/samuel: add ruby22
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ruby/samuel/samuel-0.3.3-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
index 38f0937bb95..9b4e6fab77e 100644
--- a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
+++ b/dev-ruby/samuel/samuel-0.3.3-r2.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
EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21 ruby22"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/
@ 2017-09-23 6:38 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2017-09-23 6:38 UTC (permalink / raw
To: gentoo-commits
commit: 40a475f08801f52099aabcad93871f5797488b04
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 06:34:59 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 06:37:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a475f0
dev-ruby/samuel: remove masked package
dev-ruby/samuel/Manifest | 1 -
dev-ruby/samuel/metadata.xml | 11 ---------
dev-ruby/samuel/samuel-0.3.3-r2.ebuild | 43 ----------------------------------
3 files changed, 55 deletions(-)
diff --git a/dev-ruby/samuel/Manifest b/dev-ruby/samuel/Manifest
deleted file mode 100644
index 7d7a2e0dbe8..00000000000
--- a/dev-ruby/samuel/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST samuel-0.3.3.gem 12800 SHA256 a0a566e27f654aff0af30f34d80153201619ba9fc5c80ac891c9719d2f84a048 SHA512 3c668a45ac6eb58d236722f1d9f23cfa02d54506309427ad4c6ee2909a6d3def109246c7f7f98a9c26cda0ac74b54c610c4cc0fc18110bf9b45d1aa461f37f57 WHIRLPOOL 9d90f09fd34c48b9213ddc15c1432d400c44e950f717da9ad536477d9bb3d6fddca6c5ab728bacfdc4f9cd0af983c4191cd952c0a5ff0bad403ff15366c6b151
diff --git a/dev-ruby/samuel/metadata.xml b/dev-ruby/samuel/metadata.xml
deleted file mode 100644
index 96aa3caa0ba..00000000000
--- a/dev-ruby/samuel/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">chrisk/samuel</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild b/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
deleted file mode 100644
index 9b4e6fab77e..00000000000
--- a/dev-ruby/samuel/samuel-0.3.3-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="An automatic logger for HTTP requests in Ruby"
-HOMEPAGE="https://github.com/chrisk/samuel"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/shoulda-2.11.3
- >=dev-ruby/fakeweb-1.3
- >=dev-ruby/httpclient-2.2.3
- dev-ruby/mocha:0.14
- dev-ruby/test-unit:2
- )"
-
-all_ruby_prepare() {
- # Remove references to bundler
- sed -i -e '/[Bb]undler/d' test/test_helper.rb || die
- rm Gemfile*
-
- # Change the default port from 8000 to 64888 to sidestep Issue #10.
- # https://github.com/chrisk/samuel/issues/10
- sed -i -e 's:8000:64888:g' test/*.rb || die
-
- # Require an old enough version of mocha.
- sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die
-
- # Use the test-unit gem for consistency accross ruby versions
- sed -i -e '1igem "test-unit"; require "test/unit"' test/test_helper.rb || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-09-23 6:38 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-13 9:16 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2017-09-23 6:38 Hans de Graaff
2017-08-14 19:42 Hans de Graaff
2016-11-14 6:39 Hans de Graaff
2016-09-28 8:17 Tobias Klausmann
2016-09-01 19:49 Hans de Graaff
2016-04-14 23:44 Manuel Rüger
2016-03-31 6:09 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