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/ruby-shout: ruby-shout-2.2.1-r1.ebuild ChangeLog
Date: Wed, 30 Oct 2013 04:38:03
Message-Id: 20131030043757.0888520047@flycatcher.gentoo.org
1 mrueg 13/10/30 04:37:56
2
3 Modified: ChangeLog
4 Added: ruby-shout-2.2.1-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.22 dev-ruby/ruby-shout/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 21 Jul 2013 06:26:11 -0000 1.21
24 +++ ChangeLog 30 Oct 2013 04:37:56 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ruby-shout
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.21 2013/07/21 06:26:11 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.22 2013/10/30 04:37:56 mrueg Exp $
30 +
31 +*ruby-shout-2.2.1-r1 (30 Oct 2013)
32 +
33 + 30 Oct 2013; Manuel RĂ¼ger <mrueg@g.o> +ruby-shout-2.2.1-r1.ebuild:
34 + Add ruby20 target.
35
36 21 Jul 2013; Hans de Graaff <graaff@g.o> -ruby-shout-2.2.0.ebuild:
37 Cleanup.
38
39
40
41 1.1 dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-shout-2.2.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild,v 1.1 2013/10/30 04:37:56 mrueg Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby18 ruby19 ruby20"
55
56 RUBY_FAKEGEM_TASK_TEST=""
57 RUBY_FAKEGEM_TASK_DOC=""
58
59 RUBY_FAKEGEM_EXTRADOC="README.textile"
60
61 inherit multilib ruby-fakegem
62
63 DESCRIPTION="A Ruby interface to libshout2"
64 HOMEPAGE="http://ruby-shout.rubyforge.org/"
65
66 LICENSE="Ruby"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~x86"
69 IUSE=""
70
71 RDEPEND+=" >=media-libs/libshout-2.0"
72 DEPEND+=" >=media-libs/libshout-2.0"
73
74 each_ruby_configure() {
75 ${RUBY} -Cext extconf.rb || die "extconf failed"
76 }
77
78 each_ruby_compile() {
79 emake -C ext V=1
80 }
81
82 each_ruby_install() {
83 each_fakegem_install
84
85 ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) lib/${PN#ruby-}_ext$(get_modname)
86 }