diff options
Diffstat (limited to 'media-sound/podcatcher')
-rw-r--r-- | media-sound/podcatcher/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/podcatcher/podcatcher-3.1.4.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/media-sound/podcatcher/ChangeLog b/media-sound/podcatcher/ChangeLog index 3e099cf7b300..6ae1cd1abd74 100644 --- a/media-sound/podcatcher/ChangeLog +++ b/media-sound/podcatcher/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/podcatcher -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/podcatcher/ChangeLog,v 1.3 2007/07/29 09:22:29 drac Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/podcatcher/ChangeLog,v 1.4 2009/03/07 16:41:05 patrick Exp $ + +*podcatcher-3.1.4 (07 Mar 2009) + + 07 Mar 2009; Patrick Lauer <patrick@gentoo.org> +podcatcher-3.1.4.ebuild: + Bump to 3.1.4. Fixes #250582. Random SRC_URI change upstream. *podcatcher-3.0.0 (29 Jul 2007) 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/* +} |