diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2006-01-10 21:25:34 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2006-01-10 21:25:34 +0000 |
commit | 10bcd81037212c85c3a85cb01cf88ee6c773bda8 (patch) | |
tree | 08bd91dbe129b0f7ff4ff554699dc7e53b229932 /dev-ruby/podcast | |
parent | add portuguese (pt) longdescription (diff) | |
download | gentoo-2-10bcd81037212c85c3a85cb01cf88ee6c773bda8.tar.gz gentoo-2-10bcd81037212c85c3a85cb01cf88ee6c773bda8.tar.bz2 gentoo-2-10bcd81037212c85c3a85cb01cf88ee6c773bda8.zip |
New package
(Portage version: 2.0.53)
Diffstat (limited to 'dev-ruby/podcast')
-rw-r--r-- | dev-ruby/podcast/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/podcast/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/podcast/files/digest-podcast-0.0.4 | 1 | ||||
-rw-r--r-- | dev-ruby/podcast/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/podcast/podcast-0.0.4.ebuild | 18 |
5 files changed, 37 insertions, 0 deletions
diff --git a/dev-ruby/podcast/ChangeLog b/dev-ruby/podcast/ChangeLog new file mode 100644 index 000000000000..f7550ed40725 --- /dev/null +++ b/dev-ruby/podcast/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/podcast +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.1 2006/01/10 21:25:34 g2boojum Exp $ + +*podcast-0.0.4 (10 Jan 2006) + + 10 Jan 2006; Grant Goodyear <g2boojum@gentoo.org> +metadata.xml, + +podcast-0.0.4.ebuild: + New package + diff --git a/dev-ruby/podcast/Manifest b/dev-ruby/podcast/Manifest new file mode 100644 index 000000000000..ca158acc688c --- /dev/null +++ b/dev-ruby/podcast/Manifest @@ -0,0 +1,3 @@ +MD5 a476a4db1823e022156d2776618998f7 .podcast-0.0.4.ebuild.swp 12288 +MD5 896151e3d34ac378902d2735be8fdf0e files/digest-podcast-0.0.4 63 +MD5 3792292613a55a93532f1befe3cf6106 podcast-0.0.4.ebuild 531 diff --git a/dev-ruby/podcast/files/digest-podcast-0.0.4 b/dev-ruby/podcast/files/digest-podcast-0.0.4 new file mode 100644 index 000000000000..8b98b630ce87 --- /dev/null +++ b/dev-ruby/podcast/files/digest-podcast-0.0.4 @@ -0,0 +1 @@ +MD5 192c508fe3a4ebf498a3ba1dc5fbd867 podcast-0.0.4.gem 1166848 diff --git a/dev-ruby/podcast/metadata.xml b/dev-ruby/podcast/metadata.xml new file mode 100644 index 000000000000..0040b1162894 --- /dev/null +++ b/dev-ruby/podcast/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/podcast/podcast-0.0.4.ebuild b/dev-ruby/podcast/podcast-0.0.4.ebuild new file mode 100644 index 000000000000..ea1de74e26a8 --- /dev/null +++ b/dev-ruby/podcast/podcast-0.0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.1 2006/01/10 21:25:34 g2boojum Exp $ + +inherit ruby gems + +DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files" +HOMEPAGE="http://podcast.rubyforge.org/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" +USE_RUBY="any" +DEPEND="virtual/ruby dev-ruby/ruby-mp3info" + |