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/paint: paint-0.8.7.ebuild ChangeLog
Date: Tue, 21 Jan 2014 01:44:01
Message-Id: 20140121014358.5BF192004C@flycatcher.gentoo.org
1 mrueg 14/01/21 01:43:58
2
3 Modified: ChangeLog
4 Added: paint-0.8.7.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.6 dev-ruby/paint/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 11 Nov 2013 16:29:37 -0000 1.5
24 +++ ChangeLog 21 Jan 2014 01:43:58 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/paint
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.5 2013/11/11 16:29:37 mrueg Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.6 2014/01/21 01:43:58 mrueg Exp $
31 +
32 +*paint-0.8.7 (21 Jan 2014)
33 +
34 + 21 Jan 2014; Manuel Rüger <mrueg@g.o> +paint-0.8.7.ebuild:
35 + Version bump.
36
37 11 Nov 2013; Manuel Rüger <mrueg@g.o> -paint-0.8.5.ebuild,
38 -paint-0.8.6.ebuild:
39
40
41
42 1.1 dev-ruby/paint/paint-0.8.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/paint-0.8.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/paint-0.8.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: paint-0.8.7.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/paint-0.8.7.ebuild,v 1.1 2014/01/21 01:43:58 mrueg Exp $
52
53 EAPI=5
54 USE_RUBY="ruby18 ruby19 ruby20 jruby"
55
56 RUBY_FAKEGEM_RECIPE_TEST="rspec"
57
58 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
59 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Terminal painter"
64 HOMEPAGE="https://github.com/janlelis/paint"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="test doc"