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.5-r1.ebuild ChangeLog
@ 2010-01-13 11:40 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-13 11:40 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/13 11:40:21

  Modified:             ChangeLog
  Added:                actionmailer-2.3.5-r1.ebuild
  Log:
  Port to ruby-fakegem.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.131                dev-ruby/actionmailer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	4 Jan 2010 10:57:10 -0000	1.130
+++ ChangeLog	13 Jan 2010 11:40:21 -0000	1.131
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.130 2010/01/04 10:57:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.131 2010/01/13 11:40:21 flameeyes Exp $
+
+*actionmailer-2.3.5-r1 (13 Jan 2010)
+
+  13 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  +actionmailer-2.3.5-r1.ebuild:
+  Port to ruby-fakegem.
 
   04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   actionmailer-2.3.5.ebuild:



1.1                  dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.1 2010/01/13 11:40:21 flameeyes Exp $

EAPI=2
USE_RUBY="ruby18"

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"
IUSE=""

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] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-01-16  8:30 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-16  8:30 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/16 08:30:36

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  move Prefix KEYWORDS over
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

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

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionmailer-2.3.5-r1.ebuild	13 Jan 2010 11:40:21 -0000	1.1
+++ actionmailer-2.3.5-r1.ebuild	16 Jan 2010 08:30:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.1 2010/01/13 11:40:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.2 2010/01/16 08:30:36 fauli Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "~dev-ruby/actionpack-${PV}



1.132                dev-ruby/actionmailer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	13 Jan 2010 11:40:21 -0000	1.131
+++ ChangeLog	16 Jan 2010 08:30:36 -0000	1.132
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.131 2010/01/13 11:40:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.132 2010/01/16 08:30:36 fauli Exp $
+
+  16 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  actionmailer-2.3.5-r1.ebuild:
+  move Prefix KEYWORDS over
 
 *actionmailer-2.3.5-r1 (13 Jan 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-01-18 20:24 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-01-18 20:24 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/18 20:24:41

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  Marking actionmailer-2.3.5-r1 ~ppc for bug 301007
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

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

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- actionmailer-2.3.5-r1.ebuild	16 Jan 2010 08:30:36 -0000	1.2
+++ actionmailer-2.3.5-r1.ebuild	18 Jan 2010 20:24:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.2 2010/01/16 08:30:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.3 2010/01/18 20:24:41 ranger Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "~dev-ruby/actionpack-${PV}



1.133                dev-ruby/actionmailer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	16 Jan 2010 08:30:36 -0000	1.132
+++ ChangeLog	18 Jan 2010 20:24:41 -0000	1.133
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.132 2010/01/16 08:30:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.133 2010/01/18 20:24:41 ranger Exp $
+
+  18 Jan 2010; Brent Baude <ranger@gentoo.org> actionmailer-2.3.5-r1.ebuild:
+  Marking actionmailer-2.3.5-r1 ~ppc for bug 301007
 
   16 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   actionmailer-2.3.5-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-01-18 20:57 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-01-18 20:57 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/18 20:57:09

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  Marking actionmailer-2.3.5-r1 ~ppc64 for bug 301007
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

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

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- actionmailer-2.3.5-r1.ebuild	18 Jan 2010 20:24:41 -0000	1.3
+++ actionmailer-2.3.5-r1.ebuild	18 Jan 2010 20:57:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.3 2010/01/18 20:24:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.4 2010/01/18 20:57:09 ranger Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "~dev-ruby/actionpack-${PV}



1.134                dev-ruby/actionmailer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.133&r2=1.134

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	18 Jan 2010 20:24:41 -0000	1.133
+++ ChangeLog	18 Jan 2010 20:57:09 -0000	1.134
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.133 2010/01/18 20:24:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.134 2010/01/18 20:57:09 ranger Exp $
+
+  18 Jan 2010; Brent Baude <ranger@gentoo.org> actionmailer-2.3.5-r1.ebuild:
+  Marking actionmailer-2.3.5-r1 ~ppc64 for bug 301007
 
   18 Jan 2010; Brent Baude <ranger@gentoo.org> actionmailer-2.3.5-r1.ebuild:
   Marking actionmailer-2.3.5-r1 ~ppc for bug 301007






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-01-25 17:10 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-25 17:10 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/25 17:10:12

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  Add ~x86 keyword, tested on a development container.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

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

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- actionmailer-2.3.5-r1.ebuild	18 Jan 2010 20:57:09 -0000	1.4
+++ actionmailer-2.3.5-r1.ebuild	25 Jan 2010 17:10:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.4 2010/01/18 20:57:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:11 flameeyes Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~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_add_rdepend "~dev-ruby/actionpack-${PV}



1.135                dev-ruby/actionmailer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	18 Jan 2010 20:57:09 -0000	1.134
+++ ChangeLog	25 Jan 2010 17:10:11 -0000	1.135
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.134 2010/01/18 20:57:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.135 2010/01/25 17:10:11 flameeyes Exp $
+
+  25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  actionmailer-2.3.5-r1.ebuild:
+  Add ~x86 keyword, tested on a development container.
 
   18 Jan 2010; Brent Baude <ranger@gentoo.org> actionmailer-2.3.5-r1.ebuild:
   Marking actionmailer-2.3.5-r1 ~ppc64 for bug 301007






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-02-01 16:44 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-02-01 16:44 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/02/01 16:44:14

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  Add support for JRuby.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?r1=1.5&r2=1.6

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- actionmailer-2.3.5-r1.ebuild	25 Jan 2010 17:10:11 -0000	1.5
+++ actionmailer-2.3.5-r1.ebuild	1 Feb 2010 16:44:13 -0000	1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.6 2010/02/01 16:44:13 flameeyes Exp $
 
 EAPI=2
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 jruby"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"



1.136                dev-ruby/actionmailer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	25 Jan 2010 17:10:11 -0000	1.135
+++ ChangeLog	1 Feb 2010 16:44:13 -0000	1.136
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.135 2010/01/25 17:10:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.136 2010/02/01 16:44:13 flameeyes Exp $
+
+  01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  actionmailer-2.3.5-r1.ebuild:
+  Add support for JRuby.
 
   25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   actionmailer-2.3.5-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-02-13 20:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-13 20:37 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/13 20:37:10

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  Add ~sparc
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.7                  dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?r1=1.6&r2=1.7

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- actionmailer-2.3.5-r1.ebuild	1 Feb 2010 16:44:13 -0000	1.6
+++ actionmailer-2.3.5-r1.ebuild	13 Feb 2010 20:37:09 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.6 2010/02/01 16:44:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.7 2010/02/13 20:37:09 armin76 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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "~dev-ruby/actionpack-${PV}



1.137                dev-ruby/actionmailer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	1 Feb 2010 16:44:13 -0000	1.136
+++ ChangeLog	13 Feb 2010 20:37:09 -0000	1.137
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.136 2010/02/01 16:44:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.137 2010/02/13 20:37:09 armin76 Exp $
+
+  13 Feb 2010; Raúl Porcel <armin76@gentoo.org>
+  actionmailer-2.3.5-r1.ebuild:
+  Add ~sparc
 
   01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   actionmailer-2.3.5-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-02-13 20:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-13 20:43 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/13 20:43:54

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  Add ~ia64
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.8                  dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?r1=1.7&r2=1.8

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- actionmailer-2.3.5-r1.ebuild	13 Feb 2010 20:37:09 -0000	1.7
+++ actionmailer-2.3.5-r1.ebuild	13 Feb 2010 20:43:54 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.7 2010/02/13 20:37:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.8 2010/02/13 20:43:54 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "~dev-ruby/actionpack-${PV}



1.138                dev-ruby/actionmailer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.137&r2=1.138

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	13 Feb 2010 20:37:09 -0000	1.137
+++ ChangeLog	13 Feb 2010 20:43:54 -0000	1.138
@@ -1,10 +1,10 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.137 2010/02/13 20:37:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.138 2010/02/13 20:43:54 armin76 Exp $
 
   13 Feb 2010; Raúl Porcel <armin76@gentoo.org>
   actionmailer-2.3.5-r1.ebuild:
-  Add ~sparc
+  Add ~ia64/~sparc
 
   01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   actionmailer-2.3.5-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-05-23 10:50 Alex Legler (a3li)
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler (a3li) @ 2010-05-23 10:50 UTC (permalink / raw
  To: gentoo-commits

a3li        10/05/23 10:50:38

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  Add REE18 support
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

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

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- actionmailer-2.3.5-r1.ebuild	22 May 2010 14:57:47 -0000	1.9
+++ actionmailer-2.3.5-r1.ebuild	23 May 2010 10:50:38 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.9 2010/05/22 14:57:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.10 2010/05/23 10:50:38 a3li Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
-ruby_add_rdepend "~dev-ruby/actionpack-${PV}
+ruby_add_rdepend "~dev-ruby/actionpack-${PV} >=dev-ruby/actionpack-${PV}-r1
 	>=dev-ruby/text-format-0.6.3
 	>=dev-ruby/tmail-1.2.3"
 ruby_add_bdepend "test? (



1.140                dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	22 May 2010 14:57:47 -0000	1.139
+++ ChangeLog	23 May 2010 10:50:38 -0000	1.140
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.139 2010/05/22 14:57:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.140 2010/05/23 10:50:38 a3li Exp $
+
+  23 May 2010; Alex Legler <a3li@gentoo.org> actionmailer-2.3.5-r1.ebuild:
+  Add REE18 support
 
   22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   actionmailer-2.3.5.ebuild, actionmailer-2.3.5-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
@ 2010-05-23 11:01 Alex Legler (a3li)
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler (a3li) @ 2010-05-23 11:01 UTC (permalink / raw
  To: gentoo-commits

a3li        10/05/23 11:01:12

  Modified:             actionmailer-2.3.5-r1.ebuild ChangeLog
  Log:
  Add REE18 support
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild

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

Index: actionmailer-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- actionmailer-2.3.5-r1.ebuild	23 May 2010 10:50:38 -0000	1.10
+++ actionmailer-2.3.5-r1.ebuild	23 May 2010 11:01:12 -0000	1.11
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.10 2010/05/23 10:50:38 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.11 2010/05/23 11:01:12 a3li Exp $
 
 EAPI=2
-USE_RUBY="ruby18 jruby"
+USE_RUBY="ruby18 ree18 jruby"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"



1.141                dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	23 May 2010 10:50:38 -0000	1.140
+++ ChangeLog	23 May 2010 11:01:12 -0000	1.141
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.140 2010/05/23 10:50:38 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.141 2010/05/23 11:01:12 a3li Exp $
+
+  23 May 2010; Alex Legler <a3li@gentoo.org> actionmailer-2.3.5-r1.ebuild:
+  Add REE18 support
 
   23 May 2010; Alex Legler <a3li@gentoo.org> actionmailer-2.3.5-r1.ebuild:
   Add REE18 support






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

end of thread, other threads:[~2010-05-23 11:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 16:44 [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-23 11:01 Alex Legler (a3li)
2010-05-23 10:50 Alex Legler (a3li)
2010-02-13 20:43 Raul Porcel (armin76)
2010-02-13 20:37 Raul Porcel (armin76)
2010-01-25 17:10 Diego Petteno (flameeyes)
2010-01-18 20:57 Brent Baude (ranger)
2010-01-18 20:24 Brent Baude (ranger)
2010-01-16  8:30 Christian Faulhammer (fauli)
2010-01-13 11:40 Diego Petteno (flameeyes)

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