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: dev-ruby/postgres_ext/
Date: Thu, 09 Feb 2017 06:03:13
Message-Id: 1486619016.0da732c6ee01b1b8a9d5e5dff7e2bd38b12672c4.graaff@gentoo
1 commit: 0da732c6ee01b1b8a9d5e5dff7e2bd38b12672c4
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 05:43:36 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 05:43:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da732c6
7
8 dev-ruby/postgres_ext: drop activerecord:4.1, ruby20
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild | 5 ++---
13 dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
17 index 47665dacc8..18394f5d47 100644
18 --- a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
19 +++ b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27 -USE_RUBY="ruby20 ruby21 ruby22"
28 +USE_RUBY="ruby21 ruby22"
29
30 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31
32 @@ -22,7 +22,6 @@ IUSE=""
33 RESTRICT=test
34
35 ruby_add_rdepend "|| (
36 - dev-ruby/activerecord:4.1
37 dev-ruby/activerecord:4.2 )
38 >=dev-ruby/arel-4.0.1:*
39 dev-ruby/pg_array_parser:0.0.9"
40
41 diff --git a/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild b/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild
42 index e5b01a9c04..9d116d4e36 100644
43 --- a/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild
44 +++ b/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild
45 @@ -1,9 +1,9 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 +# Copyright 1999-2017 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Id$
50
51 EAPI=5
52 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
53 +USE_RUBY="ruby21 ruby22 ruby23"
54
55 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
56
57 @@ -23,7 +23,6 @@ RESTRICT=test
58
59 ruby_add_rdepend "|| (
60 dev-ruby/activerecord:5.0
61 - dev-ruby/activerecord:4.1
62 dev-ruby/activerecord:4.2 )
63 >=dev-ruby/arel-4.0.1:*
64 dev-ruby/pg_array_parser:0.0.9"