* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.18.ebuild ChangeLog
@ 2013-03-30 9:32 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2013-03-30 9:32 UTC (permalink / raw
To: gentoo-commits
graaff 13/03/30 09:32:05
Modified: ChangeLog
Added: activeresource-2.3.18.ebuild
Log:
Version bump for security bug 462452.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.152 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.151&r2=1.152
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog 27 Mar 2013 13:39:12 -0000 1.151
+++ ChangeLog 30 Mar 2013 09:32:05 -0000 1.152
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.151 2013/03/27 13:39:12 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.152 2013/03/30 09:32:05 graaff Exp $
+
+*activeresource-2.3.18 (30 Mar 2013)
+
+ 30 Mar 2013; Hans de Graaff <graaff@gentoo.org> +activeresource-2.3.18.ebuild:
+ Version bump for security bug 462452.
27 Mar 2013; Dion Moult <moult@gentoo.org> -activeresource-3.0.20.ebuild:
Remove dev-ruby/activeresource:3.0 due to lack of upstream support.
1.1 dev-ruby/activeresource/activeresource-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.1&content-type=text/plain
Index: activeresource-2.3.18.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v 1.1 2013/03/30 09:32:05 graaff Exp $
EAPI=2
USE_RUBY="ruby18 jruby"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
inherit ruby-fakegem
DESCRIPTION="Think Active Record for web resources.."
HOMEPAGE="http://rubyforge.org/projects/activeresource/"
LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
ruby_add_bdepend "
test? (
>=dev-ruby/mocha-0.9.5
)"
all_ruby_prepare() {
epatch "${FILESDIR}/${PN}-2.3.10-rails3.patch"
# Custom template not found in package
sed -i -e '/horo/d' Rakefile || die
# Avoid test broken by security fixes
sed -i -e '/test_load_yaml_array/,/^ end/ s:^:#:' test/base_test.rb || die
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:47 UTC (permalink / raw
To: gentoo-commits
ago 13/04/01 14:47:28
Modified: activeresource-2.3.18.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #462452
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-ruby/activeresource/activeresource-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?r1=1.1&r2=1.2
Index: activeresource-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activeresource-2.3.18.ebuild 30 Mar 2013 09:32:05 -0000 1.1
+++ activeresource-2.3.18.ebuild 1 Apr 2013 14:47:28 -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/activeresource/activeresource-2.3.18.ebuild,v 1.1 2013/03/30 09:32:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v 1.2 2013/04/01 14:47:28 ago Exp $
EAPI=2
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
1.155 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 31 Mar 2013 07:43:36 -0000 1.154
+++ ChangeLog 1 Apr 2013 14:47:28 -0000 1.155
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.154 2013/03/31 07:43:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.155 2013/04/01 14:47:28 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
+ Stable for amd64, wrt bug #462452
*activeresource-3.2.13 (31 Mar 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:49 UTC (permalink / raw
To: gentoo-commits
ago 13/04/01 14:49:54
Modified: activeresource-2.3.18.ebuild ChangeLog
Log:
Stable for x86, wrt bug #462452
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-ruby/activeresource/activeresource-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?r1=1.2&r2=1.3
Index: activeresource-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activeresource-2.3.18.ebuild 1 Apr 2013 14:47:28 -0000 1.2
+++ activeresource-2.3.18.ebuild 1 Apr 2013 14:49:54 -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/activeresource/activeresource-2.3.18.ebuild,v 1.2 2013/04/01 14:47:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v 1.3 2013/04/01 14:49:54 ago Exp $
EAPI=2
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
1.156 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 1 Apr 2013 14:47:28 -0000 1.155
+++ ChangeLog 1 Apr 2013 14:49:54 -0000 1.156
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.155 2013/04/01 14:47:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.156 2013/04/01 14:49:54 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
+ Stable for x86, wrt bug #462452
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
Stable for amd64, wrt bug #462452
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:51 UTC (permalink / raw
To: gentoo-commits
ago 13/04/01 14:51:16
Modified: activeresource-2.3.18.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #462452
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-ruby/activeresource/activeresource-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?r1=1.3&r2=1.4
Index: activeresource-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activeresource-2.3.18.ebuild 1 Apr 2013 14:49:54 -0000 1.3
+++ activeresource-2.3.18.ebuild 1 Apr 2013 14:51:16 -0000 1.4
@@ -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/activeresource/activeresource-2.3.18.ebuild,v 1.3 2013/04/01 14:49:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v 1.4 2013/04/01 14:51:16 ago Exp $
EAPI=2
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ~ppc64 x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
1.157 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.156&r2=1.157
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog 1 Apr 2013 14:49:54 -0000 1.156
+++ ChangeLog 1 Apr 2013 14:51:16 -0000 1.157
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.156 2013/04/01 14:49:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.157 2013/04/01 14:51:16 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
+ Stable for ppc, wrt bug #462452
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
Stable for x86, wrt bug #462452
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:52 UTC (permalink / raw
To: gentoo-commits
ago 13/04/01 14:52:38
Modified: activeresource-2.3.18.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #462452
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-ruby/activeresource/activeresource-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild?r1=1.4&r2=1.5
Index: activeresource-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activeresource-2.3.18.ebuild 1 Apr 2013 14:51:16 -0000 1.4
+++ activeresource-2.3.18.ebuild 1 Apr 2013 14:52:38 -0000 1.5
@@ -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/activeresource/activeresource-2.3.18.ebuild,v 1.4 2013/04/01 14:51:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.18.ebuild,v 1.5 2013/04/01 14:52:38 ago Exp $
EAPI=2
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ppc ~ppc64 x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
1.158 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.157&r2=1.158
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog 1 Apr 2013 14:51:16 -0000 1.157
+++ ChangeLog 1 Apr 2013 14:52:38 -0000 1.158
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.157 2013/04/01 14:51:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.158 2013/04/01 14:52:38 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
+ Stable for ppc64, wrt bug #462452
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
Stable for ppc, wrt bug #462452
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-04-01 14:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 9:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.18.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2013-04-01 14:47 Agostino Sarubbo (ago)
2013-04-01 14:49 Agostino Sarubbo (ago)
2013-04-01 14:51 Agostino Sarubbo (ago)
2013-04-01 14:52 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox