Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/annoy: annoy-0.5.6-r1.ebuild ChangeLog
Date: Wed, 30 Oct 2013 04:07:09
Message-Id: 20131030040703.1DFE820047@flycatcher.gentoo.org
1 mrueg 13/10/30 04:07:03
2
3 Modified: ChangeLog
4 Added: annoy-0.5.6-r1.ebuild
5 Log:
6 Add ruby20 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.3 dev-ruby/annoy/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/annoy/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/annoy/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/annoy/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/annoy/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 20 Feb 2010 20:04:57 -0000 1.2
24 +++ ChangeLog 30 Oct 2013 04:07:02 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/annoy
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/annoy/ChangeLog,v 1.2 2010/02/20 20:04:57 flameeyes Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/annoy/ChangeLog,v 1.3 2013/10/30 04:07:02 mrueg Exp $
31 +
32 +*annoy-0.5.6-r1 (30 Oct 2013)
33 +
34 + 30 Oct 2013; Manuel Rüger <mrueg@g.o> +annoy-0.5.6-r1.ebuild:
35 + Add ruby20 target.
36
37 *annoy-0.5.6 (20 Feb 2010)
38
39 @@ -13,4 +18,3 @@
40 14 Feb 2010; Diego E. Pettenò <flameeyes@g.o> +annoy-0.5.5.ebuild,
41 +files/annoy-0.5.5-hanna.patch, +metadata.xml:
42 Initial import of annoy, needed for Rudy.
43 -
44
45
46
47 1.1 dev-ruby/annoy/annoy-0.5.6-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/annoy/annoy-0.5.6-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/annoy/annoy-0.5.6-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: annoy-0.5.6-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/annoy/annoy-0.5.6-r1.ebuild,v 1.1 2013/10/30 04:07:02 mrueg Exp $
57
58 EAPI=5
59
60 USE_RUBY="ruby18 ruby19 ruby20 jruby"
61
62 RESTRICT=test
63 RUBY_FAKEGEM_TASK_TEST=""
64
65 RUBY_FAKEGEM_TASK_DOC="rdoc"
66 RUBY_FAKEGEM_DOCDIR="doc"
67 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
68
69 RUBY_FAKEGEM_BINWRAP=""
70
71 inherit ruby-fakegem
72
73 DESCRIPTION="Like your annoying friend that asks you questions all the time"
74 HOMEPAGE="http://solutious.com/"
75
76 LICENSE="MIT"
77 SLOT="0"
78 KEYWORDS="~amd64 ~x86"
79 IUSE=""
80
81 ruby_add_rdepend '>=dev-ruby/highline-1.5.0'