Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/podcatcher: podcatcher-3.1.6.ebuild ChangeLog
Date: Mon, 09 Jul 2012 06:31:25
Message-Id: 20120709063113.D311C20063@flycatcher.gentoo.org
1 yngwin 12/07/09 06:31:13
2
3 Modified: ChangeLog
4 Added: podcatcher-3.1.6.ebuild
5 Log:
6 Version bump, bug #425218
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 media-sound/podcatcher/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/podcatcher/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/podcatcher/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/podcatcher/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/podcatcher/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 7 Mar 2009 16:41:05 -0000 1.4
24 +++ ChangeLog 9 Jul 2012 06:31:13 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/podcatcher
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/podcatcher/ChangeLog,v 1.4 2009/03/07 16:41:05 patrick Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/podcatcher/ChangeLog,v 1.5 2012/07/09 06:31:13 yngwin Exp $
31 +
32 +*podcatcher-3.1.6 (09 Jul 2012)
33 +
34 + 09 Jul 2012; Ben de Groot <yngwin@g.o> +podcatcher-3.1.6.ebuild:
35 + Version bump, bug #425218
36
37 *podcatcher-3.1.4 (07 Mar 2009)
38
39 @@ -19,4 +24,3 @@
40
41 11 Sep 2006; Luis Medinas <metalgod@g.o> +podcatcher-1.3.7.ebuild:
42 Initial import. Thanks to Aggelos Orfanakos <agorf@××××.gr> on bug #143726.
43 -
44
45
46
47 1.1 media-sound/podcatcher/podcatcher-3.1.6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/podcatcher/podcatcher-3.1.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/podcatcher/podcatcher-3.1.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: podcatcher-3.1.6.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-sound/podcatcher/podcatcher-3.1.6.ebuild,v 1.1 2012/07/09 06:31:13 yngwin Exp $
57
58 EAPI=4
59
60 DESCRIPTION="Podcast client for the command-line written in Ruby"
61 HOMEPAGE="http://podcatcher.rubyforge.org/"
62 SRC_URI="http://rubyforge.org/frs/download.php/76053/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86"
67 IUSE="bittorrent"
68
69 RDEPEND=">=dev-lang/ruby-1.8.2
70 bittorrent? ( dev-ruby/rubytorrent )"
71 DEPEND="${RDEPEND}"
72
73 S=${WORKDIR}/${PN}
74
75 src_install() {
76 dobin bin/podcatcher
77 dodoc demo/*
78 }