public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2008-02-05  0:14 Joshua Nichols (nichoj)
  0 siblings, 0 replies; 21+ messages in thread
From: Joshua Nichols (nichoj) @ 2008-02-05  0:14 UTC (permalink / raw
  To: gentoo-commits

nichoj      08/02/05 00:14:10

  Added:                index.xml
  Log:
  Added ruby project.

Revision  Changes    Path
1.1                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.1&content-type=text/plain

Index: index.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE project SYSTEM "/dtd/project.dtd"> 
<project>
	<name>Ruby</name>
	<longname>Gentoo Resources for Ruby</longname>
	<date>2 Feb 2008</date>

	<author title="Author">
		<mail link="nichoj@gentoo.org">Josh Nichols</mail>
	</author>

	<description>This project provides support for the Ruby programming language.</description>

	<longdescription>
		<p>
			The Ruby project maintains packages for <uri link="http://www.ruby-lang.org/en/">Ruby
			</uri> implementations, libraries and development tools.
		</p>
		<p>
			This project also maintains the <uri link="http://rubygems.org/">RubyGems</uri> package,
			the de facto standard for packaging Ruby projects. Many Ruby packages currently in the
			Portage tree use this mechanism for installing.
		</p>
		<p>
			Highlighted packages include <uri link="http://rake.rubyforge.org">Rake</uri>,
			<uri link="http://rubyonrails.org/">Ruby on Rails</uri>,
			<uri link="http://www.capify.org/">Capistrano</uri>,
			and <uri link="http://rspec.info/">RSpec</uri>, to name a few.
		</p>
	</longdescription>

	<resource link="irc://irc.freenode.org/#gentoo-ruby">#gentoo-ruby on irc.freenode.net</resource>
	<resource link="http://tinyurl.com/2le9ba">Ruby bugs</resource>

	<task id="ruby-1.9" finished="no" lead="nichoj">
		<name>Ruby 1.9</name>
		<description>Support for all Ruby packages with 1.9</description>
		<longdescription>
		  <p>
  		  Ruby 1.9 was released in December 2007, but Gentoo's Ruby infrastructure will need to be 
  		  updated and tested before it can be properly supported.
  	  </p>
		  </longdescription>
		<startdate>12-29-2007</startdate>
		<milestone finished="no">
		  <enddate></enddate>
		  <description>Package Ruby 1.9</description>
		</milestone>
		<milestone finished="no">
		  <enddate></enddate>
		  <description>Support RubyGems being installed for multiple slots of Ruby</description>
		</milestone>
	</task>
	<task id="gems-from-source" lead="nichoj" finished="no">
		<name>Build RubyGems</name>
		<description>Generate and test from source</description>
		<longdescription>
		  <p>
  		  While packaging directly from gems is very convenient, it does have some draw backs, such as 
  		  not being able to readily patch and not being able to run unit tests. Generating gems from 
  		  source would address both these issues.
  	  </p>
	  </longdescription>
		<startdate>01/08/2008</startdate>
		<milestone finished="no">
		  <enddate></enddate>
		  <description>Create gems-src.eclass</description>
		</milestone>
	</task>
	
	<dev role="lead" description="Project Lead">nichoj</dev>
	<dev role="member">agorf</dev>
	<dev role="member">caleb</dev>
	<dev role="member">graaff</dev>
	<dev role="member">pclouds</dev>
	<dev role="member">pingu</dev>
	<dev role="member">pythonhead</dev>
	<dev role="member">rbrown</dev>
	<dev role="member">robbat2</dev>

</project>



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2008-04-28  2:19 Lukasz Damentko (rane)
  0 siblings, 0 replies; 21+ messages in thread
From: Lukasz Damentko (rane) @ 2008-04-28  2:19 UTC (permalink / raw
  To: gentoo-commits

rane        08/04/28 02:19:26

  Modified:             index.xml
  Log:
  removing rbrown from project pages due to his retirement, bug #161368

Revision  Changes    Path
1.2                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.1&r2=1.2

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml	5 Feb 2008 00:14:09 -0000	1.1
+++ index.xml	28 Apr 2008 02:19:25 -0000	1.2
@@ -77,7 +77,6 @@
 	<dev role="member">pclouds</dev>
 	<dev role="member">pingu</dev>
 	<dev role="member">pythonhead</dev>
-	<dev role="member">rbrown</dev>
 	<dev role="member">robbat2</dev>
 
 </project>



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2008-07-21 14:01 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2008-07-21 14:01 UTC (permalink / raw
  To: gentoo-commits

graaff      08/07/21 14:01:48

  Modified:             index.xml
  Log:
  Take over as project lead as agreed with nichoj and discussed on the ruby alias.
  Update current project members based on recent activity and presence on
  ruby alias.
  Add several job descriptions to help with recruitment.

Revision  Changes    Path
1.3                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.2&r2=1.3

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml	28 Apr 2008 02:19:25 -0000	1.2
+++ index.xml	21 Jul 2008 14:01:48 -0000	1.3
@@ -5,12 +5,16 @@
 <project>
 	<name>Ruby</name>
 	<longname>Gentoo Resources for Ruby</longname>
-	<date>2 Feb 2008</date>
+	<date>21 Jul 2008</date>
 
 	<author title="Author">
 		<mail link="nichoj@gentoo.org">Josh Nichols</mail>
 	</author>
 
+	<author title="Author">
+        <mail link="graaff@gentoo.org">Hans de Graaff</mail>
+	</author>
+
 	<description>This project provides support for the Ruby programming language.</description>
 
 	<longdescription>
@@ -31,8 +35,47 @@
 		</p>
 	</longdescription>
 
+    <recruitment>
+        <job>
+            <summary>General package maintainer</summary>
+            <details>
+                General ruby package maintainer to help out managing
+                packages in the herd. Revision bumping, bug
+                filing/fixing, updating ebuilds per eclass or syntax
+                changes, etc. This involves a mix of gem and source
+                based ebuilds.
+            </details>
+            <requirements>
+                Experience with ruby on Linux, ideally
+                Gentoo. Knowledge of the gem repository system and its
+                supporting software and experience with building ruby
+                software using setup.rb and its many incarnations.
+            </requirements>
+            <contact>ruby@gentoo.org</contact>
+        </job>
+        <job>
+            <summary>Ruby core package maintainer</summary>
+            <details>
+                Ruby core package maintainer to help out with the core
+                ruby packages (dev-lang/ruby and
+                dev-ruby/rubygems). Revision bumping, handling
+                security bugs, patching packages to play nice with
+                Gentoo, following upstream to handle changes and
+                updates in a timely manner.
+            </details>
+            <requirements>
+                Experience with ruby on Linux, ideally
+                Gentoo. Knowledge of C and ruby. Experience with
+                patching software.
+            </requirements>
+            <contact>ruby@gentoo.org</contact>
+        </job>
+    </recruitment>
+
 	<resource link="irc://irc.freenode.org/#gentoo-ruby">#gentoo-ruby on irc.freenode.net</resource>
 	<resource link="http://tinyurl.com/2le9ba">Ruby bugs</resource>
+    <resource link="http://overlays.gentoo.org/proj/ruby/wiki">Ruby
+        overlay and project wiki (currently not yet in use)</resource>
 
 	<task id="ruby-1.9" finished="no" lead="nichoj">
 		<name>Ruby 1.9</name>
@@ -70,13 +113,10 @@
 		</milestone>
 	</task>
 	
-	<dev role="lead" description="Project Lead">nichoj</dev>
+	<dev role="lead">graaff</dev>
 	<dev role="member">agorf</dev>
-	<dev role="member">caleb</dev>
-	<dev role="member">graaff</dev>
-	<dev role="member">pclouds</dev>
+	<dev role="member">nichoj</dev>
 	<dev role="member">pingu</dev>
-	<dev role="member">pythonhead</dev>
 	<dev role="member">robbat2</dev>
 
 </project>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2009-01-17 10:16 Alex Legler (a3li)
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Legler (a3li) @ 2009-01-17 10:16 UTC (permalink / raw
  To: gentoo-commits

a3li        09/01/17 10:16:36

  Modified:             index.xml
  Log:
  Updating the ruby project page with current tasks and adding myself as a member

Revision  Changes    Path
1.4                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.3&r2=1.4

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml	21 Jul 2008 14:01:48 -0000	1.3
+++ index.xml	17 Jan 2009 10:16:36 -0000	1.4
@@ -5,7 +5,7 @@
 <project>
 	<name>Ruby</name>
 	<longname>Gentoo Resources for Ruby</longname>
-	<date>21 Jul 2008</date>
+	<date>17 Jan 2009</date>
 
 	<author title="Author">
 		<mail link="nichoj@gentoo.org">Josh Nichols</mail>
@@ -15,6 +15,10 @@
         <mail link="graaff@gentoo.org">Hans de Graaff</mail>
 	</author>
 
+        <author title="Author">
+        <mail link="a3li@gentoo.org">Alex Legler</mail>
+        </author>
+
 	<description>This project provides support for the Ruby programming language.</description>
 
 	<longdescription>
@@ -75,26 +79,35 @@
 	<resource link="irc://irc.freenode.org/#gentoo-ruby">#gentoo-ruby on irc.freenode.net</resource>
 	<resource link="http://tinyurl.com/2le9ba">Ruby bugs</resource>
     <resource link="http://overlays.gentoo.org/proj/ruby/wiki">Ruby
-        overlay and project wiki (currently not yet in use)</resource>
+        overlay and project wiki</resource>
 
 	<task id="ruby-1.9" finished="no" lead="nichoj">
 		<name>Ruby 1.9</name>
 		<description>Support for all Ruby packages with 1.9</description>
 		<longdescription>
 		  <p>
-  		  Ruby 1.9 was released in December 2007, but Gentoo's Ruby infrastructure will need to be 
-  		  updated and tested before it can be properly supported.
-  	  </p>
+  		  Ruby 1.9.1 is going to be the first stable release of Ruby 1.9, to be released in January 2009.
+
+                  Our infrastructure is currently being updated, so we should have ebuilds quite soon after release.
+          	  </p>
 		  </longdescription>
 		<startdate>12-29-2007</startdate>
-		<milestone finished="no">
+		<milestone finished="yes">
 		  <enddate></enddate>
 		  <description>Package Ruby 1.9</description>
 		</milestone>
-		<milestone finished="no">
+		<milestone finished="yes">
 		  <enddate></enddate>
 		  <description>Support RubyGems being installed for multiple slots of Ruby</description>
 		</milestone>
+                <milestone finished="yes">
+                  <enddate></enddate>
+                  <description>Have a working way to switch default symlinks. Done with eselect-ruby.</description>
+                </milestone>
+                <milestone finished="no">
+                  <enddate></enddate>
+                  <description>Verify USE_RUBY status for all packages in the tree</description>
+                </milestone>
 	</task>
 	<task id="gems-from-source" lead="nichoj" finished="no">
 		<name>Build RubyGems</name>
@@ -112,11 +125,25 @@
 		  <description>Create gems-src.eclass</description>
 		</milestone>
 	</task>
+        <task id="rubygems-replacement" lead="graaff" finished="no">
+            <name>gem install replacement</name>
+            <description>Create a better way to install gems</description>
+            <longdescription>
+            <p>While rubygems is a nice way for platforms without any package management (like Mac OS X or Windows),
+            it conflicts with the Gentoo way of installing things.</p>
+            </longdescription>
+            <startdate>01/10/2009</startdate>
+            <milestone finished="no">
+                <enddate></enddate>
+                <description>Adapt the gem install process to our ebuild stages</description>
+            </milestone>
+        </task>
 	
 	<dev role="lead">graaff</dev>
 	<dev role="member">agorf</dev>
 	<dev role="member">nichoj</dev>
 	<dev role="member">pingu</dev>
 	<dev role="member">robbat2</dev>
+        <dev role="member">a3li</dev>
 
 </project>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2009-03-09 20:02 Alex Legler (a3li)
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Legler (a3li) @ 2009-03-09 20:02 UTC (permalink / raw
  To: gentoo-commits

a3li        09/03/09 20:02:52

  Modified:             index.xml
  Log:
  Giving a name to our favorite project

Revision  Changes    Path
1.5                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.4&r2=1.5

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml	17 Jan 2009 10:16:36 -0000	1.4
+++ index.xml	9 Mar 2009 20:02:52 -0000	1.5
@@ -126,7 +126,7 @@
 		</milestone>
 	</task>
         <task id="rubygems-replacement" lead="graaff" finished="no">
-            <name>gem install replacement</name>
+            <name>Project &quot;Gemtoo&quot;: gem install replacement</name>
             <description>Create a better way to install gems</description>
             <longdescription>
             <p>While rubygems is a nice way for platforms without any package management (like Mac OS X or Windows),






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2009-03-20 12:59 Alex Legler (a3li)
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Legler (a3li) @ 2009-03-20 12:59 UTC (permalink / raw
  To: gentoo-commits

a3li        09/03/20 12:59:00

  Modified:             index.xml
  Log:
  Removing retired members

Revision  Changes    Path
1.6                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.5&r2=1.6

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml	9 Mar 2009 20:02:52 -0000	1.5
+++ index.xml	20 Mar 2009 12:59:00 -0000	1.6
@@ -5,10 +5,10 @@
 <project>
 	<name>Ruby</name>
 	<longname>Gentoo Resources for Ruby</longname>
-	<date>17 Jan 2009</date>
+	<date>20 Mar 2009</date>
 
-	<author title="Author">
-		<mail link="nichoj@gentoo.org">Josh Nichols</mail>
+	<author title="Original author">
+	    <mail>nichoj</mail>
 	</author>
 
 	<author title="Author">
@@ -81,7 +81,7 @@
     <resource link="http://overlays.gentoo.org/proj/ruby/wiki">Ruby
         overlay and project wiki</resource>
 
-	<task id="ruby-1.9" finished="no" lead="nichoj">
+	<task id="ruby-1.9" finished="no" lead="a3li">
 		<name>Ruby 1.9</name>
 		<description>Support for all Ruby packages with 1.9</description>
 		<longdescription>
@@ -109,7 +109,7 @@
                   <description>Verify USE_RUBY status for all packages in the tree</description>
                 </milestone>
 	</task>
-	<task id="gems-from-source" lead="nichoj" finished="no">
+	<task id="gems-from-source" lead="graaff" finished="no">
 		<name>Build RubyGems</name>
 		<description>Generate and test from source</description>
 		<longdescription>
@@ -140,9 +140,6 @@
         </task>
 	
 	<dev role="lead">graaff</dev>
-	<dev role="member">agorf</dev>
-	<dev role="member">nichoj</dev>
-	<dev role="member">pingu</dev>
 	<dev role="member">robbat2</dev>
         <dev role="member">a3li</dev>
 






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2009-04-07 17:02 Alex Legler (a3li)
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Legler (a3li) @ 2009-04-07 17:02 UTC (permalink / raw
  To: gentoo-commits

a3li        09/04/07 17:02:33

  Modified:             index.xml
  Log:
  Adding gengor to the ruby project

Revision  Changes    Path
1.7                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.6&r2=1.7

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.xml	20 Mar 2009 12:59:00 -0000	1.6
+++ index.xml	7 Apr 2009 17:02:33 -0000	1.7
@@ -142,5 +142,6 @@
 	<dev role="lead">graaff</dev>
 	<dev role="member">robbat2</dev>
         <dev role="member">a3li</dev>
+        <dev role="member">gengor</dev>
 
 </project>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2009-04-14 19:36 Alex Legler (a3li)
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Legler (a3li) @ 2009-04-14 19:36 UTC (permalink / raw
  To: gentoo-commits

a3li        09/04/14 19:36:42

  Modified:             index.xml
  Log:
  Adding our outdated gem site and general updates

Revision  Changes    Path
1.8                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.7&r2=1.8

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.xml	7 Apr 2009 17:02:33 -0000	1.7
+++ index.xml	14 Apr 2009 19:36:42 -0000	1.8
@@ -76,10 +76,10 @@
         </job>
     </recruitment>
 
-	<resource link="irc://irc.freenode.org/#gentoo-ruby">#gentoo-ruby on irc.freenode.net</resource>
-	<resource link="http://tinyurl.com/2le9ba">Ruby bugs</resource>
-    <resource link="http://overlays.gentoo.org/proj/ruby/wiki">Ruby
-        overlay and project wiki</resource>
+    <resource link="irc://irc.freenode.org/#gentoo-ruby">#gentoo-ruby on irc.freenode.net</resource>
+    <resource link="http://tinyurl.com/2le9ba">Ruby bugs</resource>
+    <resource link="http://overlays.gentoo.org/proj/ruby/wiki">Ruby overlay and project wiki</resource>
+    <resource link="http://gems.stingray.a3li.info/">RubyGem ebuilds needing an update</resource>
 
 	<task id="ruby-1.9" finished="no" lead="a3li">
 		<name>Ruby 1.9</name>
@@ -88,7 +88,7 @@
 		  <p>
   		  Ruby 1.9.1 is going to be the first stable release of Ruby 1.9, to be released in January 2009.
 
-                  Our infrastructure is currently being updated, so we should have ebuilds quite soon after release.
+                  Our infrastructure is currently being updated, so we should have ebuilds in the near future.
           	  </p>
 		  </longdescription>
 		<startdate>12-29-2007</startdate>
@@ -96,9 +96,9 @@
 		  <enddate></enddate>
 		  <description>Package Ruby 1.9</description>
 		</milestone>
-		<milestone finished="yes">
+		<milestone finished="no">
 		  <enddate></enddate>
-		  <description>Support RubyGems being installed for multiple slots of Ruby</description>
+		  <description>Create new eclasses</description>
 		</milestone>
                 <milestone finished="yes">
                   <enddate></enddate>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2010-04-26 19:15 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2010-04-26 19:15 UTC (permalink / raw
  To: gentoo-commits

graaff      10/04/26 19:15:46

  Modified:             index.xml
  Log:
  Remove tasks that are done or no longer needed.

Revision  Changes    Path
1.9                  xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.8&r2=1.9

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.xml	14 Apr 2009 19:36:42 -0000	1.8
+++ index.xml	26 Apr 2010 19:15:45 -0000	1.9
@@ -109,35 +109,6 @@
                   <description>Verify USE_RUBY status for all packages in the tree</description>
                 </milestone>
 	</task>
-	<task id="gems-from-source" lead="graaff" finished="no">
-		<name>Build RubyGems</name>
-		<description>Generate and test from source</description>
-		<longdescription>
-		  <p>
-  		  While packaging directly from gems is very convenient, it does have some draw backs, such as 
-  		  not being able to readily patch and not being able to run unit tests. Generating gems from 
-  		  source would address both these issues.
-  	  </p>
-	  </longdescription>
-		<startdate>01/08/2008</startdate>
-		<milestone finished="no">
-		  <enddate></enddate>
-		  <description>Create gems-src.eclass</description>
-		</milestone>
-	</task>
-        <task id="rubygems-replacement" lead="graaff" finished="no">
-            <name>Project &quot;Gemtoo&quot;: gem install replacement</name>
-            <description>Create a better way to install gems</description>
-            <longdescription>
-            <p>While rubygems is a nice way for platforms without any package management (like Mac OS X or Windows),
-            it conflicts with the Gentoo way of installing things.</p>
-            </longdescription>
-            <startdate>01/10/2009</startdate>
-            <milestone finished="no">
-                <enddate></enddate>
-                <description>Adapt the gem install process to our ebuild stages</description>
-            </milestone>
-        </task>
 	
 	<dev role="lead">graaff</dev>
 	<dev role="member">robbat2</dev>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2010-04-26 19:52 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2010-04-26 19:52 UTC (permalink / raw
  To: gentoo-commits

graaff      10/04/26 19:52:20

  Modified:             index.xml
  Log:
  Add all supported ruby implementations.

Revision  Changes    Path
1.10                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.9&r2=1.10

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- index.xml	26 Apr 2010 19:15:45 -0000	1.9
+++ index.xml	26 Apr 2010 19:52:20 -0000	1.10
@@ -110,6 +110,74 @@
                 </milestone>
 	</task>
 	
+    <extrachapter position="devs">
+      <title>Supported Ruby implementations</title>
+      <section>
+        <title>Overview</title>
+        <body>
+          <p>
+          In Gentoo multiple Ruby implementations can co-exist. This
+          is supported through the RUBY_TARGETS mechanism. You can add
+          the RUBY_TARGETS variable to your make.conf file to select
+          which Ruby implementations you want to use on your
+          system. By default only <c>ruby18</c> is selected.
+          </p>
+
+          <pre caption="/etc/make.conf">
+            <var>RUBY_TARGETS</var>="ruby18 ruby19"
+          </pre>
+        </body>
+      </section>
+      <section>
+        <title>Ruby 1.8.x (aka MRI): ruby18</title>
+        <body>
+          <p>
+          This version of Ruby is our main implementation. It is
+          available as the 1.8 slot of <c>dev-lang/ruby</c>. It is
+          available in the stable tree, and almost all Ruby packages
+          in the tree are available for this implementation.
+          </p>
+        </body>
+      </section>
+      <section>
+        <title>Ruby 1.9.x: ruby19</title>
+        <body>
+          <p>
+          This version of Ruby is currently still masked pending
+          resolution of some issues. It is available as the 1.9 slot
+          of <c>dev-lang/ruby</c>.
+          <uri link="https://bugs.gentoo.org/show_bug.cgi?id=203706">Bug 203706</uri>
+          tracks the remaining issues.
+          </p>
+          <p>
+            In order to test Ruby 1.9 you will need to unmask the
+            package and also the associated ruby_targets_ruby19 USE
+            flag.
+          </p>
+        </body>
+      </section>
+      <section>
+        <title>JRuby: jruby</title>
+        <body>
+          <p>
+          This version of Ruby is based on the Java Virtual
+          Machine. It is available as <c>dev-java/jruby</c>. It is
+          currently only available in the testing tree.
+          </p>
+        </body>
+      </section>
+      <section>
+        <title>Ruby Enterprise Edition: ree</title>
+        <body>
+          <p>
+            This is an enhanced version of Ruby 1.8, featuring various
+            enhancements, most notably in that it requires less memory
+            to run. It is available as <c>dev-lang/ruby-enterprise</c>.
+          </p>
+        </body>
+      </section>
+    </extrachapter>
+
 	<dev role="lead">graaff</dev>
 	<dev role="member">robbat2</dev>
         <dev role="member">a3li</dev>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2010-05-02  7:33 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2010-05-02  7:33 UTC (permalink / raw
  To: gentoo-commits

graaff      10/05/02 07:33:48

  Modified:             index.xml
  Log:
  Add extrachapter on our policy to add new packages.

Revision  Changes    Path
1.11                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.10&r2=1.11

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- index.xml	26 Apr 2010 19:52:20 -0000	1.10
+++ index.xml	2 May 2010 07:33:48 -0000	1.11
@@ -124,7 +124,7 @@
           </p>
 
           <pre caption="/etc/make.conf">
-            <var>RUBY_TARGETS</var>="ruby18 ruby19"
+<var>RUBY_TARGETS</var>="ruby18 ruby19"
           </pre>
         </body>
       </section>
@@ -178,6 +178,70 @@
       </section>
     </extrachapter>
 
+    <extrachapter>
+      <title>Policy for adding new Ruby packages</title>
+      <section>
+        <title>Overview</title>
+        <body>
+          <p>
+The ruby herd gets a fair amount of requests to add new packages to
+the dev-ruby category in portage. Unfortunately we often get a bit
+defensive about this and the package requests just hang about. This
+policy tries to outline our thinking on when to add new packages and
+what you can do to enhance the chances of adding a new package.
+          </p>
+        </body>
+      </section>
+      <section>
+        <title>Which packages should go to dev-ruby</title>
+        <body>
+<p>The dev-ruby category should only contain packages that provide
+library code (e.g. dev-ruby/mime-types) and packages that are specific
+to the ruby environment (e.g. dev-ruby/rake).</p>
+
+<p>Specifically, applications written in ruby should *not* go to the
+dev-ruby category by default, and they would not normally be
+maintained by the ruby herd. For example, recently cucumber has been
+added to the dev-util category, even though it is written in ruby and
+started out as a spin of from the more ruby-specific rspec. However,
+it now also has support for Java and it provides an application, so it
+is much better suited for a more targeted category of dev-util.</p>
+
+<p>For libraries and supporting code we tend to add these packages
+only when they are a requirement for an application that gets added to
+Gentoo, or a new requirement of said application.</p>
+
+<p>Other packages only get added when there is sufficient demand. We
+determine this by looking at the number of votes for a package, so
+feel free to open a bug for it and lobby a few folks to add their
+votes.</p>
+        </body>
+      </section>
+      <section>
+        <title>Why not add more packages?</title>
+        <body>
+<p>Having this policy may seem silly. Why not just add new packages as
+people provide ebuilds for them?</p>
+
+<p>In part we are reluctant to add many packages because they should
+really fall under the responsibility of someone else. For example,
+sup, the ruby mail client, fits much better to the net-mail
+herd. After all, not all packages written in C are part of the c
+herd.</p>
+
+<p>In part we are also reluctant because once a package is added it
+will increase our workload towards the future. Version bumps, security
+issues, and QA within Gentoo must be kept up to date. On top of that
+ruby has a bit of a reputation for code that sees a few frantic
+releases and is than for all intents and purposes abandoned. Having
+packages like that in the tree adds disproportionally to our
+maintenance and takes away from providing you with an overall good
+ruby experience on Gentoo.</p>
+        </body>
+      </section>
+    </extrachapter>
+
+
 	<dev role="lead">graaff</dev>
 	<dev role="member">robbat2</dev>
         <dev role="member">a3li</dev>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2010-05-02  8:54 Alex Legler (a3li)
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Legler (a3li) @ 2010-05-02  8:54 UTC (permalink / raw
  To: gentoo-commits

a3li        10/05/02 08:54:03

  Modified:             index.xml
  Log:
  Add some more information about RUBY_TARGETS and improve package policy

Revision  Changes    Path
1.12                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.11&r2=1.12

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- index.xml	2 May 2010 07:33:48 -0000	1.11
+++ index.xml	2 May 2010 08:54:03 -0000	1.12
@@ -3,41 +3,41 @@
 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
 <!DOCTYPE project SYSTEM "/dtd/project.dtd"> 
 <project>
-	<name>Ruby</name>
-	<longname>Gentoo Resources for Ruby</longname>
-	<date>20 Mar 2009</date>
-
-	<author title="Original author">
-	    <mail>nichoj</mail>
-	</author>
+    <name>Ruby</name>
+    <longname>Gentoo Ruby Project</longname>
+    <date>02 May 2010</date>
+
+    <author title="Original author">
+        <mail>nichoj</mail>
+    </author>
 
-	<author title="Author">
+    <author title="Author">
         <mail link="graaff@gentoo.org">Hans de Graaff</mail>
-	</author>
+    </author>
 
-        <author title="Author">
+    <author title="Author">
         <mail link="a3li@gentoo.org">Alex Legler</mail>
-        </author>
+    </author>
 
-	<description>This project provides support for the Ruby programming language.</description>
+    <description>This project provides support for the Ruby programming language.</description>
 
-	<longdescription>
-		<p>
-			The Ruby project maintains packages for <uri link="http://www.ruby-lang.org/en/">Ruby
-			</uri> implementations, libraries and development tools.
-		</p>
-		<p>
-			This project also maintains the <uri link="http://rubygems.org/">RubyGems</uri> package,
-			the de facto standard for packaging Ruby projects. Many Ruby packages currently in the
-			Portage tree use this mechanism for installing.
-		</p>
-		<p>
-			Highlighted packages include <uri link="http://rake.rubyforge.org">Rake</uri>,
-			<uri link="http://rubyonrails.org/">Ruby on Rails</uri>,
-			<uri link="http://www.capify.org/">Capistrano</uri>,
-			and <uri link="http://rspec.info/">RSpec</uri>, to name a few.
-		</p>
-	</longdescription>
+    <longdescription>
+        <p>
+            The Ruby project maintains packages for <uri link="http://www.ruby-lang.org/en/">Ruby
+            </uri> implementations, libraries and development tools.
+        </p>
+        <p>
+            This project also maintains the <uri link="http://rubygems.org/">RubyGems</uri> package,
+            the de facto standard for packaging Ruby projects. Many Ruby packages currently in the
+            Portage tree use this mechanism for installing.
+        </p>
+        <p>
+            Highlighted packages include <uri link="http://rake.rubyforge.org">Rake</uri>,
+            <uri link="http://rubyonrails.org/">Ruby on Rails</uri>,
+            <uri link="http://www.capify.org/">Capistrano</uri>,
+            and <uri link="http://rspec.info/">RSpec</uri>, to name a few.
+        </p>
+    </longdescription>
 
     <recruitment>
         <job>
@@ -81,170 +81,193 @@
     <resource link="http://overlays.gentoo.org/proj/ruby/wiki">Ruby overlay and project wiki</resource>
     <resource link="http://gems.stingray.a3li.info/">RubyGem ebuilds needing an update</resource>
 
-	<task id="ruby-1.9" finished="no" lead="a3li">
-		<name>Ruby 1.9</name>
-		<description>Support for all Ruby packages with 1.9</description>
-		<longdescription>
-		  <p>
-  		  Ruby 1.9.1 is going to be the first stable release of Ruby 1.9, to be released in January 2009.
-
-                  Our infrastructure is currently being updated, so we should have ebuilds in the near future.
-          	  </p>
-		  </longdescription>
-		<startdate>12-29-2007</startdate>
-		<milestone finished="yes">
-		  <enddate></enddate>
-		  <description>Package Ruby 1.9</description>
-		</milestone>
-		<milestone finished="no">
-		  <enddate></enddate>
-		  <description>Create new eclasses</description>
-		</milestone>
-                <milestone finished="yes">
-                  <enddate></enddate>
-                  <description>Have a working way to switch default symlinks. Done with eselect-ruby.</description>
-                </milestone>
-                <milestone finished="no">
-                  <enddate></enddate>
-                  <description>Verify USE_RUBY status for all packages in the tree</description>
-                </milestone>
-	</task>
-	
+    <task id="ruby-1.9" finished="no" lead="a3li">
+        <name>Ruby 1.9</name>
+        <description>Support for all Ruby packages with 1.9</description>
+        <longdescription>
+            <p>
+                Ruby 1.9.1 is going to be the first stable release of Ruby 1.9, to be released in January 2009.
+
+                Our infrastructure is currently being updated, so we should have ebuilds in the near future.
+            </p>
+        </longdescription>
+        <startdate>12-29-2007</startdate>
+        <milestone finished="yes">
+            <enddate></enddate>
+            <description>Package Ruby 1.9</description>
+        </milestone>
+        <milestone finished="yes">
+            <enddate></enddate>
+            <description>Create new eclasses</description>
+        </milestone>
+        <milestone finished="yes">
+            <enddate></enddate>
+            <description>Have a working way to switch default symlinks. Done with eselect-ruby.</description>
+        </milestone>
+        <milestone finished="no">
+            <enddate></enddate>
+            <description>Verify USE_RUBY status for all packages in the tree</description>
+        </milestone>
+    </task>
+
     <extrachapter position="devs">
-      <title>Supported Ruby implementations</title>
-      <section>
-        <title>Overview</title>
-        <body>
-          <p>
-          In Gentoo multiple Ruby implementations can co-exist. This
-          is supported through the RUBY_TARGETS mechanism. You can add
-          the RUBY_TARGETS variable to your make.conf file to select
-          which Ruby implementations you want to use on your
-          system. By default only <c>ruby18</c> is selected.
-          </p>
-
-          <pre caption="/etc/make.conf">
-<var>RUBY_TARGETS</var>="ruby18 ruby19"
-          </pre>
-        </body>
-      </section>
-      <section>
-        <title>Ruby 1.8.x (aka MRI): ruby18</title>
-        <body>
-          <p>
-          This version of Ruby is our main implementation. It is
-          available as the 1.8 slot of <c>dev-lang/ruby</c>. It is
-          available in the stable tree, and almost all Ruby packages
-          in the tree are available for this implementation.
-          </p>
-        </body>
-      </section>
-      <section>
-        <title>Ruby 1.9.x: ruby19</title>
-        <body>
-          <p>
-          This version of Ruby is currently still masked pending
-          resolution of some issues. It is available as the 1.9 slot
-          of <c>dev-lang/ruby</c>.
-          <uri link="https://bugs.gentoo.org/show_bug.cgi?id=203706">Bug 203706</uri>
-          tracks the remaining issues.
-          </p>
-          <p>
-            In order to test Ruby 1.9 you will need to unmask the
-            package and also the associated ruby_targets_ruby19 USE
-            flag.
-          </p>
-        </body>
-      </section>
-      <section>
-        <title>JRuby: jruby</title>
-        <body>
-          <p>
-          This version of Ruby is based on the Java Virtual
-          Machine. It is available as <c>dev-java/jruby</c>. It is
-          currently only available in the testing tree.
-          </p>
-        </body>
-      </section>
-      <section>
-        <title>Ruby Enterprise Edition: ree</title>
-        <body>
-          <p>
-            This is an enhanced version of Ruby 1.8, featuring various
-            enhancements, most notably in that it requires less memory
-            to run. It is available as <c>dev-lang/ruby-enterprise</c>.
-          </p>
-        </body>
-      </section>
+        <title>Supported Ruby implementations</title>
+        <section>
+            <title>Overview</title>
+            <body>
+                <p>
+                    In Gentoo multiple Ruby implementations can co-exist. This
+                    is supported through the <c>RUBY_TARGETS</c> mechanism. You can add
+                    the <c>RUBY_TARGETS</c> variable to your <path>/etc/make.conf</path> file to select
+                    which Ruby implementations you want packages to be installed for on your
+                    system. By default only <c>ruby18</c> is selected.
+                </p>
+
+                <pre caption="/etc/make.conf">
+<comment># Installs packages for Ruby 1.8 and 1.9.</comment>
+<var>RUBY_TARGETS</var>=<const>"ruby18 ruby19"</const>
+                </pre>
+                <note>
+                    Some packages do not support all Ruby targets mentioned below.
+                    For example, even if your RUBY_TARGETS setting instructs Portage to install for
+                    both Ruby 1.8 and 1.9, but the package only supports 1.8, the package will only
+                    be installed for Ruby 1.8.
+                    Review the output of <c>emerge -pv &lt;package&gt;</c> to see for which
+                    Ruby versions the package is actually installed.
+                </note>
+            </body>
+        </section>
+        <section>
+            <title>Ruby 1.8.x (aka MRI): ruby18</title>
+            <body>
+                <p>
+                    This version of Ruby is our main implementation. It is
+                    available as the 1.8 slot of <c>dev-lang/ruby</c>. It is
+                    available in the stable tree, and almost all Ruby packages
+                    in the tree are available for this implementation.
+                </p>
+            </body>
+        </section>
+        <section>
+            <title>Ruby 1.9.x (aka MRI/YARV): ruby19</title>
+            <body>
+                <p>
+                    This version of Ruby is currently still masked pending
+                    resolution of some issues. It is available as the 1.9 slot
+                    of <c>dev-lang/ruby</c>.
+                    <uri link="https://bugs.gentoo.org/show_bug.cgi?id=203706">Bug 203706</uri>
+                    tracks the remaining issues.
+                </p>
+                <p>
+                    In order to test Ruby 1.9 you will need to unmask the
+                    package and also the associated <c>ruby_targets_ruby19</c> USE
+                    flag.
+                </p>
+                <impo>
+                    The Gentoo Ruby Team currently does not recommend using Ruby 1.9 for production environments.
+                </impo>
+            </body>
+        </section>
+        <section>
+            <title>JRuby: jruby</title>
+            <body>
+                <p>
+                    This version of Ruby is based on the Java Virtual
+                    Machine. It is available as <c>dev-java/jruby</c>. It is
+                    currently only available in the testing tree.
+                </p>
+            </body>
+        </section>
+        <section>
+            <title>Ruby Enterprise Edition 1.8.x: ree18</title>
+            <body>
+                <p>
+                    This is an enhanced version of Ruby 1.8, featuring various
+                    enhancements, most notably in that it requires less memory
+                    to run. It is available as <c>dev-lang/ruby-enterprise</c>.
+                </p>
+                <p>
+                    In order to test Ruby Enterprise Edition you will need to unmask the
+                    package and also the associated <c>ruby_targets_ree18</c> USE
+                    flag.
+                </p>
+                <p>
+                    For more information, visit <uri link="http://www.rubyenterpriseedition.com/">http://www.rubyenterpriseedition.com/</uri>.
+                </p>
+            </body>
+        </section>
     </extrachapter>
 
     <extrachapter>
-      <title>Policy for adding new Ruby packages</title>
-      <section>
-        <title>Overview</title>
-        <body>
-          <p>
-The ruby herd gets a fair amount of requests to add new packages to
-the dev-ruby category in portage. Unfortunately we often get a bit
-defensive about this and the package requests just hang about. This
-policy tries to outline our thinking on when to add new packages and
-what you can do to enhance the chances of adding a new package.
-          </p>
-        </body>
-      </section>
-      <section>
-        <title>Which packages should go to dev-ruby</title>
-        <body>
-<p>The dev-ruby category should only contain packages that provide
-library code (e.g. dev-ruby/mime-types) and packages that are specific
-to the ruby environment (e.g. dev-ruby/rake).</p>
-
-<p>Specifically, applications written in ruby should *not* go to the
-dev-ruby category by default, and they would not normally be
-maintained by the ruby herd. For example, recently cucumber has been
-added to the dev-util category, even though it is written in ruby and
-started out as a spin of from the more ruby-specific rspec. However,
-it now also has support for Java and it provides an application, so it
-is much better suited for a more targeted category of dev-util.</p>
-
-<p>For libraries and supporting code we tend to add these packages
-only when they are a requirement for an application that gets added to
-Gentoo, or a new requirement of said application.</p>
-
-<p>Other packages only get added when there is sufficient demand. We
-determine this by looking at the number of votes for a package, so
-feel free to open a bug for it and lobby a few folks to add their
-votes.</p>
-        </body>
-      </section>
-      <section>
-        <title>Why not add more packages?</title>
-        <body>
-<p>Having this policy may seem silly. Why not just add new packages as
-people provide ebuilds for them?</p>
-
-<p>In part we are reluctant to add many packages because they should
-really fall under the responsibility of someone else. For example,
-sup, the ruby mail client, fits much better to the net-mail
-herd. After all, not all packages written in C are part of the c
-herd.</p>
-
-<p>In part we are also reluctant because once a package is added it
-will increase our workload towards the future. Version bumps, security
-issues, and QA within Gentoo must be kept up to date. On top of that
-ruby has a bit of a reputation for code that sees a few frantic
-releases and is than for all intents and purposes abandoned. Having
-packages like that in the tree adds disproportionally to our
-maintenance and takes away from providing you with an overall good
-ruby experience on Gentoo.</p>
-        </body>
-      </section>
+        <title>Policy for adding new Ruby packages</title>
+        <section>
+            <title>Overview</title>
+            <body>
+                <p>
+                    The ruby herd gets a fair amount of requests to add new packages to
+                    the dev-ruby category in Portage. Unfortunately we often get a bit
+                    defensive about this and the package requests just hang about. This
+                    policy tries to outline our thinking on when to add new packages and
+                    what you can do to enhance the chances of adding a new package.
+                </p>
+            </body>
+        </section>
+        <section>
+            <title>Which packages should go to dev-ruby?</title>
+            <body>
+                <p>The dev-ruby category should <b>only</b> contain the following packages:</p>
+                
+                <ul>
+                    <li>Library code (e.g. <c>dev-ruby/mime-types</c>)</li>
+                    <li>Packages specific to the Ruby environment  (e.g. <c>dev-ruby/rake</c>)</li>
+                </ul>
+
+                <p>Specifically, <b>applications written in Ruby</b> should <b>not</b> go to the
+                    dev-ruby category by default, and they would not normally be
+                    maintained by the ruby herd. For example, recently cucumber has been
+                    added to the dev-util category, even though it is written in Ruby and
+                    started out as a spin of from the more Ruby-specific rspec. However,
+                    it now also has support for Java and it provides an application, so it
+                    is much better suited for a more targeted category of dev-util.</p>
+
+                <p>For libraries and supporting code we tend to add these packages
+                    only when they are a requirement for an application that gets added to
+                    Gentoo, or a new requirement of said application.</p>
+
+                <p>Other packages only get added when there is sufficient demand. We
+                    determine this by looking at the number of votes for a package, so
+                    feel free to open a bug for it and lobby a few folks to add their
+                    votes.</p>
+            </body>
+        </section>
+        <section>
+            <title>Why not add more packages?</title>
+            <body>
+                <p>Having this policy may seem silly. Why not just add new packages as
+                    people provide ebuilds for them?</p>
+
+                <p>In part we are reluctant to add many packages because they should
+                    really fall under the responsibility of someone else. For example,
+                    sup, the ruby mail client, fits much better to the net-mail
+                    herd. After all, not all packages written in C are part of the
+                    (not even existing) c herd.</p>
+
+                <p>In part we are also reluctant because once a package is added it
+                    will increase our workload towards the future. Version bumps, security
+                    issues, and QA within Gentoo must be kept up to date. On top of that
+                    ruby has a bit of a reputation for code that sees a few frantic
+                    releases and is than for all intents and purposes abandoned. Having
+                    packages like that in the tree adds disproportionally to our
+                    maintenance and takes away from providing you with an overall good
+                    ruby experience on Gentoo.</p>
+            </body>
+        </section>
     </extrachapter>
 
 
-	<dev role="lead">graaff</dev>
-	<dev role="member">robbat2</dev>
-        <dev role="member">a3li</dev>
-        <dev role="member">gengor</dev>
+    <dev role="lead">graaff</dev>
+    <dev role="member">robbat2</dev>
+    <dev role="member">a3li</dev>
+    <dev role="member">gengor</dev>
 
 </project>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2010-05-21 18:56 Alex Legler (a3li)
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Legler (a3li) @ 2010-05-21 18:56 UTC (permalink / raw
  To: gentoo-commits

a3li        10/05/21 18:56:33

  Modified:             index.xml
  Log:
  REE is in ~arch now

Revision  Changes    Path
1.13                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.12&r2=1.13

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index.xml	2 May 2010 08:54:03 -0000	1.12
+++ index.xml	21 May 2010 18:56:33 -0000	1.13
@@ -187,9 +187,7 @@
                     to run. It is available as <c>dev-lang/ruby-enterprise</c>.
                 </p>
                 <p>
-                    In order to test Ruby Enterprise Edition you will need to unmask the
-                    package and also the associated <c>ruby_targets_ree18</c> USE
-                    flag.
+                    Ruby Enterprise Edition is currently available in the testing Portage branch on a few architectures.
                 </p>
                 <p>
                     For more information, visit <uri link="http://www.rubyenterpriseedition.com/">http://www.rubyenterpriseedition.com/</uri>.






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2010-08-30 17:58 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2010-08-30 17:58 UTC (permalink / raw
  To: gentoo-commits

graaff      10/08/30 17:58:07

  Modified:             index.xml
  Log:
  jruby is now stable.

Revision  Changes    Path
1.14                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.13&r2=1.14

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- index.xml	21 May 2010 18:56:33 -0000	1.13
+++ index.xml	30 Aug 2010 17:58:07 -0000	1.14
@@ -174,7 +174,7 @@
                 <p>
                     This version of Ruby is based on the Java Virtual
                     Machine. It is available as <c>dev-java/jruby</c>. It is
-                    currently only available in the testing tree.
+                    available in the stable tree.
                 </p>
             </body>
         </section>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2010-08-30 18:12 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2010-08-30 18:12 UTC (permalink / raw
  To: gentoo-commits

graaff      10/08/30 18:12:44

  Modified:             index.xml
  Log:
  Add section about version bump policy.

Revision  Changes    Path
1.15                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.14&r2=1.15

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- index.xml	30 Aug 2010 17:58:07 -0000	1.14
+++ index.xml	30 Aug 2010 18:12:44 -0000	1.15
@@ -262,6 +262,51 @@
         </section>
     </extrachapter>
 
+    <extrachapter>
+        <title>Version bumps for existing packages</title>
+        <section>
+            <title>gems-based packages</title>
+            <body>
+                <p>
+                    We <uri
+                    link="http://moving-innovations.com/~graaff/outdated-gems">automatically
+                    track</uri> updates to gems-based ruby packages,
+                    so please don't file bugs for these at all. (Note
+                    that the list in question is generated on-demand
+                    manually, so it may appear to be out of date.)
+                </p>
+                <p>
+                    If a gems-based package has not been updated to
+                    the latest version for some time then this usually
+                    means there are issues with it. In that case the
+                    best way to help us is to report a bug that
+                    includes a fully tested version of an ebuild. The
+                    ebuild should work correctly with FEATURES=test
+                    and USE=doc on all the ruby implementations that
+                    the ebuild supports.
+                </p>
+            </body>
+        </section>
+
+        <section>
+            <title>Other ruby packages</title>
+            <body>
+                <p>
+                    For other ruby packages we don't have a
+                    centralized mechanism to track new versions, but
+                    we still track a fair amount of them by other
+                    means. If you find such a package that has not
+                    been updated for a month then please feel free to
+                    file a bug for it since we may not be actively
+                    monitoring it. Please double-check that it is not
+                    (also) distributed as a gem to avoid unnecessary
+                    bugs.
+                </p>
+            </body>
+        </section>
+
+    </extrachapter>
+
 
     <dev role="lead">graaff</dev>
     <dev role="member">robbat2</dev>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2010-11-02 11:40 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2010-11-02 11:40 UTC (permalink / raw
  To: gentoo-commits

graaff      10/11/02 11:40:25

  Modified:             index.xml
  Log:
  Ruby Enterprise Edition is now part of the stable tree.

Revision  Changes    Path
1.16                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.15&r2=1.16

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- index.xml	30 Aug 2010 18:12:44 -0000	1.15
+++ index.xml	2 Nov 2010 11:40:25 -0000	1.16
@@ -184,10 +184,9 @@
                 <p>
                     This is an enhanced version of Ruby 1.8, featuring various
                     enhancements, most notably in that it requires less memory
-                    to run. It is available as <c>dev-lang/ruby-enterprise</c>.
-                </p>
-                <p>
-                    Ruby Enterprise Edition is currently available in the testing Portage branch on a few architectures.
+                    to run. It is available as
+                    <c>dev-lang/ruby-enterprise</c> It is available in
+                    the stable tree.
                 </p>
                 <p>
                     For more information, visit <uri link="http://www.rubyenterpriseedition.com/">http://www.rubyenterpriseedition.com/</uri>.






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2012-05-23 18:11 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2012-05-23 18:11 UTC (permalink / raw
  To: gentoo-commits

graaff      12/05/23 18:11:25

  Modified:             index.xml
  Log:
  Update status of ruby implementations.

Revision  Changes    Path
1.17                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.16&r2=1.17

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- index.xml	2 Nov 2010 11:40:25 -0000	1.16
+++ index.xml	23 May 2012 18:11:25 -0000	1.17
@@ -146,26 +146,22 @@
                     available in the stable tree, and almost all Ruby packages
                     in the tree are available for this implementation.
                 </p>
+                <impo>
+                    Regular maintenance for this version will <uri link="http://www.ruby-lang.org/en/news/2011/10/06/plans-for-1-8-7/">stop in
+                    June 2012</uri>. Upstream will continue to provide
+                    security fixes until June 2013.
+                </impo>
             </body>
         </section>
         <section>
             <title>Ruby 1.9.x (aka MRI/YARV): ruby19</title>
             <body>
                 <p>
-                    This version of Ruby is currently still masked pending
-                    resolution of some issues. It is available as the 1.9 slot
-                    of <c>dev-lang/ruby</c>.
-                    <uri link="https://bugs.gentoo.org/show_bug.cgi?id=203706">Bug 203706</uri>
-                    tracks the remaining issues.
-                </p>
-                <p>
-                    In order to test Ruby 1.9 you will need to unmask the
-                    package and also the associated <c>ruby_targets_ruby19</c> USE
-                    flag.
+                    This version of Ruby is also stable and available
+                    as the 1.9 slot of <c>dev-lang/ruby</c>. This
+                    version will become the default ruby
+                    implementation for Gentoo after the summer of 2012.
                 </p>
-                <impo>
-                    The Gentoo Ruby Team currently does not recommend using Ruby 1.9 for production environments.
-                </impo>
             </body>
         </section>
         <section>
@@ -191,6 +187,23 @@
                 <p>
                     For more information, visit <uri link="http://www.rubyenterpriseedition.com/">http://www.rubyenterpriseedition.com/</uri>.
                 </p>
+                <impo>
+                    Upstream has indicated that they <uri link="http://blog.phusion.nl/2012/02/21/ruby-enterprise-edition-1-8-7-2012-02-released-end-of-life-imminent/">will no longer
+                    support REE</uri>. Instead they suggest to use Ruby
+                    1.9. We will likely mask and later remove REE from
+                    Gentoo soonish, but with ample warning time.
+                </impo>
+            </body>
+        </section>
+        <section>
+            <title>Rubinius: rbx</title>
+            <body>
+                <p>
+                    Rubinius is currently available in the unstable
+                    tree and should be considered experimental. There
+                    are still a few packaging bugs that keep it from
+                    being used more widely.
+                </p>
             </body>
         </section>
     </extrachapter>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2012-07-07  8:07 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2012-07-07  8:07 UTC (permalink / raw
  To: gentoo-commits

graaff      12/07/07 08:07:32

  Modified:             index.xml
  Log:
  Add link to the start page on the Gentoo wiki.

Revision  Changes    Path
1.18                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.17&r2=1.18

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- index.xml	23 May 2012 18:11:25 -0000	1.17
+++ index.xml	7 Jul 2012 08:07:32 -0000	1.18
@@ -78,6 +78,7 @@
 
     <resource link="irc://irc.freenode.org/#gentoo-ruby">#gentoo-ruby on irc.freenode.net</resource>
     <resource link="http://tinyurl.com/2le9ba">Ruby bugs</resource>
+    <resource link="http://wiki.gentoo.org/index.php?title=Project:Ruby">Ruby information on the Gentoo Wiki</resource>
     <resource link="http://overlays.gentoo.org/proj/ruby/wiki">Ruby overlay and project wiki</resource>
     <resource link="http://gems.stingray.a3li.info/">RubyGem ebuilds needing an update</resource>
 






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2012-07-07  8:11 Hans de Graaff (graaff)
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff (graaff) @ 2012-07-07  8:11 UTC (permalink / raw
  To: gentoo-commits

graaff      12/07/07 08:11:34

  Modified:             index.xml
  Log:
  Use a better URL.

Revision  Changes    Path
1.19                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.18&r2=1.19

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- index.xml	7 Jul 2012 08:07:32 -0000	1.18
+++ index.xml	7 Jul 2012 08:11:34 -0000	1.19
@@ -78,7 +78,7 @@
 
     <resource link="irc://irc.freenode.org/#gentoo-ruby">#gentoo-ruby on irc.freenode.net</resource>
     <resource link="http://tinyurl.com/2le9ba">Ruby bugs</resource>
-    <resource link="http://wiki.gentoo.org/index.php?title=Project:Ruby">Ruby information on the Gentoo Wiki</resource>
+    <resource link="http://wiki.gentoo.org/wiki/Project:Ruby">Ruby information on the Gentoo Wiki</resource>
     <resource link="http://overlays.gentoo.org/proj/ruby/wiki">Ruby overlay and project wiki</resource>
     <resource link="http://gems.stingray.a3li.info/">RubyGem ebuilds needing an update</resource>
 






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2013-07-08 18:34 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 21+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-07-08 18:34 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/07/08 18:34:29

  Modified:             index.xml
  Log:
  Add myself to the ruby herd

Revision  Changes    Path
1.20                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.19&r2=1.20

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- index.xml	7 Jul 2012 08:11:34 -0000	1.19
+++ index.xml	8 Jul 2013 18:34:29 -0000	1.20
@@ -325,5 +325,5 @@
     <dev role="member">robbat2</dev>
     <dev role="member">a3li</dev>
     <dev role="member">gengor</dev>
-
+    <dev role="member">mrueg</dev>
 </project>





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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml
@ 2014-06-02  9:17 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 21+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-06-02  9:17 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/06/02 09:17:52

  Modified:             index.xml
  Log:
  Migrate ruby project page to wiki.

Revision  Changes    Path
1.21                 xml/htdocs/proj/en/prog_lang/ruby/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml?r1=1.20&r2=1.21

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ruby/index.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- index.xml	8 Jul 2013 18:34:29 -0000	1.20
+++ index.xml	2 Jun 2014 09:17:52 -0000	1.21
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?>
 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
 <!DOCTYPE project SYSTEM "/dtd/project.dtd"> 
-<project>
+<project disclaimer="obsolete" redirect="http://wiki.gentoo.org/wiki/Project:Ruby">
     <name>Ruby</name>
     <longname>Gentoo Ruby Project</longname>
     <date>02 May 2010</date>





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

end of thread, other threads:[~2014-06-02  9:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-20 12:59 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml Alex Legler (a3li)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-02  9:17 Manuel Rueger (mrueg)
2013-07-08 18:34 Manuel Rueger (mrueg)
2012-07-07  8:11 Hans de Graaff (graaff)
2012-07-07  8:07 Hans de Graaff (graaff)
2012-05-23 18:11 Hans de Graaff (graaff)
2010-11-02 11:40 Hans de Graaff (graaff)
2010-08-30 18:12 Hans de Graaff (graaff)
2010-08-30 17:58 Hans de Graaff (graaff)
2010-05-21 18:56 Alex Legler (a3li)
2010-05-02  8:54 Alex Legler (a3li)
2010-05-02  7:33 Hans de Graaff (graaff)
2010-04-26 19:52 Hans de Graaff (graaff)
2010-04-26 19:15 Hans de Graaff (graaff)
2009-04-14 19:36 Alex Legler (a3li)
2009-04-07 17:02 Alex Legler (a3li)
2009-03-09 20:02 Alex Legler (a3li)
2009-01-17 10:16 Alex Legler (a3li)
2008-07-21 14:01 Hans de Graaff (graaff)
2008-04-28  2:19 Lukasz Damentko (rane)
2008-02-05  0:14 Joshua Nichols (nichoj)

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