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/http-cookie: http-cookie-1.0.2.ebuild ChangeLog
Date: Sat,  2 Aug 2014 01:21:27 +0000 (UTC)	[thread overview]
Message-ID: <20140802012128.A0DCB2004E@flycatcher.gentoo.org> (raw)

mrueg       14/08/02 01:21:27

  Modified:             http-cookie-1.0.2.ebuild ChangeLog
  Log:
  Add ruby21 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/http-cookie/http-cookie-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?r1=1.2&r2=1.3

Index: http-cookie-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http-cookie-1.0.2.ebuild	3 May 2014 07:10:03 -0000	1.2
+++ http-cookie-1.0.2.ebuild	2 Aug 2014 01:21:27 -0000	1.3
@@ -1,10 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.2 2014/05/03 07:10:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.3 2014/08/02 01:21:27 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 
 inherit ruby-fakegem
@@ -20,5 +21,10 @@
 ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"
 
 all_ruby_prepare() {
-	sed -i -e "/simplecov/d" Rakefile || die
+	sed -i -e "/simplecov/d" -e "/bundler/d" Rakefile || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib test/test_http_cookie.rb || die
+	${RUBY} -Ilib test/test_http_cookie_jar.rb || die
 }



1.3                  dev-ruby/http-cookie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	3 May 2014 07:10:03 -0000	1.2
+++ ChangeLog	2 Aug 2014 01:21:27 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/http-cookie
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.2 2014/05/03 07:10:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.3 2014/08/02 01:21:27 mrueg Exp $
+
+  02 Aug 2014; Manuel Rüger <mrueg@gentoo.org> http-cookie-1.0.2.ebuild:
+  Add ruby21 support.
 
   03 May 2014; Hans de Graaff <graaff@gentoo.org> http-cookie-1.0.2.ebuild:
   Add missing dependency on dev-ruby/domain_name.





             reply	other threads:[~2014-08-02  1:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-02  1:21 Manuel Rueger (mrueg) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-05 10:21 [gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: http-cookie-1.0.2.ebuild ChangeLog Agostino Sarubbo (ago)
2015-02-10  9:27 Agostino Sarubbo (ago)
2015-03-29 12:04 Agostino Sarubbo (ago)
2015-03-29 12:04 Agostino Sarubbo (ago)

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=20140802012128.A0DCB2004E@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