Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-activeldap: ruby-activeldap-1.2.0.ebuild ChangeLog
Date: Sun, 29 Nov 2009 14:35:51
Message-Id: E1NEksP-0007im-7M@stork.gentoo.org
1 a3li 09/11/29 14:35:49
2
3 Modified: ruby-activeldap-1.2.0.ebuild ChangeLog
4 Log:
5 Fix SRC_URI due to gemcutter
6 (Portage version: 2.2_rc54/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-ruby/ruby-activeldap/ruby-activeldap-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.0.ebuild?r1=1.2&r2=1.3
14
15 Index: ruby-activeldap-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ruby-activeldap-1.2.0.ebuild 9 Nov 2009 19:11:45 -0000 1.2
22 +++ ruby-activeldap-1.2.0.ebuild 29 Nov 2009 14:35:49 -0000 1.3
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.0.ebuild,v 1.2 2009/11/09 19:11:45 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.0.ebuild,v 1.3 2009/11/29 14:35:49 a3li Exp $
28
29 inherit ruby gems
30
31 -MY_P="${P/ruby-//}"
32 +MY_P="${P/ruby-/}"
33 DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
34 HOMEPAGE="http://ruby-activeldap.rubyforge.org/doc/"
35 -SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
36 +SRC_URI="mirror://rubygems/${MY_P}.gem"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40
41
42
43 1.15 dev-ruby/ruby-activeldap/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.15&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.15&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?r1=1.14&r2=1.15
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v
52 retrieving revision 1.14
53 retrieving revision 1.15
54 diff -u -r1.14 -r1.15
55 --- ChangeLog 9 Nov 2009 19:11:45 -0000 1.14
56 +++ ChangeLog 29 Nov 2009 14:35:49 -0000 1.15
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-ruby/ruby-activeldap
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.14 2009/11/09 19:11:45 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.15 2009/11/29 14:35:49 a3li Exp $
62 +
63 + 29 Nov 2009; Alex Legler <a3li@g.o> ruby-activeldap-1.2.0.ebuild:
64 + Fix SRC_URI due to gemcutter
65
66 09 Nov 2009; Raúl Porcel <armin76@g.o>
67 ruby-activeldap-1.2.0.ebuild: