public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-05-27 17:32 Michel Boaventura
  0 siblings, 0 replies; 35+ messages in thread
From: Michel Boaventura @ 2012-05-27 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3072e59715b6bfd336d1a745204d17a212657e38
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Sun May 27 17:31:56 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Sun May 27 17:31:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=3072e597

Fixing problem with isolate on roe-3.0.6


 dev-ruby/hoe/Manifest         |    3 ++-
 dev-ruby/hoe/hoe-3.0.6.ebuild |    6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --cc dev-ruby/hoe/Manifest
index a99335f,95e62d3..04bcdc5
--- a/dev-ruby/hoe/Manifest
+++ b/dev-ruby/hoe/Manifest
@@@ -1,4 -1,3 +1,5 @@@
++AUX hoe-3.0.6-remove-isolate.patch 440 RMD160 65e0fb0085780bc2d11b2a7bfb99785ab17a9934 SHA1 29a246a4bf28451c92bb269c6da52eb0fca7c771 SHA256 32aeaa9fb32149bb448faa6b7c93917fbfb14930b1879cea6d2fa3897b161efa
  DIST hoe-3.0.6.gem 126464 RMD160 f53e2d9a6e48a36f2871705880ac977d736a487b SHA1 2491158b66dad9d9c345807b397c9aa82490776f SHA256 abbaeb93d68f33f5f47f77c2958df32b7c3e040580f917fce53f4e239d49dc10
--EBUILD hoe-3.0.6.ebuild 650 RMD160 a502bad44f9bfcad42acde0b870b28cbaaafccb2 SHA1 78d7c7d818552770a7f903831a6076f3acf354f3 SHA256 7044a169091df888123a7cc05201642e1d55a81e5c364da48a613df275a24979
++EBUILD hoe-3.0.6.ebuild 835 RMD160 e72ea59725197881d9787babd4e8739c94c8e1d7 SHA1 d48c627fcd40f36a05859c2a2ce8f645c6290fc3 SHA256 8179dec9233d67a107a77e9d0dd53e6f2ea5422bdb4a8ce02e1c9a0ac5448714
 +MISC ChangeLog 290 RMD160 261a2d5bbd435c4a14a79ef18e1424c82400ee7d SHA1 a787adfd573fcb4b98ee800eaea296c4cee8e9e2 SHA256 6f618eb0417659ffc88939a00d6194cce676791e2a94b2e43bbb6fc00547ea5a
  MISC metadata.xml 159 RMD160 e6b7ca92e6c0fc796353896e830687ec51efbaf5 SHA1 96f46f7af5d8526b778e417be3c3d2f8ae5be274 SHA256 5fd95e97ccf4410cb31431d51fb5d62baef04eaa59e4f0ad6d1b43c03111d8d0
diff --cc dev-ruby/hoe/hoe-3.0.6.ebuild
index b7cf2c1,b7cf2c1..fea2ba8
--- a/dev-ruby/hoe/hoe-3.0.6.ebuild
+++ b/dev-ruby/hoe/hoe-3.0.6.ebuild
@@@ -3,7 -3,7 +3,7 @@@
  # $Header: $
  
  EAPI=2
--USE_RUBY="ruby18 ree18 ruby19"
++USE_RUBY="ruby18 ree18 ruby19 jruby"
  
  RUBY_FAKEGEM_TASK_DOC="docs"
  
@@@ -19,9 -19,9 +19,11 @@@ HOMEPAGE="http://seattlerb.rubyforge.or
  
  LICENSE="MIT"
  SLOT="0"
--KEYWORDS="~amd64"
++KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
  IUSE=""
  
++RUBY_PATCHES=( "${P}-remove-isolate.patch" )
++
  ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
  
  ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest )"



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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-05-27 18:00 Michel Boaventura
  0 siblings, 0 replies; 35+ messages in thread
From: Michel Boaventura @ 2012-05-27 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1138f5e9aef3d4099fd70e6c7bc4efa4e28eac68
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Sun May 27 17:31:56 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Sun May 27 17:59:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=1138f5e9

Fixing problem with isolate on roe-3.0.6


 dev-ruby/hoe/Manifest                             |    3 ++-
 dev-ruby/hoe/files/hoe-3.0.6-remove-isolate.patch |   20 ++++++++++++++++++++
 dev-ruby/hoe/hoe-3.0.6.ebuild                     |    6 ++++--
 3 files changed, 26 insertions(+), 3 deletions(-)

diff --cc dev-ruby/hoe/Manifest
index a99335f,95e62d3..04bcdc5
--- a/dev-ruby/hoe/Manifest
+++ b/dev-ruby/hoe/Manifest
@@@ -1,4 -1,3 +1,5 @@@
++AUX hoe-3.0.6-remove-isolate.patch 440 RMD160 65e0fb0085780bc2d11b2a7bfb99785ab17a9934 SHA1 29a246a4bf28451c92bb269c6da52eb0fca7c771 SHA256 32aeaa9fb32149bb448faa6b7c93917fbfb14930b1879cea6d2fa3897b161efa
  DIST hoe-3.0.6.gem 126464 RMD160 f53e2d9a6e48a36f2871705880ac977d736a487b SHA1 2491158b66dad9d9c345807b397c9aa82490776f SHA256 abbaeb93d68f33f5f47f77c2958df32b7c3e040580f917fce53f4e239d49dc10
--EBUILD hoe-3.0.6.ebuild 650 RMD160 a502bad44f9bfcad42acde0b870b28cbaaafccb2 SHA1 78d7c7d818552770a7f903831a6076f3acf354f3 SHA256 7044a169091df888123a7cc05201642e1d55a81e5c364da48a613df275a24979
++EBUILD hoe-3.0.6.ebuild 835 RMD160 e72ea59725197881d9787babd4e8739c94c8e1d7 SHA1 d48c627fcd40f36a05859c2a2ce8f645c6290fc3 SHA256 8179dec9233d67a107a77e9d0dd53e6f2ea5422bdb4a8ce02e1c9a0ac5448714
 +MISC ChangeLog 290 RMD160 261a2d5bbd435c4a14a79ef18e1424c82400ee7d SHA1 a787adfd573fcb4b98ee800eaea296c4cee8e9e2 SHA256 6f618eb0417659ffc88939a00d6194cce676791e2a94b2e43bbb6fc00547ea5a
  MISC metadata.xml 159 RMD160 e6b7ca92e6c0fc796353896e830687ec51efbaf5 SHA1 96f46f7af5d8526b778e417be3c3d2f8ae5be274 SHA256 5fd95e97ccf4410cb31431d51fb5d62baef04eaa59e4f0ad6d1b43c03111d8d0
diff --cc dev-ruby/hoe/files/hoe-3.0.6-remove-isolate.patch
index 0000000,0000000..49eecc5
new file mode 100644
--- /dev/null
+++ b/dev-ruby/hoe/files/hoe-3.0.6-remove-isolate.patch
@@@ -1,0 -1,0 +1,20 @@@
++--- a/Rakefile
+++++ b/Rakefile
++@@ -4,7 +4,6 @@ $:.unshift 'lib'
++ require './lib/hoe.rb'
++ 
++ Hoe.plugin :seattlerb
++-Hoe.plugin :isolate
++ 
++ Hoe.spec "hoe" do
++   developer "Ryan Davis", "ryand-ruby@zenspider.com"
++@@ -14,9 +13,6 @@ Hoe.spec "hoe" do
++   blog_categories << "Seattle.rb" << "Ruby"
++ 
++   pluggable!
++-  require_rubygems_version '>= 1.4'
++-
++-  dependency "rake", "~> 0.8" # FIX: to force it to exist pre-isolate
++ end
++ 
++ task :plugins do
diff --cc dev-ruby/hoe/hoe-3.0.6.ebuild
index b7cf2c1,b7cf2c1..fea2ba8
--- a/dev-ruby/hoe/hoe-3.0.6.ebuild
+++ b/dev-ruby/hoe/hoe-3.0.6.ebuild
@@@ -3,7 -3,7 +3,7 @@@
  # $Header: $
  
  EAPI=2
--USE_RUBY="ruby18 ree18 ruby19"
++USE_RUBY="ruby18 ree18 ruby19 jruby"
  
  RUBY_FAKEGEM_TASK_DOC="docs"
  
@@@ -19,9 -19,9 +19,11 @@@ HOMEPAGE="http://seattlerb.rubyforge.or
  
  LICENSE="MIT"
  SLOT="0"
--KEYWORDS="~amd64"
++KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
  IUSE=""
  
++RUBY_PATCHES=( "${P}-remove-isolate.patch" )
++
  ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
  
  ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest )"



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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-05-27 18:00 Michel Boaventura
  0 siblings, 0 replies; 35+ messages in thread
From: Michel Boaventura @ 2012-05-27 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f3025f3be0e50fc0770d229a7b10e633a9afff80
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Sun May 27 18:00:10 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Sun May 27 18:00:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=f3025f3b

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay




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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-05-28  5:28 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2012-05-28  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e67b2b5c933844bfda21f16ac837ffe7e2ce5994
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun May 27 15:17:28 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 27 15:17:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=e67b2b5c

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 dev-ruby/hoe/Manifest              |    3 +++
 dev-ruby/hoe/hoe-3.0.6.ebuild      |   29 +++++++++++++++++++++++++++++
 dev-ruby/{pry => hoe}/metadata.xml |    0
 3 files changed, 32 insertions(+), 0 deletions(-)



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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-05-28  5:28 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2012-05-28  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     1ea18fc9d1587f2f801a9b5827098ad357eadc29
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon May 28 05:27:58 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 28 05:27:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=1ea18fc9

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 dev-ruby/hoe/ChangeLog                            |    9 ++++++
 dev-ruby/hoe/Manifest                             |    4 ++-
 dev-ruby/hoe/files/hoe-3.0.6-remove-isolate.patch |   20 +++++++++++++++
 dev-ruby/hoe/hoe-3.0.6.ebuild                     |    6 +++-
 dev-ruby/will_paginate/ChangeLog                  |   10 +++++++
 dev-ruby/will_paginate/Manifest                   |    4 +++
 dev-ruby/{hoe => will_paginate}/metadata.xml      |    0
 dev-ruby/will_paginate/will_paginate-3.0.3.ebuild |   28 +++++++++++++++++++++
 8 files changed, 78 insertions(+), 3 deletions(-)



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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-09-24 14:45 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2012-09-24 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1ea72872c42b74ac44bbb8898c33230c61e9e73f
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Sep  6 04:42:27 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep  6 04:42:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=1ea72872

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 dev-ruby/blankslate/ChangeLog                     |    9 ++++
 dev-ruby/blankslate/Manifest                      |    4 ++
 dev-ruby/blankslate/blankslate-2.1.2.4.ebuild     |   27 ++++++++++++
 dev-ruby/{fcgiwrap => blankslate}/metadata.xml    |    0
 dev-ruby/bundler/ChangeLog                        |    7 +++
 dev-ruby/bundler/Manifest                         |    4 ++
 dev-ruby/bundler/bundler-1.2.0.ebuild             |   45 +++++++++++++++++++++
 dev-ruby/{fcgiwrap => bundler}/metadata.xml       |    0
 dev-ruby/i18n/ChangeLog                           |    7 +++
 dev-ruby/i18n/Manifest                            |    4 ++
 dev-ruby/i18n/i18n-0.6.1.ebuild                   |   22 ++++++++++
 dev-ruby/{fcgiwrap => i18n}/metadata.xml          |    0
 dev-ruby/instantiator/ChangeLog                   |    7 +++
 dev-ruby/instantiator/Manifest                    |    4 ++
 dev-ruby/instantiator/instantiator-0.0.6.ebuild   |   27 ++++++++++++
 dev-ruby/{fcgiwrap => instantiator}/metadata.xml  |    0
 dev-ruby/introspection/ChangeLog                  |    7 +++
 dev-ruby/introspection/Manifest                   |    4 ++
 dev-ruby/introspection/introspection-0.0.2.ebuild |   27 ++++++++++++
 dev-ruby/{fcgiwrap => introspection}/metadata.xml |    0
 dev-ruby/net-dns/ChangeLog                        |    7 +++
 dev-ruby/net-dns/Manifest                         |    4 ++
 dev-ruby/{fcgiwrap => net-dns}/metadata.xml       |    0
 dev-ruby/net-dns/net-dns-0.7.1.ebuild             |   22 ++++++++++
 24 files changed, 238 insertions(+), 0 deletions(-)


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-09-24 14:45 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2012-09-24 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     105794c406cfd94741c40dacae2e2285dc4460dd
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Sep 10 19:06:57 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 19:06:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=105794c4

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 dev-ruby/blankslate/Manifest                  |    2 +-
 dev-ruby/blankslate/blankslate-2.1.2.4.ebuild |   13 ++++++++++---
 2 files changed, 11 insertions(+), 4 deletions(-)


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-09-24 14:45 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2012-09-24 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1d2e57349f98deb465a754d392c838de98a33041
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Sep 23 06:53:13 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 06:53:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=1d2e5734

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 dev-ruby/i18n/Manifest          |    2 +-
 dev-ruby/i18n/i18n-0.6.1.ebuild |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2012-11-10  3:33 Michel Boaventura
  0 siblings, 0 replies; 35+ messages in thread
From: Michel Boaventura @ 2012-11-10  3:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9ae52c6f4a6a8bc982f4d0f6d91f32b85455060b
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Sat Nov 10 03:32:58 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Sat Nov 10 03:32:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=9ae52c6f

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 dev-ruby/eventmachine/ChangeLog                    |    8 +++
 dev-ruby/eventmachine/Manifest                     |    4 +
 dev-ruby/eventmachine/eventmachine-1.0.0.ebuild    |   61 ++++++++++++++++++++
 dev-ruby/{blankslate => eventmachine}/metadata.xml |    0
 4 files changed, 73 insertions(+), 0 deletions(-)


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2013-05-29  5:35 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2013-05-29  5:35 UTC (permalink / raw
  To: gentoo-commits

commit:     20e4d9ba6c4c4a06a84a6d704978408d516eb6ef
Author:     Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Wed May 29 05:27:50 2013 +0000
Commit:     Manuel Rüger <gentoo <AT> rueg <DOT> eu>
CommitDate: Wed May 29 05:27:50 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=20e4d9ba

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 metadata/layout.conf | 2 ++
 1 file changed, 2 insertions(+)


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2013-05-29  5:35 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2013-05-29  5:35 UTC (permalink / raw
  To: gentoo-commits

commit:     41b0b889efd61ec8ee2a8113e9cfd7eb55e7225a
Author:     Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Wed May 29 05:33:47 2013 +0000
Commit:     Manuel Rüger <gentoo <AT> rueg <DOT> eu>
CommitDate: Wed May 29 05:33:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=41b0b889

Update herd as maintainer-wanted is gone

---
 skel.metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/skel.metadata.xml b/skel.metadata.xml
index 7e32869..8521361 100644
--- a/skel.metadata.xml
+++ b/skel.metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>maintainer-wanted</herd>
+<herd>ruby</herd>
 </pkgmetadata>


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-05-16 21:57 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-05-16 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     464b535877e8c3cde965ebe3989c6a19e7e1fb0b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 21:56:44 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 16 21:56:44 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=464b5358

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 dev-ruby/ae/ChangeLog                           | 14 ---------
 dev-ruby/ae/Manifest                            |  1 -
 dev-ruby/ae/ae-1.8.2.ebuild                     | 23 ---------------
 dev-ruby/ae/metadata.xml                        |  5 ----
 dev-ruby/ansi/ChangeLog                         | 15 ----------
 dev-ruby/ansi/Manifest                          |  1 -
 dev-ruby/ansi/ansi-1.4.3.ebuild                 | 23 ---------------
 dev-ruby/ansi/metadata.xml                      |  5 ----
 dev-ruby/brass/ChangeLog                        | 18 ------------
 dev-ruby/brass/Manifest                         |  1 -
 dev-ruby/brass/brass-1.2.1.ebuild               | 20 -------------
 dev-ruby/brass/metadata.xml                     |  5 ----
 dev-ruby/facets/ChangeLog                       | 24 ---------------
 dev-ruby/facets/Manifest                        |  1 -
 dev-ruby/facets/facets-2.9.3.ebuild             | 39 -------------------------
 dev-ruby/facets/metadata.xml                    |  5 ----
 dev-ruby/hashery/ChangeLog                      | 18 ------------
 dev-ruby/hashery/Manifest                       |  1 -
 dev-ruby/hashery/hashery-2.1.1.ebuild           | 31 --------------------
 dev-ruby/hashery/metadata.xml                   |  5 ----
 dev-ruby/lemon/ChangeLog                        | 18 ------------
 dev-ruby/lemon/Manifest                         |  1 -
 dev-ruby/lemon/lemon-0.9.1.ebuild               | 30 -------------------
 dev-ruby/lemon/metadata.xml                     |  5 ----
 dev-ruby/qed/ChangeLog                          | 15 ----------
 dev-ruby/qed/Manifest                           |  1 -
 dev-ruby/qed/metadata.xml                       |  5 ----
 dev-ruby/qed/qed-2.9.1.ebuild                   | 30 -------------------
 dev-ruby/rubytest-cli/ChangeLog                 | 18 ------------
 dev-ruby/rubytest-cli/Manifest                  |  1 -
 dev-ruby/rubytest-cli/metadata.xml              |  5 ----
 dev-ruby/rubytest-cli/rubytest-cli-0.1.0.ebuild | 22 --------------
 dev-ruby/rubytest/ChangeLog                     | 18 ------------
 dev-ruby/rubytest/Manifest                      |  1 -
 dev-ruby/rubytest/metadata.xml                  |  5 ----
 dev-ruby/rubytest/rubytest-0.7.0.ebuild         | 27 -----------------
 36 files changed, 457 deletions(-)


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-05-31 13:54 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-05-31 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     80529d2469b54f258acd329eb3b5ebdaefea9bdd
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 13:54:08 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat May 31 13:54:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=80529d24

Add .travis.yml.

---
 .travis.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a0b0461
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,21 @@
+language: python
+python: 
+    - "3.3"
+before_script:
+    - mkdir travis-overlay
+    - mv !(travis-overlay) travis-overlay/
+    - mv .git travis-overlay/
+    - wget "http://distfiles.gentoo.org/distfiles/portage-2.2.10.tar.bz2"
+    - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz"
+    - sudo chmod 777 /etc/passwd /etc/group /etc /usr
+    - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
+    - echo "portage::250:portage,travis" >> /etc/group
+    - mkdir -p /etc/portage/ /usr/portage/distfiles
+    - tar xjf portage-2.2.10.tar.bz2
+    - tar xJf portage-latest.tar.xz -C /usr/
+    - cp portage-2.2.10/cnf/repos.conf /etc/portage/
+    - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage
+    - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
+    - cd travis-overlay
+script: 
+    - "./../portage-2.2.10/bin/repoman full -d"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-05-31 13:57 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-05-31 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     05f116c77666049fd1a3809728d12194ef5448b4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 13:56:35 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat May 31 13:56:35 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=05f116c7

Add README.md.

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6a71cb2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+### Ruby project's overlay
+This includes many ebuilds, that currently aren't ready or suitable for the main tree.
+
+### Repoman status
+[![Repoman Status](https://travis-ci.org/gentoo/ruby-overlay.png)](https://travis-ci.org/gentoo/ruby-overlay)
+


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-06-10 23:49 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-06-10 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5e76fce7902cd638a77e10ff18b97b16f020b288
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 23:41:12 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 23:41:12 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=5e76fce7

Update .travis.yml

---
 .travis.yml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a0b0461..6c7967c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,21 +1,29 @@
+# Run repoman on travis
+# https://github.com/mrueg/repoman-travis
+#
 language: python
 python: 
     - "3.3"
+env: 
+    - PORTAGE_VER="2.2.10"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/
     - mv .git travis-overlay/
-    - wget "http://distfiles.gentoo.org/distfiles/portage-2.2.10.tar.bz2"
+    - wget "http://distfiles.gentoo.org/distfiles/portage-${PORTAGE_VER}.tar.bz2"
     - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz"
     - sudo chmod 777 /etc/passwd /etc/group /etc /usr
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group
     - mkdir -p /etc/portage/ /usr/portage/distfiles
-    - tar xjf portage-2.2.10.tar.bz2
+    - tar xjf portage-${PORTAGE_VER}.tar.bz2
     - tar xJf portage-latest.tar.xz -C /usr/
-    - cp portage-2.2.10/cnf/repos.conf /etc/portage/
+    - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
     - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
+    - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
+    - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
+    - chmod 555 spinner.sh
     - cd travis-overlay
 script: 
-    - "./../portage-2.2.10/bin/repoman full -d"
+    - "./../spinner.sh ./../portage-${PORTAGE_VER}/bin/repoman full -d"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-06-10 23:49 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-06-10 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     491a8dd14892c2f3609cc1815527547aff89b23c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 23:48:32 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 23:48:32 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=491a8dd1

Update .travis.yml

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6c7967c..5d5a11a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,4 +26,4 @@ before_script:
     - chmod 555 spinner.sh
     - cd travis-overlay
 script: 
-    - "./../spinner.sh ./../portage-${PORTAGE_VER}/bin/repoman full -d"
+    - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-06-10 23:57 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-06-10 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c88bcb67f6ef5b9448e84cf2648754ec2fe01b58
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 23:57:20 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 23:57:20 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=c88bcb67

Update .travis.yml

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5d5a11a..a476cfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@
 # https://github.com/mrueg/repoman-travis
 #
 language: python
-python: 
+python:
     - "3.3"
-env: 
+env:
     - PORTAGE_VER="2.2.10"
 before_script:
     - mkdir travis-overlay


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-06-16 19:24 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2014-06-16 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     36ffa6ae3686083432923df7906931be65a32688
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Jun 16 19:24:08 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 19:24:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=36ffa6ae

Update README.md for github.

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 6a71cb2..9e038ab 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
 ### Ruby project's overlay
 This includes many ebuilds, that currently aren't ready or suitable for the main tree.
 
+This overlay is managed by the [Gentoo](http://www.gentoo.org)
+[Ruby](https://wiki.gentoo.org/wiki/Project:Ruby) team. It's purpose
+is to experiment with new ruby packages and eclasses, and to serve as
+a way to allow users to submit new ebuilds to the main Gentoo tree.
+
+Please read our [Packaging RubyGems](https://wiki.gentoo.org/wiki/Project:Ruby/Packaging_RubyGems) if you want to send us a pull request for a new or updated package.
+
 ### Repoman status
 [![Repoman Status](https://travis-ci.org/gentoo/ruby-overlay.png)](https://travis-ci.org/gentoo/ruby-overlay)
 


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-07-15 23:48 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-07-15 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8237ac910e76eca2a4603cc631e66764d7a8ca01
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 23:48:02 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 23:48:02 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=8237ac91

Update .travis.yml

---
 .travis.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a476cfc..1ae589d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,11 @@ before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/
     - mv .git travis-overlay/
+    - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
     - wget "http://distfiles.gentoo.org/distfiles/portage-${PORTAGE_VER}.tar.bz2"
     - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz"
-    - sudo chmod 777 /etc/passwd /etc/group /etc /usr
+    - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
+    - sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group
     - mkdir -p /etc/portage/ /usr/portage/distfiles
@@ -22,8 +24,7 @@ before_script:
     - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
     - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
-    - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
-    - chmod 555 spinner.sh
+    - if ! cmp -s .travis.yml .travis.yml.upstream; then  echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
     - cd travis-overlay
-script: 
+script:
     - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
  2014-08-18 23:46 Manuel Rüger
@ 2014-08-03 20:01 ` Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-08-03 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     066b9b9f97ad20019f4091d8dad8e9480eacd296
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  3 20:00:50 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug  3 20:00:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=066b9b9f

Update .travis.yml

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1ae589d..1bf4c6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ language: python
 python:
     - "3.3"
 env:
-    - PORTAGE_VER="2.2.10"
+    - PORTAGE_VER="2.2.11"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-08-18 23:46 Manuel Rüger
  2014-08-03 20:01 ` Manuel Rüger
  0 siblings, 1 reply; 35+ messages in thread
From: Manuel Rüger @ 2014-08-18 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     066b9b9f97ad20019f4091d8dad8e9480eacd296
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  3 20:00:50 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug  3 20:00:50 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=066b9b9f

Update .travis.yml

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1ae589d..1bf4c6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ language: python
 python:
     - "3.3"
 env:
-    - PORTAGE_VER="2.2.10"
+    - PORTAGE_VER="2.2.11"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-08-25 12:58 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-08-25 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     94119eb9b69e24e1eac0d68fd88c8eef438edbda
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 25 12:57:54 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 12:57:54 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=94119eb9

Update .travis.yml.

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1bf4c6e..af8b5f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ language: python
 python:
     - "3.3"
 env:
-    - PORTAGE_VER="2.2.11"
+    - PORTAGE_VER="2.2.12"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-09-17 16:43 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-09-17 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1605bc8da2354bd99ff5a459f8edaa7c51db633b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 16:42:53 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 16:42:53 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=1605bc8d

Update .travis.yml.

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index af8b5f9..c85dae1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@
 #
 language: python
 python:
-    - "3.3"
+    - "3.4"
 env:
-    - PORTAGE_VER="2.2.12"
+    - PORTAGE_VER="2.2.13"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-11-18  7:40 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2014-11-18  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2c6b1b0490fc8bf1460080cf539cb3016a6f5128
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Nov 18 07:40:12 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 07:40:12 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=2c6b1b04

Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/ruby-overlay


 .travis.yml                                  |  4 ++--
 dev-ruby/ast/ChangeLog                       |  8 -------
 dev-ruby/ast/Manifest                        |  1 -
 dev-ruby/ast/ast-1.1.0.ebuild                | 32 ---------------------------
 dev-ruby/ast/metadata.xml                    |  5 -----
 dev-ruby/github_api/ChangeLog                | 15 -------------
 dev-ruby/github_api/Manifest                 |  1 -
 dev-ruby/github_api/github_api-0.11.3.ebuild | 33 ----------------------------
 dev-ruby/github_api/metadata.xml             |  5 -----
 dev-ruby/parser/ChangeLog                    |  8 -------
 dev-ruby/parser/Manifest                     |  1 -
 dev-ruby/parser/metadata.xml                 |  5 -----
 dev-ruby/parser/parser-2.1.4.ebuild          | 32 ---------------------------
 13 files changed, 2 insertions(+), 148 deletions(-)


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2014-12-04 10:37 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2014-12-04 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4deaf8ce60891e5c2efc0e0016bfcadbe30aab33
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  4 10:37:35 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Dec  4 10:37:35 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=4deaf8ce

[.travis.yml] Update

---
 .travis.yml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c85dae1..f877983 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,30 +1,33 @@
-# Run repoman on travis
-# https://github.com/mrueg/repoman-travis
+#
+# Run repoman via travis
+# See https://github.com/mrueg/repoman-travis
 #
 language: python
 python:
     - "3.4"
 env:
-    - PORTAGE_VER="2.2.13"
+    - PORTAGE_VER="2.2.15"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/
     - mv .git travis-overlay/
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
-    - wget "http://distfiles.gentoo.org/distfiles/portage-${PORTAGE_VER}.tar.bz2"
+    - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz
     - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz"
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
     - sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group
     - mkdir -p /etc/portage/ /usr/portage/distfiles
-    - tar xjf portage-${PORTAGE_VER}.tar.bz2
+    - tar xzf portage-${PORTAGE_VER}.tar.gz
     - tar xJf portage-latest.tar.xz -C /usr/
     - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
     - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
     - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
-    - if ! cmp -s .travis.yml .travis.yml.upstream; then  echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
+    - SIZE=`stat -c %s .travis.yml.upstream`
+    - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then  echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
     - cd travis-overlay
 script:
     - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
+# You can append own scripts after this line


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2015-02-05 16:36 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2015-02-05 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a9d0473f4c9c3cbc7bbee5c2b6b64d7d6ae0ef9a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  5 16:36:34 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb  5 16:36:34 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=a9d0473f

[travis] Update travis.yml

---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f877983..8fee0ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 #
 language: python
 python:
-    - "3.4"
+    - pypy
 env:
     - PORTAGE_VER="2.2.15"
 before_script:
@@ -13,16 +13,16 @@ before_script:
     - mv .git travis-overlay/
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
     - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz
-    - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz"
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
-    - sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
+    - wget "https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz" -O portage-tree.tar.gz
+    - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
+    - chmod a+rwx spinner.sh
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group
     - mkdir -p /etc/portage/ /usr/portage/distfiles
     - tar xzf portage-${PORTAGE_VER}.tar.gz
-    - tar xJf portage-latest.tar.xz -C /usr/
+    - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
     - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
-    - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
     - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
     - SIZE=`stat -c %s .travis.yml.upstream`


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2015-05-23 13:56 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2015-05-23 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     fcb5393f06eb3021e5fab907ddd5c6f33d219027
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 13:55:57 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat May 23 13:55:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=fcb5393f

[travis.yml] Sync.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8fee0ed..b249ec6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
     - pypy
 env:
-    - PORTAGE_VER="2.2.15"
+    - PORTAGE_VER="2.2.20"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2015-06-27 10:53 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2015-06-27 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f4d08afab6e063389963b6bd7761ab0684c5f70c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 10:53:30 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 10:53:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=f4d08afa

[travis] Update. Reports now to #gentoo-ruby.

 .travis.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b249ec6..c62c91f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,10 +24,19 @@ before_script:
     - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
     - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
-    - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
+    - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
     - SIZE=`stat -c %s .travis.yml.upstream`
     - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then  echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
     - cd travis-overlay
 script:
     - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
 # You can append own scripts after this line
+notifications:
+  irc:
+    channels:
+      - "chat.freenode.net#gentoo-ruby"
+    template:
+      - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
+      - "%{author} - %{commit_message}"
+      - "Change view : %{compare_url}"
+      - "Build details : %{build_url}"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2015-06-27 13:37 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2015-06-27 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0db9cc986af682cca3fd07a42be4f6b1570c9c36
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 13:37:49 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 13:37:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=0db9cc98

[skel.metadata.xml] Use https.

 skel.metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/skel.metadata.xml b/skel.metadata.xml
index 8521361..e56c0ca 100644
--- a/skel.metadata.xml
+++ b/skel.metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>ruby</herd>
+	<herd>ruby</herd>
 </pkgmetadata>


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2015-08-15 11:40 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2015-08-15 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     1e5b70473ae52b267c6f334271716db0e5263e53
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 11:40:40 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 11:40:40 2015 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=1e5b7047

[.travis.yml] Update to new portage version.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c62c91f..911f310 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
     - pypy
 env:
-    - PORTAGE_VER="2.2.20"
+    - PORTAGE_VER="2.2.20.1"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2015-08-15 22:50 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2015-08-15 22:50 UTC (permalink / raw
  To: gentoo-commits

commit:     759d69b1a12006934c10fc819067294603005bf3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 22:50:35 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 22:50:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=759d69b1

.travis.yml: Use new gentoo mirror.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 911f310..4bbf06d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_script:
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
     - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
-    - wget "https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz" -O portage-tree.tar.gz
+    - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" -O portage-tree.tar.gz
     - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
     - chmod a+rwx spinner.sh
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2015-11-25 21:20 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2015-11-25 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5e92273531e325ba4c510a65a59e6be06d2b70fb
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 21:20:05 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 21:20:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=5e922735

.travis.yml: Update portage version

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4bbf06d..2f4de5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
     - pypy
 env:
-    - PORTAGE_VER="2.2.20.1"
+    - PORTAGE_VER="2.2.26"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2015-11-25 21:42 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2015-11-25 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     cf7d4d3975a2807eb4fa08b51a6c13d8c8268f79
Author:     Daniel Quinn <code <AT> danielquinn <DOT> org>
AuthorDate: Tue Nov 24 16:50:44 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 21:42:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=cf7d4d39

Typo fix

 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9e038ab..0ca1e46 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 This includes many ebuilds, that currently aren't ready or suitable for the main tree.
 
 This overlay is managed by the [Gentoo](http://www.gentoo.org)
-[Ruby](https://wiki.gentoo.org/wiki/Project:Ruby) team. It's purpose
+[Ruby](https://wiki.gentoo.org/wiki/Project:Ruby) team. Its purpose
 is to experiment with new ruby packages and eclasses, and to serve as
 a way to allow users to submit new ebuilds to the main Gentoo tree.
 
@@ -10,4 +10,3 @@ Please read our [Packaging RubyGems](https://wiki.gentoo.org/wiki/Project:Ruby/P
 
 ### Repoman status
 [![Repoman Status](https://travis-ci.org/gentoo/ruby-overlay.png)](https://travis-ci.org/gentoo/ruby-overlay)
-


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2016-01-19 20:56 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2016-01-19 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     918e17c0a4340a0b7e43bb6e92434846f064d098
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 20:55:59 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 20:55:59 2016 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=918e17c0

.travis.yml: Update.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2f4de5c..7b66d51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
     - pypy
 env:
-    - PORTAGE_VER="2.2.26"
+    - PORTAGE_VER="2.2.27"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/


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

* [gentoo-commits] proj/ruby-overlay:master commit in: /
@ 2019-07-20  5:09 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2019-07-20  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5a480d7e0724f08cd9a6027cf401002a61f315c4
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jul 20 05:08:57 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 05:08:57 2019 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=5a480d7e

Update travis.yml from mrueg source

 .travis.yml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7b66d51..4a90f2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,30 +6,30 @@ language: python
 python:
     - pypy
 env:
-    - PORTAGE_VER="2.2.27"
+    - PORTAGE_VER="2.3.68"
+before_install:
+    - sudo apt-get -qq update
+    - pip install lxml pyyaml
 before_script:
-    - mkdir travis-overlay
+    - sudo chmod a+rwX /etc/passwd /etc/group /etc /var /var/cache
+    - mkdir -p travis-overlay /etc/portage /var/cache/distfiles /var/db/repos/gentoo
     - mv !(travis-overlay) travis-overlay/
     - mv .git travis-overlay/
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
-    - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
-    - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" -O portage-tree.tar.gz
-    - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
+    - wget -qO - "https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz" | tar xz
+    - wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" | tar xz -C /var/db/repos/gentoo --strip-components=1
     - chmod a+rwx spinner.sh
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group
-    - mkdir -p /etc/portage/ /usr/portage/distfiles
-    - tar xzf portage-${PORTAGE_VER}.tar.gz
-    - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
-    - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
-    - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
-    - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
-    - SIZE=`stat -c %s .travis.yml.upstream`
-    - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then  echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
+    - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /var/cache/distfiles/metadata.dtd
+    - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
+    - ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 /etc/portage/make.profile
+    - SIZE=$(stat -c %s .travis.yml.upstream)
+    - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
     - cd travis-overlay
 script:
-    - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
+    - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
 # You can append own scripts after this line
 notifications:
   irc:


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

end of thread, other threads:[~2019-07-20  5:09 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-27 13:37 [gentoo-commits] proj/ruby-overlay:master commit in: / Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2019-07-20  5:09 Hans de Graaff
2016-01-19 20:56 Manuel Rüger
2015-11-25 21:42 Manuel Rüger
2015-11-25 21:20 Manuel Rüger
2015-08-15 22:50 Manuel Rüger
2015-08-15 11:40 Manuel Rüger
2015-06-27 10:53 Manuel Rüger
2015-05-23 13:56 Manuel Rüger
2015-02-05 16:36 Manuel Rüger
2014-12-04 10:37 Manuel Rüger
2014-11-18  7:40 Hans de Graaff
2014-09-17 16:43 Manuel Rüger
2014-08-25 12:58 Manuel Rüger
2014-08-18 23:46 Manuel Rüger
2014-08-03 20:01 ` Manuel Rüger
2014-07-15 23:48 Manuel Rüger
2014-06-16 19:24 Hans de Graaff
2014-06-10 23:57 Manuel Rüger
2014-06-10 23:49 Manuel Rüger
2014-06-10 23:49 Manuel Rüger
2014-05-31 13:57 Manuel Rüger
2014-05-31 13:54 Manuel Rüger
2014-05-16 21:57 Manuel Rüger
2013-05-29  5:35 Manuel Rüger
2013-05-29  5:35 Manuel Rüger
2012-11-10  3:33 Michel Boaventura
2012-09-24 14:45 Hans de Graaff
2012-09-24 14:45 Hans de Graaff
2012-09-24 14:45 Hans de Graaff
2012-05-28  5:28 Hans de Graaff
2012-05-28  5:28 Hans de Graaff
2012-05-27 18:00 Michel Boaventura
2012-05-27 18:00 Michel Boaventura
2012-05-27 17:32 Michel Boaventura

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