* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ruby-termios-0.9.6-r1.ebuild ChangeLog
@ 2010-08-21 20:53 Diego Petteno (flameeyes)
0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-08-21 20:53 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/08/21 20:53:22
Modified: ruby-termios-0.9.6-r1.ebuild ChangeLog
Log:
Remove unused file. Remove examples USE flag, always install them (uncompressed), and die on tests' failure.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?r1=1.1&r2=1.2
Index: ruby-termios-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-termios-0.9.6-r1.ebuild 5 Jul 2010 19:00:11 -0000 1.1
+++ ruby-termios-0.9.6-r1.ebuild 21 Aug 2010 20:53:22 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.1 2010/07/05 19:00:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.2 2010/08/21 20:53:22 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,7 @@
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE="examples"
+IUSE=""
S="${WORKDIR}/arika-${PN}-94fd9ac"
@@ -26,7 +26,7 @@
}
each_ruby_test() {
- ${RUBY} test/test0.rb
+ ${RUBY} test/test0.rb || die "tests failed"
}
each_ruby_install() {
@@ -35,5 +35,7 @@
all_ruby_install() {
dodoc ChangeLog README termios.rd
- use examples && docinto examples && dodoc examples/*
+
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/* || die
}
1.25 dev-ruby/ruby-termios/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 5 Jul 2010 19:00:11 -0000 1.24
+++ ChangeLog 21 Aug 2010 20:53:22 -0000 1.25
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-termios
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.24 2010/07/05 19:00:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.25 2010/08/21 20:53:22 flameeyes Exp $
+
+ 21 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -files/ruby-termios-ruby19.patch, ruby-termios-0.9.6-r1.ebuild:
+ Remove unused file. Remove examples USE flag, always install them
+ (uncompressed), and die on tests' failure.
*ruby-termios-0.9.6-r1 (05 Jul 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ruby-termios-0.9.6-r1.ebuild ChangeLog
@ 2010-08-22 15:54 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-08-22 15:54 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/08/22 15:54:46
Modified: ruby-termios-0.9.6-r1.ebuild ChangeLog
Log:
x86 stable wrt bug #333865
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.3 dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?r1=1.2&r2=1.3
Index: ruby-termios-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-termios-0.9.6-r1.ebuild 21 Aug 2010 20:53:22 -0000 1.2
+++ ruby-termios-0.9.6-r1.ebuild 22 Aug 2010 15:54:46 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.2 2010/08/21 20:53:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.3 2010/08/22 15:54:46 phajdan.jr Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -12,7 +12,7 @@
SRC_URI="http://github.com/arika/ruby-termios/tarball/version_0_9_6 -> ${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
IUSE=""
S="${WORKDIR}/arika-${PN}-94fd9ac"
1.26 dev-ruby/ruby-termios/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 21 Aug 2010 20:53:22 -0000 1.25
+++ ChangeLog 22 Aug 2010 15:54:46 -0000 1.26
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-termios
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.25 2010/08/21 20:53:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.26 2010/08/22 15:54:46 phajdan.jr Exp $
+
+ 22 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ ruby-termios-0.9.6-r1.ebuild:
+ x86 stable wrt bug #333865
21 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-files/ruby-termios-ruby19.patch, ruby-termios-0.9.6-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ruby-termios-0.9.6-r1.ebuild ChangeLog
@ 2010-08-23 16:11 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-23 16:11 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/23 16:11:53
Modified: ruby-termios-0.9.6-r1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #333865
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?r1=1.3&r2=1.4
Index: ruby-termios-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-termios-0.9.6-r1.ebuild 22 Aug 2010 15:54:46 -0000 1.3
+++ ruby-termios-0.9.6-r1.ebuild 23 Aug 2010 16:11:53 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.3 2010/08/22 15:54:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.4 2010/08/23 16:11:53 hwoarang Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -12,7 +12,7 @@
SRC_URI="http://github.com/arika/ruby-termios/tarball/version_0_9_6 -> ${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
IUSE=""
S="${WORKDIR}/arika-${PN}-94fd9ac"
1.27 dev-ruby/ruby-termios/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 22 Aug 2010 15:54:46 -0000 1.26
+++ ChangeLog 23 Aug 2010 16:11:53 -0000 1.27
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-termios
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.26 2010/08/22 15:54:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.27 2010/08/23 16:11:53 hwoarang Exp $
+
+ 23 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ ruby-termios-0.9.6-r1.ebuild:
+ Stable on amd64 wrt bug #333865
22 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
ruby-termios-0.9.6-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ruby-termios-0.9.6-r1.ebuild ChangeLog
@ 2010-09-05 16:59 Raul Porcel (armin76)
0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-05 16:59 UTC (permalink / raw
To: gentoo-commits
armin76 10/09/05 16:59:13
Modified: ruby-termios-0.9.6-r1.ebuild ChangeLog
Log:
alpha/ia64 stable wrt #333865
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.5 dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?r1=1.4&r2=1.5
Index: ruby-termios-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-termios-0.9.6-r1.ebuild 23 Aug 2010 16:11:53 -0000 1.4
+++ ruby-termios-0.9.6-r1.ebuild 5 Sep 2010 16:59:13 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.4 2010/08/23 16:11:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.5 2010/09/05 16:59:13 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -12,7 +12,7 @@
SRC_URI="http://github.com/arika/ruby-termios/tarball/version_0_9_6 -> ${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
IUSE=""
S="${WORKDIR}/arika-${PN}-94fd9ac"
1.28 dev-ruby/ruby-termios/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 23 Aug 2010 16:11:53 -0000 1.27
+++ ChangeLog 5 Sep 2010 16:59:13 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-termios
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.27 2010/08/23 16:11:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.28 2010/09/05 16:59:13 armin76 Exp $
+
+ 05 Sep 2010; Raúl Porcel <armin76@gentoo.org>
+ ruby-termios-0.9.6-r1.ebuild:
+ alpha/ia64 stable wrt #333865
23 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
ruby-termios-0.9.6-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ruby-termios-0.9.6-r1.ebuild ChangeLog
@ 2010-12-28 8:52 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2010-12-28 8:52 UTC (permalink / raw
To: gentoo-commits
graaff 10/12/28 08:52:30
Modified: ruby-termios-0.9.6-r1.ebuild ChangeLog
Log:
Keyword ~x86-macos.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?r1=1.5&r2=1.6
Index: ruby-termios-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-termios-0.9.6-r1.ebuild 5 Sep 2010 16:59:13 -0000 1.5
+++ ruby-termios-0.9.6-r1.ebuild 28 Dec 2010 08:52:30 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.5 2010/09/05 16:59:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.6 2010/12/28 08:52:30 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -12,7 +12,7 @@
SRC_URI="http://github.com/arika/ruby-termios/tarball/version_0_9_6 -> ${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86 ~x86-macos"
IUSE=""
S="${WORKDIR}/arika-${PN}-94fd9ac"
1.30 dev-ruby/ruby-termios/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 6 Sep 2010 18:50:53 -0000 1.29
+++ ChangeLog 28 Dec 2010 08:52:30 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-termios
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.29 2010/09/06 18:50:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.30 2010/12/28 08:52:30 graaff Exp $
+
+ 28 Dec 2010; Hans de Graaff <graaff@gentoo.org>
+ ruby-termios-0.9.6-r1.ebuild:
+ Keyword ~x86-macos.
06 Sep 2010; Hans de Graaff <graaff@gentoo.org>
-ruby-termios-0.9.6.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-12-28 8:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-21 20:53 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ruby-termios-0.9.6-r1.ebuild ChangeLog Diego Petteno (flameeyes)
-- strict thread matches above, loose matches on Subject: below --
2010-08-22 15:54 PaweA Hajdan (phajdan.jr)
2010-08-23 16:11 Markos Chandras (hwoarang)
2010-09-05 16:59 Raul Porcel (armin76)
2010-12-28 8:52 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox