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/chunky_png: chunky_png-1.3.0.ebuild ChangeLog
Date: Tue, 11 Feb 2014 13:05:58
Message-Id: 20140211130555.01B352004C@flycatcher.gentoo.org
1 mrueg 14/02/11 13:05:54
2
3 Modified: ChangeLog
4 Added: chunky_png-1.3.0.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.12 dev-ruby/chunky_png/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chunky_png/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chunky_png/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chunky_png/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 11 Nov 2013 16:05:41 -0000 1.11
24 +++ ChangeLog 11 Feb 2014 13:05:54 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/chunky_png
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v 1.11 2013/11/11 16:05:41 mrueg Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v 1.12 2014/02/11 13:05:54 mrueg Exp $
31 +
32 +*chunky_png-1.3.0 (11 Feb 2014)
33 +
34 + 11 Feb 2014; Manuel Rüger <mrueg@g.o> +chunky_png-1.3.0.ebuild:
35 + Version bump.
36
37 11 Nov 2013; Manuel Rüger <mrueg@g.o> -chunky_png-1.2.8-r1.ebuild,
38 -chunky_png-1.2.8.ebuild:
39
40
41
42 1.1 dev-ruby/chunky_png/chunky_png-1.3.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chunky_png/chunky_png-1.3.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chunky_png/chunky_png-1.3.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: chunky_png-1.3.0.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/chunky_png/chunky_png-1.3.0.ebuild,v 1.1 2014/02/11 13:05:54 mrueg Exp $
52
53 EAPI=5
54
55 USE_RUBY="ruby18 ruby19 ruby20 jruby"
56
57 RUBY_FAKEGEM_RECIPE_TEST="rspec"
58
59 RUBY_FAKEGEM_TASK_DOC=""
60 RUBY_FAKEGEM_DOCDIR=""
61
62 RUBY_FAKEGEM_EXTRADOC="BENCHMARKS.rdoc README.rdoc"
63
64 RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec"
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="Pure Ruby library that can read and write PNG images"
69 HOMEPAGE="http://wiki.github.com/wvanbergen/chunky_png"
70
71 LICENSE="MIT"
72 SLOT="0"
73 KEYWORDS="~amd64"
74 IUSE=""
75
76 all_ruby_prepare() {
77 sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
78 rm Gemfile* || die
79 }