From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O6TmY-0001iK-0b for garchives@archives.gentoo.org; Mon, 26 Apr 2010 19:15:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65BEEE08C5; Mon, 26 Apr 2010 19:15:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48441E08C5 for ; Mon, 26 Apr 2010 19:15:48 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 149731B4010 for ; Mon, 26 Apr 2010 19:15:47 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2149) id 3028A2C04C; Mon, 26 Apr 2010 19:15:46 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ruby: index.xml X-VCS-Repository: gentoo X-VCS-Files: index.xml X-VCS-Directories: xml/htdocs/proj/en/prog_lang/ruby X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Message-Id: <20100426191546.3028A2C04C@corvid.gentoo.org> Date: Mon, 26 Apr 2010 19:15:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f693a85e-4409-4b95-a279-58bd0e0e4009 X-Archives-Hash: 426e065588cdd08dfbe03e56b55d68b0 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/pro= g_lang/ruby/index.xml?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pro= g_lang/ruby/index.xml?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pro= g_lang/ruby/index.xml?r1=3D1.8&r2=3D1.9 Index: index.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ Verify USE_RUBY status for all packages i= n the tree - - Build RubyGems - Generate and test from source - -

- While packaging directly from gems is very convenient, it does hav= e some draw backs, such as=20 - not being able to readily patch and not being able to run unit tes= ts. Generating gems from=20 - source would address both these issues. -

-
- 01/08/2008 - - - Create gems-src.eclass - -
- - Project "Gemtoo": gem install replacement - Create a better way to install gems - -

While rubygems is a nice way for platforms without any pa= ckage management (like Mac OS X or Windows), - it conflicts with the Gentoo way of installing things.

-
- 01/10/2009 - - - Adapt the gem install process to our ebuild= stages - -
=09 graaff robbat2