public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/addressable: addressable-2.3.3.ebuild ChangeLog
@ 2013-02-23  7:18 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2013-02-23  7:18 UTC (permalink / raw
  To: gentoo-commits

graaff      13/02/23 07:18:47

  Modified:             ChangeLog
  Added:                addressable-2.3.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.28                 dev-ruby/addressable/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	1 Jan 2013 09:04:02 -0000	1.27
+++ ChangeLog	23 Feb 2013 07:18:47 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/addressable
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.27 2013/01/01 09:04:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.28 2013/02/23 07:18:47 graaff Exp $
+
+*addressable-2.3.3 (23 Feb 2013)
+
+  23 Feb 2013; Hans de Graaff <graaff@gentoo.org> +addressable-2.3.3.ebuild:
+  Version bump.
 
   01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> addressable-2.3.2.ebuild:
   Stable for x86, wrt bug #448672



1.1                  dev-ruby/addressable/addressable-2.3.3.ebuild

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

Index: addressable-2.3.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild,v 1.1 2013/02/23 07:18:47 graaff Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 jruby ree18"

RUBY_FAKEGEM_TASK_DOC="doc:yard"
RUBY_FAKEGEM_RECIPE_TEST="rspec"

RAKE_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"

RUBY_FAKEGEM_EXTRAINSTALL="data"

inherit ruby-fakegem

DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library."
HOMEPAGE="http://addressable.rubyforge.org/"

LICENSE="Apache-2.0"

SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"

ruby_add_bdepend "doc? ( dev-ruby/yard )"
ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"

all_ruby_prepare() {
	# Remove spec-related tasks so that we don't need to require rspec
	# just to build the documentation, bug 383611.
	sed -i -e '/spectask/d' Rakefile || die
	rm tasks/rspec.rake || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/addressable: addressable-2.3.3.ebuild ChangeLog
@ 2013-04-05 11:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 11:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 11:50:50

  Modified:             addressable-2.3.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-ruby/addressable/addressable-2.3.3.ebuild

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

Index: addressable-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- addressable-2.3.3.ebuild	23 Feb 2013 07:18:47 -0000	1.1
+++ addressable-2.3.3.ebuild	5 Apr 2013 11:50:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild,v 1.1 2013/02/23 07:18:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild,v 1.2 2013/04/05 11:50:50 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19 jruby ree18"
@@ -21,7 +21,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "doc? ( dev-ruby/yard )"



1.29                 dev-ruby/addressable/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	23 Feb 2013 07:18:47 -0000	1.28
+++ ChangeLog	5 Apr 2013 11:50:50 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/addressable
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.28 2013/02/23 07:18:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.29 2013/04/05 11:50:50 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> addressable-2.3.3.ebuild:
+  Stable for amd64, wrt bug #464366
 
 *addressable-2.3.3 (23 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/addressable: addressable-2.3.3.ebuild ChangeLog
@ 2013-04-05 12:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 12:07 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 12:07:19

  Modified:             addressable-2.3.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-ruby/addressable/addressable-2.3.3.ebuild

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

Index: addressable-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- addressable-2.3.3.ebuild	5 Apr 2013 11:50:50 -0000	1.2
+++ addressable-2.3.3.ebuild	5 Apr 2013 12:07:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild,v 1.2 2013/04/05 11:50:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild,v 1.3 2013/04/05 12:07:19 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19 jruby ree18"
@@ -21,7 +21,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "doc? ( dev-ruby/yard )"



1.30                 dev-ruby/addressable/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	5 Apr 2013 11:50:50 -0000	1.29
+++ ChangeLog	5 Apr 2013 12:07:19 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/addressable
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.29 2013/04/05 11:50:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.30 2013/04/05 12:07:19 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> addressable-2.3.3.ebuild:
+  Stable for x86, wrt bug #464366
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> addressable-2.3.3.ebuild:
   Stable for amd64, wrt bug #464366





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

end of thread, other threads:[~2013-04-05 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 11:50 [gentoo-commits] gentoo-x86 commit in dev-ruby/addressable: addressable-2.3.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-05 12:07 Agostino Sarubbo (ago)
2013-02-23  7:18 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox