summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2006-01-10 21:25:34 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2006-01-10 21:25:34 +0000
commitee308acdd4f04de91aa2879380c8814cbbe955bd (patch)
tree423960d73b354048cf60981e103eb66ee850ff4d /dev-ruby/podcast
parentadd portuguese (pt) longdescription (diff)
downloadhistorical-ee308acdd4f04de91aa2879380c8814cbbe955bd.tar.gz
historical-ee308acdd4f04de91aa2879380c8814cbbe955bd.tar.bz2
historical-ee308acdd4f04de91aa2879380c8814cbbe955bd.zip
New package
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-ruby/podcast')
-rw-r--r--dev-ruby/podcast/ChangeLog10
-rw-r--r--dev-ruby/podcast/Manifest4
-rw-r--r--dev-ruby/podcast/files/digest-podcast-0.0.41
-rw-r--r--dev-ruby/podcast/metadata.xml5
-rw-r--r--dev-ruby/podcast/podcast-0.0.4.ebuild18
5 files changed, 38 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..c3ca41ec4c29
--- /dev/null
+++ b/dev-ruby/podcast/Manifest
@@ -0,0 +1,4 @@
+MD5 c00cf080b17358b5b769a08154e1ffdc ChangeLog 344
+MD5 896151e3d34ac378902d2735be8fdf0e files/digest-podcast-0.0.4 63
+MD5 b522b82d2c47bc548a6607f0f577ab5e metadata.xml 158
+MD5 19c079985cebe827b493f787b9542a48 podcast-0.0.4.ebuild 518
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"
+