graaff 15/08/07 05:23:53
Modified: actionmailer-4.2.3.ebuild ChangeLog
actionmailer-4.0.13.ebuild
actionmailer-4.1.12.ebuild
Log:
Fix dependency on dev-ruby/mail to match gemspec.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0x8883FA56A308A8D7!)
Revision Changes Path
1.2 dev-ruby/actionmailer/actionmailer-4.2.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.2.3.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.2.3.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.2.3.ebuild?r1=1.1&r2=1.2
Index: actionmailer-4.2.3.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionmailer-4.2.3.ebuild 26 Jun 2015 08:33:09 -0000 1.1
+++ actionmailer-4.2.3.ebuild 7 Aug 2015 05:23:53 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.2.3.ebuild,v 1.1
2015/06/26 08:33:09 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.2.3.ebuild,v 1.2
2015/08/07 05:23:53 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -27,7 +27,7 @@
~dev-ruby/actionpack-${PV}
~dev-ruby/actionview-${PV}
~dev-ruby/activejob-${PV}
- >=dev-ruby/mail-2.5.4:2.5
+ >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*
>=dev-ruby/rails-dom-testing-1.0.5:1"
ruby_add_bdepend "test? (
1.294 dev-ruby/actionmailer/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.294&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.294&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.293&r2=1.294
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog 8 Jul 2015 07:17:44 -0000 1.293
+++ ChangeLog 7 Aug 2015 05:23:53 -0000 1.294
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.293
2015/07/08 07:17:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.294
2015/08/07 05:23:53 graaff Exp $
+
+ 07 Aug 2015; Hans de Graaff <[email protected]> actionmailer-4.0.13.ebuild,
+ actionmailer-4.1.12.ebuild, actionmailer-4.2.3.ebuild:
+ Fix dependency on dev-ruby/mail to match gemspec.
08 Jul 2015; Hans de Graaff <[email protected]> actionmailer-4.1.12.ebuild:
Add ~x86 keyword.
1.2 dev-ruby/actionmailer/actionmailer-4.0.13.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.13.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.13.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.13.ebuild?r1=1.1&r2=1.2
Index: actionmailer-4.0.13.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionmailer-4.0.13.ebuild 7 Jan 2015 07:05:21 -0000 1.1
+++ actionmailer-4.0.13.ebuild 7 Aug 2015 05:23:53 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.13.ebuild,v 1.1
2015/01/07 07:05:21 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.13.ebuild,v 1.2
2015/08/07 05:23:53 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -24,7 +24,7 @@
RUBY_S="rails-${PV}/${PN}"
ruby_add_rdepend "~dev-ruby/actionpack-${PV}
- >=dev-ruby/mail-2.5.4:2.5"
+ >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*"
ruby_add_bdepend "test? (
dev-ruby/bundler
dev-ruby/mocha:0.13
1.3 dev-ruby/actionmailer/actionmailer-4.1.12.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.12.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.12.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.12.ebuild?r1=1.2&r2=1.3
Index: actionmailer-4.1.12.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- actionmailer-4.1.12.ebuild 8 Jul 2015 07:17:44 -0000 1.2
+++ actionmailer-4.1.12.ebuild 7 Aug 2015 05:23:53 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.12.ebuild,v 1.2
2015/07/08 07:17:44 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.12.ebuild,v 1.3
2015/08/07 05:23:53 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -24,7 +24,7 @@
RUBY_S="rails-${PV}/${PN}"
ruby_add_rdepend "~dev-ruby/actionpack-${PV}
- >=dev-ruby/mail-2.5.4:2.5"
+ >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*"
ruby_add_bdepend "test? (
dev-ruby/mocha:0.14
)"