Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Thu, 29 Dec 2016 13:06:24
Message-Id: 1483016710.3253055c2ee01fdc6803c7bfd98a845a3bae65c3.graaff@gentoo
1 commit: 3253055c2ee01fdc6803c7bfd98a845a3bae65c3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 13 07:09:02 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 13:05:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3253055c
7
8 profiles/package.mask: Mask Rails 4.1 for removal
9
10 profiles/package.mask | 19 +++++++++++++++++++
11 1 file changed, 19 insertions(+)
12
13 diff --git a/profiles/package.mask b/profiles/package.mask
14 index b52cc6b..f41b1f5 100644
15 --- a/profiles/package.mask
16 +++ b/profiles/package.mask
17 @@ -30,6 +30,25 @@
18
19 #--- END OF EXAMPLES ---
20
21 +# Hans de Graaff <graaff@g.o> (13 Dec 2016)
22 +# Mask Rails 4.1.x for removal.
23 +# This version of Rails has not been supported upstream since Rails
24 +# 5.0.0 came out and its security can no longer be guaranteed.
25 +# Masked for removal in 30 days.
26 +dev-ruby/rails:4.1
27 +dev-ruby/railties:4.1
28 +dev-ruby/activerecord:4.1
29 +dev-ruby/actionmailer:4.1
30 +dev-ruby/actionpack:4.1
31 +dev-ruby/actionview:4.1
32 +dev-ruby/activemodel:4.1
33 +dev-ruby/activesupport:4.1
34 +# Still depends on Rails 4.1 for testing
35 +=dev-ruby/dalli-2.7.4
36 +# Still depends on activerecord:4.1. No newer upstream version that
37 +# depends on a newer version.
38 +net-misc/termtter
39 +
40 # David Seifert <soap@g.o> (27 Dec 2016)
41 # New release, masked to iron out bugs
42 >=dev-util/boost-build-1.63.0