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/podcast: podcast-0.0.4-r2.ebuild ChangeLog podcast-0.0.4-r1.ebuild
Date: Wed, 29 Jan 2014 01:03:21
Message-Id: 20140129010316.69EEC2004C@flycatcher.gentoo.org
1 mrueg 14/01/29 01:03:16
2
3 Modified: ChangeLog
4 Added: podcast-0.0.4-r2.ebuild
5 Removed: podcast-0.0.4-r1.ebuild
6 Log:
7 Add ruby20 support. Remove ruby18 support.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.12 dev-ruby/podcast/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/podcast/ChangeLog?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/podcast/ChangeLog?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/podcast/ChangeLog?r1=1.11&r2=1.12
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ChangeLog 10 Sep 2012 18:47:26 -0000 1.11
25 +++ ChangeLog 29 Jan 2014 01:03:16 -0000 1.12
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/podcast
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.11 2012/09/10 18:47:26 graaff Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.12 2014/01/29 01:03:16 mrueg Exp $
32 +
33 +*podcast-0.0.4-r2 (29 Jan 2014)
34 +
35 + 29 Jan 2014; Manuel RĂ¼ger <mrueg@g.o> +podcast-0.0.4-r2.ebuild,
36 + -podcast-0.0.4-r1.ebuild:
37 + Add ruby20 support. Remove ruby18 support.
38
39 10 Sep 2012; Hans de Graaff <graaff@g.o> podcast-0.0.4-r1.ebuild:
40 Add ruby19, ree18. Move to EAPI=4.
41
42
43
44 1.1 dev-ruby/podcast/podcast-0.0.4-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: podcast-0.0.4-r2.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r2.ebuild,v 1.1 2014/01/29 01:03:15 mrueg Exp $
54
55 EAPI=5
56 USE_RUBY="ruby19 ruby20"
57
58 RUBY_FAKEGEM_TASK_TEST=""
59 RUBY_FAKEGEM_TASK_DOC=""
60 RUBY_FAKEGEM_EXTRADOC="README"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files"
65 HOMEPAGE="http://podcast.rubyforge.org/"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70
71 IUSE="test"
72
73 ruby_add_rdepend "dev-ruby/ruby-mp3info"
74
75 each_ruby_test() {
76 ${RUBY} -Ilib test/ts_podcast.rb || die "Tests failed."
77 }