mrueg       14/08/01 13:48:06

  Modified:             ChangeLog
  Added:                posix-spawn-0.3.9.ebuild
  Removed:              posix-spawn-0.3.8_p20140630-r1.ebuild
                        posix-spawn-0.3.8_p20140630.ebuild
  Log:
  Version bump. Cleanup old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.9                  dev-ruby/posix-spawn/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   16 Jul 2014 13:04:42 -0000      1.8
+++ ChangeLog   1 Aug 2014 13:48:05 -0000       1.9
@@ -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.8 
2014/07/16 13:04:42 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v 1.9 
2014/08/01 13:48:05 mrueg Exp $
+
+*posix-spawn-0.3.9 (01 Aug 2014)
+
+  01 Aug 2014; Manuel Rüger <[email protected]> +posix-spawn-0.3.9.ebuild,
+  -posix-spawn-0.3.8_p20140630-r1.ebuild, -posix-spawn-0.3.8_p20140630.ebuild:
+  Version bump. Cleanup old.
 
 *posix-spawn-0.3.8_p20140630-r1 (16 Jul 2014)
 



1.1                  dev-ruby/posix-spawn/posix-spawn-0.3.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.9.ebuild?rev=1.1&content-type=text/plain

Index: posix-spawn-0.3.9.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.9.ebuild,v 1.1 
2014/08/01 13:48:05 mrueg Exp $

EAPI=5

# jruby → should be supported but does not work with "rake compile"
USE_RUBY="ruby19 ruby20 ruby21"
KEYWORDS="~amd64"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"

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/";

LICENSE="MIT LGPL-2.1"
SLOT="0"
IUSE="test"

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
}




Reply via email to