Gentoo Archives: gentoo-commits

From: "Joshua Nichols (nichoj)" <nichoj@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.0.2.ebuild ChangeLog
Date: Fri, 11 Jan 2008 02:33:36
Message-Id: E1JD9i8-0000am-Sl@stork.gentoo.org
1 nichoj 08/01/11 02:33:32
2
3 Modified: activeresource-2.0.2.ebuild ChangeLog
4 Log:
5 Updated dependencies not to rely on specific version, and allowing for later revisions (ie change =dev-ruby/activerecord-2.0.2 to ~dev-ruby/activerecord-2.0.2.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 dev-ruby/activeresource/activeresource-2.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.2.ebuild?r1=1.1&r2=1.2
14
15 Index: activeresource-2.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- activeresource-2.0.2.ebuild 18 Dec 2007 07:03:34 -0000 1.1
22 +++ activeresource-2.0.2.ebuild 11 Jan 2008 02:33:32 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.2.ebuild,v 1.1 2007/12/18 07:03:34 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.2.ebuild,v 1.2 2008/01/11 02:33:32 nichoj Exp $
29
30 inherit ruby gems
31
32 @@ -13,4 +13,4 @@
33 IUSE=""
34
35 DEPEND=">=dev-lang/ruby-1.8.5
36 - =dev-ruby/activesupport-2.0.2"
37 + ~dev-ruby/activesupport-2.0.2"
38
39
40
41 1.2 dev-ruby/activeresource/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.1&r2=1.2
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- ChangeLog 18 Dec 2007 07:03:34 -0000 1.1
54 +++ ChangeLog 11 Jan 2008 02:33:32 -0000 1.2
55 @@ -1,6 +1,11 @@
56 # ChangeLog for dev-ruby/activeresource
57 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.1 2007/12/18 07:03:34 graaff Exp $
59 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.2 2008/01/11 02:33:32 nichoj Exp $
61 +
62 + 04 Jan 2008; <nichoj@g.o> activeresource-2.0.2.ebuild:
63 + Updated dependencies not to rely on specific version, and allowing for later
64 + revisions (ie change =dev-ruby/activerecord-2.0.2 to
65 + ~dev-ruby/activerecord-2.0.2.
66
67 *activeresource-2.0.2 (18 Dec 2007)
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list