* [gentoo-commits] gentoo-x86 commit in dev-ruby/posix-spawn: posix-spawn-0.3.8_p20140630.ebuild ChangeLog
@ 2014-07-16 2:11 Manuel Rueger (mrueg)
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-07-16 2:11 UTC (permalink / raw
To: gentoo-commits
mrueg 14/07/16 02:11:55
Modified: ChangeLog
Added: posix-spawn-0.3.8_p20140630.ebuild
Log:
Add snapshot. Ruby20 support. Fixed tests.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.6 dev-ruby/posix-spawn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 21 May 2014 01:45:51 -0000 1.5
+++ ChangeLog 16 Jul 2014 02:11:55 -0000 1.6
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/posix-spawn
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v 1.5 2014/05/21 01:45:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v 1.6 2014/07/16 02:11:55 mrueg Exp $
+
+*posix-spawn-0.3.8_p20140630 (16 Jul 2014)
+
+ 16 Jul 2014; Manuel Rüger <mrueg@gentoo.org>
+ +posix-spawn-0.3.8_p20140630.ebuild:
+ Add snapshot. Ruby20 support. Fixed tests.
21 May 2014; Manuel Rüger <mrueg@gentoo.org> posix-spawn-0.3.8.ebuild:
Remove ruby18 target.
1.1 dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild?rev=1.1&content-type=text/plain
Index: posix-spawn-0.3.8_p20140630.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild,v 1.1 2014/07/16 02:11:54 mrueg Exp $
EAPI=5
# jruby → should be supported but does not work with "rake compile"
USE_RUBY="ruby19 ruby20"
KEYWORDS="~amd64"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
RUBY_FAKEGEM_VERSION="0.3.8.20140630"
inherit ruby-fakegem
DESCRIPTION="The posix-spawn library aims to implement a subset of the Ruby 1.9 Process::spawn"
HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
COMMIT_ID="25a0806ce0335faf958834d9dd6a41ff2288fa56"
SRC_URI="https://github.com/rtomayko/posix-spawn/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT LGPL-2.1"
SLOT="0"
IUSE="test"
RUBY_S="${PN}-${COMMIT_ID}"
each_ruby_configure() {
${RUBY} -Cext extconf.rb || die
}
each_ruby_compile() {
emake V=1 -Cext
cp ext/*$(get_modname) lib/ || die
}
each_ruby_test() {
${RUBY} -Ilib -S testrb test || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/posix-spawn: posix-spawn-0.3.8_p20140630.ebuild ChangeLog
@ 2014-07-16 5:24 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2014-07-16 5:24 UTC (permalink / raw
To: gentoo-commits
graaff 14/07/16 05:24:53
Modified: posix-spawn-0.3.8_p20140630.ebuild ChangeLog
Log:
Whitespace.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.2 dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild?r1=1.1&r2=1.2
Index: posix-spawn-0.3.8_p20140630.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- posix-spawn-0.3.8_p20140630.ebuild 16 Jul 2014 02:11:54 -0000 1.1
+++ posix-spawn-0.3.8_p20140630.ebuild 16 Jul 2014 05:24:53 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild,v 1.1 2014/07/16 02:11:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.8_p20140630.ebuild,v 1.2 2014/07/16 05:24:53 graaff Exp $
EAPI=5
@@ -25,7 +25,6 @@
RUBY_S="${PN}-${COMMIT_ID}"
-
each_ruby_configure() {
${RUBY} -Cext extconf.rb || die
}
1.7 dev-ruby/posix-spawn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 16 Jul 2014 02:11:55 -0000 1.6
+++ ChangeLog 16 Jul 2014 05:24:53 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/posix-spawn
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v 1.6 2014/07/16 02:11:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v 1.7 2014/07/16 05:24:53 graaff Exp $
+
+ 16 Jul 2014; Hans de Graaff <graaff@gentoo.org>
+ posix-spawn-0.3.8_p20140630.ebuild:
+ Whitespace.
*posix-spawn-0.3.8_p20140630 (16 Jul 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-16 5:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 5:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/posix-spawn: posix-spawn-0.3.8_p20140630.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2014-07-16 2:11 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox