public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rueger (mrueg)" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/posix-spawn: posix-spawn-0.3.8_p20140630.ebuild ChangeLog
Date: Wed, 16 Jul 2014 02:11:55 +0000 (UTC)	[thread overview]
Message-ID: <20140716021155.481A02004F@flycatcher.gentoo.org> (raw)

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
}





             reply	other threads:[~2014-07-16  2:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-16  2:11 Manuel Rueger (mrueg) [this message]
  -- strict thread matches above, loose matches on Subject: below --
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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140716021155.481A02004F@flycatcher.gentoo.org \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox