public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-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:51

  Modified:             ChangeLog
  Added:                actionmailer-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.232                dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog	27 Mar 2013 13:35:31 -0000	1.231
+++ ChangeLog	30 Mar 2013 09:32:51 -0000	1.232
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.231 2013/03/27 13:35:31 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.232 2013/03/30 09:32:51 graaff Exp $
+
+*actionmailer-2.3.18 (30 Mar 2013)
+
+  30 Mar 2013; Hans de Graaff <graaff@gentoo.org> +actionmailer-2.3.18.ebuild:
+  Version bump for security bug 462452.
 
   27 Mar 2013; Dion Moult <moult@gentoo.org> -actionmailer-3.0.20.ebuild:
   Remove dev-ruby/actionmailer:3.0 due to lack of upstream support



1.1                  dev-ruby/actionmailer/actionmailer-2.3.18.ebuild

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

Index: actionmailer-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/actionmailer/actionmailer-2.3.18.ebuild,v 1.1 2013/03/30 09:32:51 graaff Exp $

EAPI=2
USE_RUBY="ruby18 jruby"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"

inherit ruby-fakegem

DESCRIPTION="Framework for designing email-service layers"
HOMEPAGE="http://rubyforge.org/projects/actionmailer/"

LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

RUBY_PATCHES=( "${PN}-2.3.10-rails3.patch" )

ruby_add_rdepend "~dev-ruby/actionpack-${PV}
	>=dev-ruby/text-format-0.6.3
	>=dev-ruby/tmail-1.2.3"
ruby_add_bdepend "test? (
	>=dev-ruby/mocha-0.9.5
	virtual/ruby-test-unit
)"

all_ruby_prepare() {
	# Custom template not found in package
	sed -i -e '/horo/d' Rakefile || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-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:58

  Modified:             actionmailer-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/actionmailer/actionmailer-2.3.18.ebuild

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

Index: actionmailer-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionmailer-2.3.18.ebuild	30 Mar 2013 09:32:51 -0000	1.1
+++ actionmailer-2.3.18.ebuild	1 Apr 2013 14:47:58 -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/actionmailer/actionmailer-2.3.18.ebuild,v 1.1 2013/03/30 09:32:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v 1.2 2013/04/01 14:47:58 ago Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${PN}-2.3.10-rails3.patch" )



1.235                dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog	31 Mar 2013 07:44:14 -0000	1.234
+++ ChangeLog	1 Apr 2013 14:47:58 -0000	1.235
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.234 2013/03/31 07:44:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.235 2013/04/01 14:47:58 ago Exp $
+
+  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionmailer-2.3.18.ebuild:
+  Stable for amd64, wrt bug #462452
 
 *actionmailer-3.2.13 (31 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/01 14:50:19

  Modified:             actionmailer-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/actionmailer/actionmailer-2.3.18.ebuild

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

Index: actionmailer-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- actionmailer-2.3.18.ebuild	1 Apr 2013 14:47:58 -0000	1.2
+++ actionmailer-2.3.18.ebuild	1 Apr 2013 14:50: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/actionmailer/actionmailer-2.3.18.ebuild,v 1.2 2013/04/01 14:47:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v 1.3 2013/04/01 14:50:19 ago Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${PN}-2.3.10-rails3.patch" )



1.236                dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- ChangeLog	1 Apr 2013 14:47:58 -0000	1.235
+++ ChangeLog	1 Apr 2013 14:50:19 -0000	1.236
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.235 2013/04/01 14:47:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.236 2013/04/01 14:50:19 ago Exp $
+
+  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionmailer-2.3.18.ebuild:
+  Stable for x86, wrt bug #462452
 
   01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionmailer-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/actionmailer: actionmailer-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:40

  Modified:             actionmailer-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/actionmailer/actionmailer-2.3.18.ebuild

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

Index: actionmailer-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- actionmailer-2.3.18.ebuild	1 Apr 2013 14:50:19 -0000	1.3
+++ actionmailer-2.3.18.ebuild	1 Apr 2013 14:51:40 -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/actionmailer/actionmailer-2.3.18.ebuild,v 1.3 2013/04/01 14:50:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v 1.4 2013/04/01 14:51:40 ago Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${PN}-2.3.10-rails3.patch" )



1.237                dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog	1 Apr 2013 14:50:19 -0000	1.236
+++ ChangeLog	1 Apr 2013 14:51:40 -0000	1.237
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.236 2013/04/01 14:50:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.237 2013/04/01 14:51:40 ago Exp $
+
+  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionmailer-2.3.18.ebuild:
+  Stable for ppc, wrt bug #462452
 
   01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionmailer-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/actionmailer: actionmailer-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:53 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/01 14:53:03

  Modified:             actionmailer-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/actionmailer/actionmailer-2.3.18.ebuild

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

Index: actionmailer-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- actionmailer-2.3.18.ebuild	1 Apr 2013 14:51:40 -0000	1.4
+++ actionmailer-2.3.18.ebuild	1 Apr 2013 14:53:03 -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/actionmailer/actionmailer-2.3.18.ebuild,v 1.4 2013/04/01 14:51:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v 1.5 2013/04/01 14:53:03 ago Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${PN}-2.3.10-rails3.patch" )



1.238                dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog	1 Apr 2013 14:51:40 -0000	1.237
+++ ChangeLog	1 Apr 2013 14:53:03 -0000	1.238
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.237 2013/04/01 14:51:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.238 2013/04/01 14:53:03 ago Exp $
+
+  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionmailer-2.3.18.ebuild:
+  Stable for ppc64, wrt bug #462452
 
   01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionmailer-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:53 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/actionmailer: actionmailer-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:50 Agostino Sarubbo (ago)
2013-04-01 14:51 Agostino Sarubbo (ago)
2013-04-01 14:53 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