* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-02-13 21:20 Manuel Rueger (mrueg)
0 siblings, 0 replies; 9+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-02-13 21:20 UTC (permalink / raw
To: gentoo-commits
mrueg 14/02/13 21:20:32
Modified: ChangeLog
Added: rspec-expectations-2.14.5.ebuild
Log:
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.59 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 26 Dec 2013 15:06:52 -0000 1.58
+++ ChangeLog 13 Feb 2014 21:20:31 -0000 1.59
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/rspec-expectations
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.58 2013/12/26 15:06:52 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.59 2014/02/13 21:20:31 mrueg Exp $
+
+*rspec-expectations-2.14.5 (13 Feb 2014)
+
+ 13 Feb 2014; Manuel Rüger <mrueg@gentoo.org>
+ +rspec-expectations-2.14.5.ebuild:
+ Version bump.
26 Dec 2013; Markus Meier <maekke@gentoo.org>
rspec-expectations-2.12.1.ebuild:
1.1 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.1&content-type=text/plain
Index: rspec-expectations-2.14.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.1 2014/02/13 21:20:31 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
ruby_add_bdepend "test? (
>=dev-ruby/rspec-core-2.11.0:2
>=dev-ruby/rspec-mocks-2.14.0:2
)"
all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
# Remove the Gemfile to avoid running through 'bundle exec'
rm Gemfile || die
# Remove .rspec options to avoid dependency on newer rspec when
# bootstrapping.
rm .rspec || die
# fix up the gemspecs
sed -i \
-e '/git ls/d' \
-e '/add_development_dependency/d' \
"${RUBY_FAKEGEM_GEMSPEC}" || die
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-06-01 12:48 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2014-06-01 12:48 UTC (permalink / raw
To: gentoo-commits
maekke 14/06/01 12:48:17
Modified: rspec-expectations-2.14.5.ebuild ChangeLog
Log:
arm stable, bug #505920
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.5 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?r1=1.4&r2=1.5
Index: rspec-expectations-2.14.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rspec-expectations-2.14.5.ebuild 27 Apr 2014 12:56:34 -0000 1.4
+++ rspec-expectations-2.14.5.ebuild 1 Jun 2014 12:48:17 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.4 2014/04/27 12:56:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.5 2014/06/01 12:48:17 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
1.65 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 27 Apr 2014 12:56:34 -0000 1.64
+++ ChangeLog 1 Jun 2014 12:48:17 -0000 1.65
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-expectations
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.64 2014/04/27 12:56:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.65 2014/06/01 12:48:17 maekke Exp $
+
+ 01 Jun 2014; Markus Meier <maekke@gentoo.org>
+ rspec-expectations-2.14.5.ebuild:
+ arm stable, bug #505920
27 Apr 2014; Jeroen Roovers <jer@gentoo.org>
rspec-expectations-2.14.5.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-06-08 15:37 Akinori Hattori (hattya)
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori (hattya) @ 2014-06-08 15:37 UTC (permalink / raw
To: gentoo-commits
hattya 14/06/08 15:37:15
Modified: rspec-expectations-2.14.5.ebuild ChangeLog
Log:
ia64 stable wrt bug #505920
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Revision Changes Path
1.6 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?r1=1.5&r2=1.6
Index: rspec-expectations-2.14.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rspec-expectations-2.14.5.ebuild 1 Jun 2014 12:48:17 -0000 1.5
+++ rspec-expectations-2.14.5.ebuild 8 Jun 2014 15:37:15 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.5 2014/06/01 12:48:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.6 2014/06/08 15:37:15 hattya Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
1.66 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 1 Jun 2014 12:48:17 -0000 1.65
+++ ChangeLog 8 Jun 2014 15:37:15 -0000 1.66
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-expectations
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.65 2014/06/01 12:48:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.66 2014/06/08 15:37:15 hattya Exp $
+
+ 08 Jun 2014; Akinori Hattori <hattya@gentoo.org>
+ rspec-expectations-2.14.5.ebuild:
+ ia64 stable wrt bug #505920
01 Jun 2014; Markus Meier <maekke@gentoo.org>
rspec-expectations-2.14.5.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-06-13 19:16 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-13 19:16 UTC (permalink / raw
To: gentoo-commits
jer 14/06/13 19:16:49
Modified: rspec-expectations-2.14.5.ebuild ChangeLog
Log:
Stable for HPPA (bug #505920).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.7 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?r1=1.6&r2=1.7
Index: rspec-expectations-2.14.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rspec-expectations-2.14.5.ebuild 8 Jun 2014 15:37:15 -0000 1.6
+++ rspec-expectations-2.14.5.ebuild 13 Jun 2014 19:16:49 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.6 2014/06/08 15:37:15 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.7 2014/06/13 19:16:49 jer Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
1.68 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 9 Jun 2014 07:32:23 -0000 1.67
+++ ChangeLog 13 Jun 2014 19:16:49 -0000 1.68
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-expectations
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.67 2014/06/09 07:32:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.68 2014/06/13 19:16:49 jer Exp $
+
+ 13 Jun 2014; Jeroen Roovers <jer@gentoo.org>
+ rspec-expectations-2.14.5.ebuild:
+ Stable for HPPA (bug #505920).
*rspec-expectations-2.99.0 (09 Jun 2014)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-07-14 14:02 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-07-14 14:02 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/07/14 14:02:38
Modified: rspec-expectations-2.14.5.ebuild ChangeLog
Log:
x86 stable wrt bug #505920
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.8 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?r1=1.7&r2=1.8
Index: rspec-expectations-2.14.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rspec-expectations-2.14.5.ebuild 13 Jun 2014 19:16:49 -0000 1.7
+++ rspec-expectations-2.14.5.ebuild 14 Jul 2014 14:02:38 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.7 2014/06/13 19:16:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.8 2014/07/14 14:02:38 phajdan.jr Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
1.71 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 8 Jul 2014 04:59:53 -0000 1.70
+++ ChangeLog 14 Jul 2014 14:02:38 -0000 1.71
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-expectations
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.70 2014/07/08 04:59:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.71 2014/07/14 14:02:38 phajdan.jr Exp $
+
+ 14 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ rspec-expectations-2.14.5.ebuild:
+ x86 stable wrt bug #505920
*rspec-expectations-2.99.1 (08 Jul 2014)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-08-25 16:03 Manuel Rueger (mrueg)
0 siblings, 0 replies; 9+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-25 16:03 UTC (permalink / raw
To: gentoo-commits
mrueg 14/08/25 16:03:17
Modified: rspec-expectations-2.14.5.ebuild ChangeLog
Log:
Mark amd64 stable. Bug #505920.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.10 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?r1=1.9&r2=1.10
Index: rspec-expectations-2.14.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rspec-expectations-2.14.5.ebuild 21 Jul 2014 14:54:02 -0000 1.9
+++ rspec-expectations-2.14.5.ebuild 25 Aug 2014 16:03:17 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.9 2014/07/21 14:54:02 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.10 2014/08/25 16:03:17 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
1.78 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 16 Aug 2014 14:10:16 -0000 1.77
+++ ChangeLog 25 Aug 2014 16:03:17 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rspec-expectations
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.77 2014/08/16 14:10:16 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.78 2014/08/25 16:03:17 mrueg Exp $
+
+ 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rspec-expectations-2.14.5.ebuild:
+ Mark amd64 stable. Bug #505920.
16 Aug 2014; Manuel Rüger <mrueg@gentoo.org>
-rspec-expectations-2.13.0.ebuild, -rspec-expectations-2.99.0.ebuild,
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-11-18 11:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-18 11:43 UTC (permalink / raw
To: gentoo-commits
ago 14/11/18 11:43:26
Modified: rspec-expectations-2.14.5.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #505920
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?r1=1.10&r2=1.11
Index: rspec-expectations-2.14.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rspec-expectations-2.14.5.ebuild 25 Aug 2014 16:03:17 -0000 1.10
+++ rspec-expectations-2.14.5.ebuild 18 Nov 2014 11:43:26 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.10 2014/08/25 16:03:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.11 2014/11/18 11:43:26 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
1.79 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 25 Aug 2014 16:03:17 -0000 1.78
+++ ChangeLog 18 Nov 2014 11:43:26 -0000 1.79
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-expectations
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.78 2014/08/25 16:03:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.79 2014/11/18 11:43:26 ago Exp $
+
+ 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org>
+ rspec-expectations-2.14.5.ebuild:
+ Stable for ppc, wrt bug #505920
25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rspec-expectations-2.14.5.ebuild:
Mark amd64 stable. Bug #505920.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-11-18 11:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-18 11:45 UTC (permalink / raw
To: gentoo-commits
ago 14/11/18 11:45:08
Modified: rspec-expectations-2.14.5.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #505920
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?r1=1.11&r2=1.12
Index: rspec-expectations-2.14.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rspec-expectations-2.14.5.ebuild 18 Nov 2014 11:43:26 -0000 1.11
+++ rspec-expectations-2.14.5.ebuild 18 Nov 2014 11:45:08 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.11 2014/11/18 11:43:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.12 2014/11/18 11:45:08 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
1.80 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 18 Nov 2014 11:43:26 -0000 1.79
+++ ChangeLog 18 Nov 2014 11:45:08 -0000 1.80
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-expectations
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.79 2014/11/18 11:43:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.80 2014/11/18 11:45:08 ago Exp $
+
+ 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org>
+ rspec-expectations-2.14.5.ebuild:
+ Stable for ppc64, wrt bug #505920
18 Nov 2014; Agostino Sarubbo <ago@gentoo.org>
rspec-expectations-2.14.5.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog
@ 2014-11-18 11:46 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-18 11:46 UTC (permalink / raw
To: gentoo-commits
ago 14/11/18 11:46:37
Modified: rspec-expectations-2.14.5.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #505920
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild?r1=1.12&r2=1.13
Index: rspec-expectations-2.14.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rspec-expectations-2.14.5.ebuild 18 Nov 2014 11:45:08 -0000 1.12
+++ rspec-expectations-2.14.5.ebuild 18 Nov 2014 11:46:37 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.12 2014/11/18 11:45:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.13 2014/11/18 11:46:37 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
1.81 dev-ruby/rspec-expectations/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 18 Nov 2014 11:45:08 -0000 1.80
+++ ChangeLog 18 Nov 2014 11:46:37 -0000 1.81
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-expectations
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.80 2014/11/18 11:45:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.81 2014/11/18 11:46:37 ago Exp $
+
+ 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org>
+ rspec-expectations-2.14.5.ebuild:
+ Stable for sparc, wrt bug #505920
18 Nov 2014; Agostino Sarubbo <ago@gentoo.org>
rspec-expectations-2.14.5.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-11-18 11:46 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-08 15:37 [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-expectations: rspec-expectations-2.14.5.ebuild ChangeLog Akinori Hattori (hattya)
-- strict thread matches above, loose matches on Subject: below --
2014-11-18 11:46 Agostino Sarubbo (ago)
2014-11-18 11:45 Agostino Sarubbo (ago)
2014-11-18 11:43 Agostino Sarubbo (ago)
2014-08-25 16:03 Manuel Rueger (mrueg)
2014-07-14 14:02 PaweA Hajdan (phajdan.jr)
2014-06-13 19:16 Jeroen Roovers (jer)
2014-06-01 12:48 Markus Meier (maekke)
2014-02-13 21:20 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