Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-3.0.11-r1.ebuild ChangeLog activesupport-3.1.3.ebuild
Date: Mon, 26 Dec 2011 08:46:55
Message-Id: 20111226084642.0858E2004B@flycatcher.gentoo.org
1 graaff 11/12/26 08:46:42
2
3 Modified: ChangeLog activesupport-3.1.3.ebuild
4 Added: activesupport-3.0.11-r1.ebuild
5 Log:
6 Make sure only the latest slot installs binaries in /usr/bin.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.160 dev-ruby/activesupport/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.160&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.160&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.159&r2=1.160
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
20 retrieving revision 1.159
21 retrieving revision 1.160
22 diff -u -r1.159 -r1.160
23 --- ChangeLog 26 Dec 2011 08:25:55 -0000 1.159
24 +++ ChangeLog 26 Dec 2011 08:46:41 -0000 1.160
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/activesupport
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.159 2011/12/26 08:25:55 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.160 2011/12/26 08:46:41 graaff Exp $
30 +
31 +*activesupport-3.0.11-r1 (26 Dec 2011)
32 +
33 + 26 Dec 2011; Hans de Graaff <graaff@g.o>
34 + +activesupport-3.0.11-r1.ebuild, activesupport-3.1.3.ebuild:
35 + Make sure only the latest slot installs binaries in /usr/bin.
36
37 *activesupport-3.1.3 (26 Dec 2011)
38
39
40
41
42 1.2 dev-ruby/activesupport/activesupport-3.1.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.1.3.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.1.3.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.1.3.ebuild?r1=1.1&r2=1.2
47
48 Index: activesupport-3.1.3.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.1.3.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- activesupport-3.1.3.ebuild 26 Dec 2011 08:25:55 -0000 1.1
55 +++ activesupport-3.1.3.ebuild 26 Dec 2011 08:46:41 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.1.3.ebuild,v 1.1 2011/12/26 08:25:55 graaff Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.1.3.ebuild,v 1.2 2011/12/26 08:46:41 graaff Exp $
61
62 EAPI=4
63
64 @@ -28,7 +28,8 @@
65
66 ruby_add_rdepend ">=dev-ruby/memcache-client-1.5.8
67 >=dev-ruby/multi_json-1.0
68 - dev-ruby/i18n:0.6"
69 + dev-ruby/i18n:0.6
70 + !!<dev-ruby/activesupport-3.0.11-r1:3.0"
71
72 # libxml-ruby, nokogiri, and builder are not strictly needed, but there
73 # are tests using this code.
74
75
76
77 1.1 dev-ruby/activesupport/activesupport-3.0.11-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.0.11-r1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.0.11-r1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: activesupport-3.0.11-r1.ebuild
83 ===================================================================
84 # Copyright 1999-2011 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.0.11-r1.ebuild,v 1.1 2011/12/26 08:46:41 graaff Exp $
87
88 EAPI=4
89
90 # jruby fails tests.
91 USE_RUBY="ruby18 ree18"
92
93 RUBY_FAKEGEM_TASK_DOC=""
94
95 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
96
97 RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
98
99 RUBY_FAKEGEM_BINWRAP=""
100
101 inherit ruby-fakegem
102
103 DESCRIPTION="Utility Classes and Extension to the Standard Library"
104 HOMEPAGE="http://rubyforge.org/projects/activesupport/"
105 SRC_URI="https://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
106
107 LICENSE="MIT"
108 SLOT="3.0"
109 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
110 IUSE=""
111
112 RUBY_S="rails-rails-*/${PN}"
113
114 ruby_add_rdepend ">=dev-ruby/memcache-client-1.5.8"
115
116 # libxml-ruby and nokogiri are not strictly needed, but there are tests
117 # using this code.
118 ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/libxml-2.0.0 dev-ruby/nokogiri dev-ruby/mocha )"
119
120 all_ruby_prepare() {
121 # don't support older mocha versions as the optional codepath
122 # breaks JRuby
123 epatch "${FILESDIR}"/${PN}-3.0.3-mocha-0.9.5.patch
124
125 # Set test environment to our hand.
126 rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
127 sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
128 }