From 463831293aad98385ee5dda703ebcd0439dc85b9 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 7 Mar 2009 16:41:05 +0000 Subject: Bump to 3.1.4. Fixes #250582. Random SRC_URI change upstream. Package-Manager: portage-2.2_rc23/cvs/Linux x86_64 --- media-sound/podcatcher/podcatcher-3.1.4.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 media-sound/podcatcher/podcatcher-3.1.4.ebuild (limited to 'media-sound/podcatcher/podcatcher-3.1.4.ebuild') diff --git a/media-sound/podcatcher/podcatcher-3.1.4.ebuild b/media-sound/podcatcher/podcatcher-3.1.4.ebuild new file mode 100644 index 000000000000..1872d25b9639 --- /dev/null +++ b/media-sound/podcatcher/podcatcher-3.1.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/podcatcher/podcatcher-3.1.4.ebuild,v 1.1 2009/03/07 16:41:05 patrick Exp $ + +DESCRIPTION="Podcast client for the command-line written in Ruby." +HOMEPAGE="http://podcatcher.rubyforge.org" +SRC_URI="http://rubyforge.org/frs/download.php/43722/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="bittorrent" + +DEPEND=">=dev-lang/ruby-1.8.2 + bittorrent? ( dev-ruby/rubytorrent )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/${PN} + +src_install() { + dobin bin/podcatcher + dodoc demo/* +} -- cgit v1.2.3-65-gdbad