summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-03-07 16:41:05 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-03-07 16:41:05 +0000
commit463831293aad98385ee5dda703ebcd0439dc85b9 (patch)
tree5f3b23aca02a9629fc570f928c71495ddd0445a6 /media-sound/podcatcher/podcatcher-3.1.4.ebuild
parentVersion bump. Added threads use dep. Close bug #261156. Removed old version. (diff)
downloadhistorical-463831293aad98385ee5dda703ebcd0439dc85b9.tar.gz
historical-463831293aad98385ee5dda703ebcd0439dc85b9.tar.bz2
historical-463831293aad98385ee5dda703ebcd0439dc85b9.zip
Bump to 3.1.4. Fixes #250582. Random SRC_URI change upstream.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'media-sound/podcatcher/podcatcher-3.1.4.ebuild')
-rw-r--r--media-sound/podcatcher/podcatcher-3.1.4.ebuild23
1 files changed, 23 insertions, 0 deletions
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/*
+}