public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: http-cookie-1.0.2.ebuild ChangeLog
@ 2014-08-02  1:21 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-02  1:21 UTC (permalink / raw
  To: gentoo-commits

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: http-cookie-1.0.2.ebuild ChangeLog
@ 2015-02-05 10:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-05 10:21 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/05 10:21:22

  Modified:             http-cookie-1.0.2.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #522056
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.4&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.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- http-cookie-1.0.2.ebuild	2 Aug 2014 01:21:27 -0000	1.3
+++ http-cookie-1.0.2.ebuild	5 Feb 2015 10:21:22 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.3 2014/08/02 01:21:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.4 2015/02/05 10:21:22 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"



1.4                  dev-ruby/http-cookie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	2 Aug 2014 01:21:27 -0000	1.3
+++ ChangeLog	5 Feb 2015 10:21:22 -0000	1.4
@@ -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.3 2014/08/02 01:21:27 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.4 2015/02/05 10:21:22 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo <ago@gentoo.org> http-cookie-1.0.2.ebuild:
+  Add ~x86, wrt bug #522056
 
   02 Aug 2014; Manuel Rüger <mrueg@gentoo.org> http-cookie-1.0.2.ebuild:
   Add ruby21 support.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: http-cookie-1.0.2.ebuild ChangeLog
@ 2015-02-10  9:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-10  9:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/10 09:27:18

  Modified:             http-cookie-1.0.2.ebuild ChangeLog
  Log:
  Add ~ppc, wrt bug #522056
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.5&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.4&r2=1.5

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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- http-cookie-1.0.2.ebuild	5 Feb 2015 10:21:22 -0000	1.4
+++ http-cookie-1.0.2.ebuild	10 Feb 2015 09:27:18 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.4 2015/02/05 10:21:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.5 2015/02/10 09:27:18 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"



1.5                  dev-ruby/http-cookie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Feb 2015 10:21:22 -0000	1.4
+++ ChangeLog	10 Feb 2015 09:27:18 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/http-cookie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.4 2015/02/05 10:21:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.5 2015/02/10 09:27:18 ago Exp $
+
+  10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> http-cookie-1.0.2.ebuild:
+  Add ~ppc, wrt bug #522056
 
   05 Feb 2015; Agostino Sarubbo <ago@gentoo.org> http-cookie-1.0.2.ebuild:
   Add ~x86, wrt bug #522056





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: http-cookie-1.0.2.ebuild ChangeLog
@ 2015-03-29 12:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-29 12:04 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/29 12:04:37

  Modified:             http-cookie-1.0.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #544326
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.7&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.6&r2=1.7

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- http-cookie-1.0.2.ebuild	29 Mar 2015 07:07:12 -0000	1.6
+++ http-cookie-1.0.2.ebuild	29 Mar 2015 12:04:37 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.6 2015/03/29 07:07:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.7 2015/03/29 12:04:37 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"



1.7                  dev-ruby/http-cookie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	29 Mar 2015 07:07:12 -0000	1.6
+++ ChangeLog	29 Mar 2015 12:04:37 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/http-cookie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.6 2015/03/29 07:07:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.7 2015/03/29 12:04:37 ago Exp $
+
+  29 Mar 2015; Agostino Sarubbo <ago@gentoo.org> http-cookie-1.0.2.ebuild:
+  Stable for amd64, wrt bug #544326
 
 *http-cookie-1.0.2-r1 (29 Mar 2015)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: http-cookie-1.0.2.ebuild ChangeLog
@ 2015-03-29 12:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-29 12:04 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/29 12:04:55

  Modified:             http-cookie-1.0.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #544326
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.8&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.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- http-cookie-1.0.2.ebuild	29 Mar 2015 12:04:37 -0000	1.7
+++ http-cookie-1.0.2.ebuild	29 Mar 2015 12:04:55 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.7 2015/03/29 12:04:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.8 2015/03/29 12:04:55 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"



1.8                  dev-ruby/http-cookie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	29 Mar 2015 12:04:37 -0000	1.7
+++ ChangeLog	29 Mar 2015 12:04:55 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/http-cookie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.7 2015/03/29 12:04:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.8 2015/03/29 12:04:55 ago Exp $
+
+  29 Mar 2015; Agostino Sarubbo <ago@gentoo.org> http-cookie-1.0.2.ebuild:
+  Stable for x86, wrt bug #544326
 
   29 Mar 2015; Agostino Sarubbo <ago@gentoo.org> http-cookie-1.0.2.ebuild:
   Stable for amd64, wrt bug #544326





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-29 12:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10  9:27 [gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: http-cookie-1.0.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-29 12:04 Agostino Sarubbo (ago)
2015-03-29 12:04 Agostino Sarubbo (ago)
2015-02-05 10:21 Agostino Sarubbo (ago)
2014-08-02  1:21 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