* [gentoo-commits] gentoo-x86 commit in dev-ruby/fast_xs: fast_xs-0.8.0.ebuild ChangeLog
@ 2012-01-25 1:19 Diego Petteno (flameeyes)
0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-01-25 1:19 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/01/25 01:19:31
Modified: fast_xs-0.8.0.ebuild ChangeLog
Log:
Add ruby19 to the supported targets (with a patch to fix the tests).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/fast_xs/fast_xs-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?r1=1.1&r2=1.2
Index: fast_xs-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fast_xs-0.8.0.ebuild 25 Jan 2012 00:52:49 -0000 1.1
+++ fast_xs-0.8.0.ebuild 25 Jan 2012 01:19:31 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.1 2012/01/25 00:52:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.2 2012/01/25 01:19:31 flameeyes Exp $
EAPI=4
-USE_RUBY="ruby18 ree18"
+USE_RUBY="ruby18 ree18 ruby19"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
@@ -24,6 +24,8 @@
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )"
ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.3.2 virtual/ruby-test-unit )"
+RUBY_PATCHES=( "${P}+ruby-1.9.patch" )
+
each_ruby_configure() {
${RUBY} -Cext/fast_xs extconf.rb || die "extconf.rb failed"
${RUBY} -Cext/fast_xs_extra extconf.rb || die "extconf.rb failed"
1.4 dev-ruby/fast_xs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 25 Jan 2012 00:52:49 -0000 1.3
+++ ChangeLog 25 Jan 2012 01:19:31 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fast_xs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.3 2012/01/25 00:52:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.4 2012/01/25 01:19:31 flameeyes Exp $
+
+ 25 Jan 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ +files/fast_xs-0.8.0+ruby-1.9.patch, fast_xs-0.8.0.ebuild:
+ Add ruby19 to the supported targets (with a patch to fix the tests).
*fast_xs-0.8.0 (25 Jan 2012)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fast_xs: fast_xs-0.8.0.ebuild ChangeLog
@ 2012-04-28 23:46 Diego Petteno (flameeyes)
0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-04-28 23:46 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/04/28 23:46:51
Modified: fast_xs-0.8.0.ebuild ChangeLog
Log:
Fix testing: add rack and mongrel to dependencies (the latter only in ruby18), and run the tests sequentially instead of all at once.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-ruby/fast_xs/fast_xs-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?r1=1.4&r2=1.5
Index: fast_xs-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fast_xs-0.8.0.ebuild 28 Mar 2012 20:25:08 -0000 1.4
+++ fast_xs-0.8.0.ebuild 28 Apr 2012 23:46:50 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.4 2012/03/28 20:25:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.5 2012/04/28 23:46:50 flameeyes Exp $
EAPI=4
@@ -22,7 +22,13 @@
IUSE=""
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )"
-ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.3.2 virtual/ruby-test-unit )"
+ruby_add_bdepend "test? (
+ >=dev-ruby/hoe-2.3.2
+ virtual/ruby-test-unit
+ dev-ruby/rack
+)"
+
+USE_RUBY="ruby18" ruby_add_bdepend "test? ( www-servers/mongrel )"
RUBY_PATCHES=( "${P}+ruby-1.9.patch" )
@@ -37,3 +43,12 @@
emake -Cext/fast_xs_extra CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make extension failed"
cp ext/fast_xs_extra/fast_xs_extra$(get_modname) lib/ || die
}
+
+each_ruby_test() {
+ # the Rakefile tries to run all the tests in a single process, but
+ # this breaks the monkey-patchers, we're forced to run them one by
+ # one.
+ for tu in test/test_*.rb; do
+ ${RUBY} -Ilib $tu || die "test $tu failed"
+ done
+}
1.7 dev-ruby/fast_xs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 28 Mar 2012 20:25:08 -0000 1.6
+++ ChangeLog 28 Apr 2012 23:46:50 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fast_xs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.6 2012/03/28 20:25:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.7 2012/04/28 23:46:50 flameeyes Exp $
+
+ 28 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org> fast_xs-0.8.0.ebuild:
+ Fix testing: add rack and mongrel to dependencies (the latter only in ruby18),
+ and run the tests sequentially instead of all at once.
28 Mar 2012; Brent Baude <ranger@gentoo.org> fast_xs-0.8.0.ebuild:
Marking fast_xs-0.8.0 ~ppc64 for bug 405757
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fast_xs: fast_xs-0.8.0.ebuild ChangeLog
@ 2012-09-17 19:22 Fabian Groffen (grobian)
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2012-09-17 19:22 UTC (permalink / raw
To: gentoo-commits
grobian 12/09/17 19:22:54
Modified: fast_xs-0.8.0.ebuild ChangeLog
Log:
Marked ~x86-solaris
(Portage version: 2.2.01.21003-prefix/cvs/SunOS i386)
Revision Changes Path
1.9 dev-ruby/fast_xs/fast_xs-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?r1=1.8&r2=1.9
Index: fast_xs-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fast_xs-0.8.0.ebuild 15 Aug 2012 09:19:20 -0000 1.8
+++ fast_xs-0.8.0.ebuild 17 Sep 2012 19:22:54 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.8 2012/08/15 09:19:20 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.9 2012/09/17 19:22:54 grobian Exp $
EAPI=4
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc64 x86 ~x86-fbsd ~x86-solaris"
IUSE=""
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )"
1.13 dev-ruby/fast_xs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 15 Aug 2012 09:19:20 -0000 1.12
+++ ChangeLog 17 Sep 2012 19:22:54 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fast_xs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.12 2012/08/15 09:19:20 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.13 2012/09/17 19:22:54 grobian Exp $
+
+ 17 Sep 2012; Fabian Groffen <grobian@gentoo.org> fast_xs-0.8.0.ebuild:
+ Marked ~x86-solaris
15 Aug 2012; Johannes Huber <johu@gentoo.org> fast_xs-0.8.0.ebuild:
Stable for x86, wrt bug #428698
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fast_xs: fast_xs-0.8.0.ebuild ChangeLog
@ 2012-10-28 18:13 Raul Porcel (armin76)
0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-28 18:13 UTC (permalink / raw
To: gentoo-commits
armin76 12/10/28 18:13:38
Modified: fast_xs-0.8.0.ebuild ChangeLog
Log:
Add ~alpha
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-ruby/fast_xs/fast_xs-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?r1=1.11&r2=1.12
Index: fast_xs-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fast_xs-0.8.0.ebuild 28 Oct 2012 18:10:56 -0000 1.11
+++ fast_xs-0.8.0.ebuild 28 Oct 2012 18:13:38 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.11 2012/10/28 18:10:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.12 2012/10/28 18:13:38 armin76 Exp $
EAPI=4
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris"
IUSE=""
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )"
1.16 dev-ruby/fast_xs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 28 Oct 2012 18:10:56 -0000 1.15
+++ ChangeLog 28 Oct 2012 18:13:38 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fast_xs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.15 2012/10/28 18:10:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.16 2012/10/28 18:13:38 armin76 Exp $
+
+ 28 Oct 2012; Raúl Porcel <armin76@gentoo.org> fast_xs-0.8.0.ebuild:
+ Add ~alpha
28 Oct 2012; Raúl Porcel <armin76@gentoo.org> fast_xs-0.8.0.ebuild:
Add ~alpha/~ia64/~sparc wrt #405757
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fast_xs: fast_xs-0.8.0.ebuild ChangeLog
@ 2013-01-15 5:16 Richard Farina (zerochaos)
0 siblings, 0 replies; 5+ messages in thread
From: Richard Farina (zerochaos) @ 2013-01-15 5:16 UTC (permalink / raw
To: gentoo-commits
zerochaos 13/01/15 05:16:25
Modified: fast_xs-0.8.0.ebuild ChangeLog
Log:
adding ~arm keywords to net-analyzer/metasploit rdeps
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path
1.13 dev-ruby/fast_xs/fast_xs-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?r1=1.12&r2=1.13
Index: fast_xs-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fast_xs-0.8.0.ebuild 28 Oct 2012 18:13:38 -0000 1.12
+++ fast_xs-0.8.0.ebuild 15 Jan 2013 05:16:24 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.12 2012/10/28 18:13:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.13 2013/01/15 05:16:24 zerochaos Exp $
EAPI=4
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris"
IUSE=""
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )"
1.18 dev-ruby/fast_xs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 28 Oct 2012 18:14:18 -0000 1.17
+++ ChangeLog 15 Jan 2013 05:16:24 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fast_xs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.17 2012/10/28 18:14:18 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.18 2013/01/15 05:16:24 zerochaos Exp $
+
+ 15 Jan 2013; Rick Farina <zerochaos@gentoo.org> fast_xs-0.8.0.ebuild:
+ adding ~arm keywords to net-analyzer/metasploit rdeps
28 Oct 2012; Raúl Porcel <armin76@gentoo.org> fast_xs-0.8.0.ebuild:
Add ~alpha/~ia64/~sparc wrt #405757
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-15 5:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 18:13 [gentoo-commits] gentoo-x86 commit in dev-ruby/fast_xs: fast_xs-0.8.0.ebuild ChangeLog Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2013-01-15 5:16 Richard Farina (zerochaos)
2012-09-17 19:22 Fabian Groffen (grobian)
2012-04-28 23:46 Diego Petteno (flameeyes)
2012-01-25 1:19 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox