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/rev: rev-0.3.2.ebuild ChangeLog
Date: Thu, 28 Mar 2013 22:01:23
Message-Id: 20130328220119.4CCD22171D@flycatcher.gentoo.org
1 a3li 13/03/28 22:01:19
2
3 Modified: rev-0.3.2.ebuild ChangeLog
4 Log:
5 Fix HOMEPAGE, bug 463552
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.4 dev-ruby/rev/rev-0.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rev/rev-0.3.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rev/rev-0.3.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rev/rev-0.3.2.ebuild?r1=1.3&r2=1.4
15
16 Index: rev-0.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rev/rev-0.3.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- rev-0.3.2.ebuild 13 Jan 2012 07:56:06 -0000 1.3
23 +++ rev-0.3.2.ebuild 28 Mar 2013 22:01:19 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rev/rev-0.3.2.ebuild,v 1.3 2012/01/13 07:56:06 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rev/rev-0.3.2.ebuild,v 1.4 2013/03/28 22:01:19 a3li Exp $
30
31 EAPI="2"
32 USE_RUBY="ruby18 ruby19 ree18"
33 @@ -12,7 +12,7 @@
34 inherit ruby-fakegem
35
36 DESCRIPTION="Rev is an event library for Ruby, built on the libev event library."
37 -HOMEPAGE="http://mynyml.com/ruby/flexible-continuous-testing"
38 +HOMEPAGE="https://rubygems.org/gems/rev"
39 LICENSE="MIT"
40
41 KEYWORDS="~amd64 ~x86 ~x86-macos"
42
43
44
45 1.4 dev-ruby/rev/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rev/ChangeLog?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rev/ChangeLog?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rev/ChangeLog?r1=1.3&r2=1.4
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rev/ChangeLog,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ChangeLog 13 Jan 2012 07:56:06 -0000 1.3
58 +++ ChangeLog 28 Mar 2013 22:01:19 -0000 1.4
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-ruby/rev
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rev/ChangeLog,v 1.3 2012/01/13 07:56:06 graaff Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rev/ChangeLog,v 1.4 2013/03/28 22:01:19 a3li Exp $
65 +
66 + 28 Mar 2013; Alex Legler <a3li@g.o> rev-0.3.2.ebuild:
67 + Fix HOMEPAGE, bug 463552
68
69 13 Jan 2012; Hans de Graaff <graaff@g.o> rev-0.3.2.ebuild:
70 Add ruby19.
71 @@ -14,4 +17,3 @@
72 +metadata.xml:
73 Initial import. Miscompiles with --no-undefined so people won't be able to
74 install the gem directly.
75 -