public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-config: mixlib-config-1.1.2.ebuild ChangeLog
@ 2012-03-08  0:35 Naohiro Aota (naota)
  0 siblings, 0 replies; 5+ messages in thread
From: Naohiro Aota (naota) @ 2012-03-08  0:35 UTC (permalink / raw
  To: gentoo-commits

naota       12/03/08 00:35:32

  Modified:             mixlib-config-1.1.2.ebuild ChangeLog
  Log:
  Add ~x86-fbsd.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?r1=1.1&r2=1.2

Index: mixlib-config-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mixlib-config-1.1.2.ebuild	3 Jul 2010 11:55:19 -0000	1.1
+++ mixlib-config-1.1.2.ebuild	8 Mar 2012 00:35:32 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.1 2010/07/03 11:55:19 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.2 2012/03/08 00:35:32 naota Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -15,5 +15,5 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 IUSE=""



1.2                  dev-ruby/mixlib-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Jul 2010 11:55:19 -0000	1.1
+++ ChangeLog	8 Mar 2012 00:35:32 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mixlib-config
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.1 2010/07/03 11:55:19 hollow Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.2 2012/03/08 00:35:32 naota Exp $
+
+  08 Mar 2012; Naohiro Aota <naota@gentoo.org> mixlib-config-1.1.2.ebuild:
+  Add ~x86-fbsd.
 
 *mixlib-config-1.1.2 (03 Jul 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-config: mixlib-config-1.1.2.ebuild ChangeLog
@ 2012-08-11  8:34 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 5+ messages in thread
From: Benedikt Boehm (hollow) @ 2012-08-11  8:34 UTC (permalink / raw
  To: gentoo-commits

hollow      12/08/11 08:34:29

  Modified:             mixlib-config-1.1.2.ebuild ChangeLog
  Log:
  add ruby19 support; migrate to EAPI4 and rspec2
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?r1=1.2&r2=1.3

Index: mixlib-config-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mixlib-config-1.1.2.ebuild	8 Mar 2012 00:35:32 -0000	1.2
+++ mixlib-config-1.1.2.ebuild	11 Aug 2012 08:34:29 -0000	1.3
@@ -1,19 +1,33 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.2 2012/03/08 00:35:32 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.3 2012/08/11 08:34:29 hollow Exp $
 
-EAPI="2"
-USE_RUBY="ruby18"
+EAPI=4
+USE_RUBY="ruby18 ruby19"
 
 RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="NOTICE README.rdoc"
 
 inherit ruby-fakegem
 
 DESCRIPTION="Simple class based Config mechanism"
 HOMEPAGE="http://github.com/opscode/mixlib-config"
+SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
+RUBY_S="opscode-${PN}-*"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 IUSE=""
+
+ruby_add_bdepend "test? (
+	dev-ruby/rspec:2
+	dev-util/cucumber
+)"
+
+each_ruby_test() {
+	${RUBY} -S rspec spec || die
+	${RUBY} -S cucumber features || die
+}



1.3                  dev-ruby/mixlib-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Mar 2012 00:35:32 -0000	1.2
+++ ChangeLog	11 Aug 2012 08:34:29 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mixlib-config
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.2 2012/03/08 00:35:32 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.3 2012/08/11 08:34:29 hollow Exp $
+
+  11 Aug 2012; Benedikt Böhm <hollow@gentoo.org> mixlib-config-1.1.2.ebuild:
+  add ruby19 support; migrate to EAPI4 and rspec2
 
   08 Mar 2012; Naohiro Aota <naota@gentoo.org> mixlib-config-1.1.2.ebuild:
   Add ~x86-fbsd.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-config: mixlib-config-1.1.2.ebuild ChangeLog
@ 2012-08-13 20:50 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-13 20:50 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/08/13 20:50:01

  Modified:             mixlib-config-1.1.2.ebuild ChangeLog
  Log:
  Use the rspec helper for tests; add missing test USE flag and disable rake dependency; add ree18.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?r1=1.3&r2=1.4

Index: mixlib-config-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mixlib-config-1.1.2.ebuild	11 Aug 2012 08:34:29 -0000	1.3
+++ mixlib-config-1.1.2.ebuild	13 Aug 2012 20:50:01 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.3 2012/08/11 08:34:29 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.4 2012/08/13 20:50:01 flameeyes Exp $
 
 EAPI=4
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18 ruby19 ree18"
 
 RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
+RUBY_FAKEGEM_RECIPE_TEST="none"
 
 RUBY_FAKEGEM_EXTRADOC="NOTICE README.rdoc"
 
@@ -20,7 +20,7 @@
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
+IUSE="test"
 
 ruby_add_bdepend "test? (
 	dev-ruby/rspec:2
@@ -28,6 +28,6 @@
 )"
 
 each_ruby_test() {
-	${RUBY} -S rspec spec || die
+	ruby-ng_rspec
 	${RUBY} -S cucumber features || die
 }



1.4                  dev-ruby/mixlib-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	11 Aug 2012 08:34:29 -0000	1.3
+++ ChangeLog	13 Aug 2012 20:50:01 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mixlib-config
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.3 2012/08/11 08:34:29 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.4 2012/08/13 20:50:01 flameeyes Exp $
+
+  13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+  mixlib-config-1.1.2.ebuild:
+  Use the rspec helper for tests; add missing test USE flag and disable rake
+  dependency; add ree18.
 
   11 Aug 2012; Benedikt Böhm <hollow@gentoo.org> mixlib-config-1.1.2.ebuild:
   add ruby19 support; migrate to EAPI4 and rspec2
@@ -13,4 +18,3 @@
   03 Jul 2010; Benedikt Böhm <hollow@gentoo.org>
   +mixlib-config-1.1.2.ebuild, +metadata.xml:
   initial ebuild, thanks to Gábor Vészi
-





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-config: mixlib-config-1.1.2.ebuild ChangeLog
@ 2012-08-13 21:26 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-13 21:26 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/08/13 21:26:01

  Modified:             mixlib-config-1.1.2.ebuild ChangeLog
  Log:
  Use the newly-introduced cucumber helper.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?r1=1.4&r2=1.5

Index: mixlib-config-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mixlib-config-1.1.2.ebuild	13 Aug 2012 20:50:01 -0000	1.4
+++ mixlib-config-1.1.2.ebuild	13 Aug 2012 21:26:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.4 2012/08/13 20:50:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.5 2012/08/13 21:26:01 flameeyes Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -29,5 +29,5 @@
 
 each_ruby_test() {
 	ruby-ng_rspec
-	${RUBY} -S cucumber features || die
+	ruby-ng_cucumber
 }



1.5                  dev-ruby/mixlib-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	13 Aug 2012 20:50:01 -0000	1.4
+++ ChangeLog	13 Aug 2012 21:26:01 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/mixlib-config
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.4 2012/08/13 20:50:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.5 2012/08/13 21:26:01 flameeyes Exp $
+
+  13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+  mixlib-config-1.1.2.ebuild:
+  Use the newly-introduced cucumber helper.
 
   13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
   mixlib-config-1.1.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-config: mixlib-config-1.1.2.ebuild ChangeLog
@ 2014-04-05 23:10 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-04-05 23:10 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/04/05 23:10:27

  Modified:             mixlib-config-1.1.2.ebuild ChangeLog
  Log:
  Remove ree18 and ruby18 target.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.6                  dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild?r1=1.5&r2=1.6

Index: mixlib-config-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mixlib-config-1.1.2.ebuild	13 Aug 2012 21:26:01 -0000	1.5
+++ mixlib-config-1.1.2.ebuild	5 Apr 2014 23:10:27 -0000	1.6
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.5 2012/08/13 21:26:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-1.1.2.ebuild,v 1.6 2014/04/05 23:10:27 mrueg Exp $
 
 EAPI=4
-USE_RUBY="ruby18 ruby19 ree18"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="none"



1.7                  dev-ruby/mixlib-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	14 Aug 2012 19:04:45 -0000	1.6
+++ ChangeLog	5 Apr 2014 23:10:27 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mixlib-config
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.6 2012/08/14 19:04:45 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.7 2014/04/05 23:10:27 mrueg Exp $
+
+  05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> mixlib-config-1.1.2.ebuild:
+  Remove ree18 and ruby18 target.
 
   14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
   Update metadata.xml so that it's the same as most other packages.





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

end of thread, other threads:[~2014-04-05 23:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 21:26 [gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-config: mixlib-config-1.1.2.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-05 23:10 Manuel Rueger (mrueg)
2012-08-13 20:50 Diego Petteno (flameeyes)
2012-08-11  8:34 Benedikt Boehm (hollow)
2012-03-08  0:35 Naohiro Aota (naota)

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