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/will_paginate: ChangeLog will_paginate-2.3.15.ebuild
Date: Sun, 02 Dec 2012 14:05:31
Message-Id: 20121202140520.977752171D@flycatcher.gentoo.org
1 graaff 12/12/02 14:05:20
2
3 Modified: ChangeLog will_paginate-2.3.15.ebuild
4 Log:
5 Fix license, bug 445456.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.18 dev-ruby/will_paginate/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 2 Dec 2012 14:03:06 -0000 1.17
23 +++ ChangeLog 2 Dec 2012 14:05:20 -0000 1.18
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/will_paginate
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.17 2012/12/02 14:03:06 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.18 2012/12/02 14:05:20 graaff Exp $
29 +
30 + 02 Dec 2012; Hans de Graaff <graaff@g.o> will_paginate-2.3.15.ebuild:
31 + Fix license, bug 445456.
32
33 02 Dec 2012; Hans de Graaff <graaff@g.o> -will_paginate-3.0.1.ebuild,
34 -will_paginate-3.0.2.ebuild:
35
36
37
38 1.5 dev-ruby/will_paginate/will_paginate-2.3.15.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild?r1=1.4&r2=1.5
43
44 Index: will_paginate-2.3.15.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- will_paginate-2.3.15.ebuild 26 Sep 2011 11:31:36 -0000 1.4
51 +++ will_paginate-2.3.15.ebuild 2 Dec 2012 14:05:20 -0000 1.5
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2011 Gentoo Foundation
54 +# Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild,v 1.4 2011/09/26 11:31:36 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild,v 1.5 2012/12/02 14:05:20 graaff Exp $
58
59 EAPI=2
60 USE_RUBY="ruby18"
61 @@ -13,7 +13,7 @@
62 DESCRIPTION="Most awesome pagination solution for Ruby "
63 HOMEPAGE="http://github.com/mislav/will_paginate/"
64
65 -LICENSE="as-is"
66 +LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86 ~x86-macos"
69 IUSE=""