diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 06:32:56 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 06:32:56 +0000 |
commit | 6eec475028ea89c4df3aff6c9623aa683fd16d0a (patch) | |
tree | 55e905a744b1fb4de94cd9b3efdd8abc1b3e45f6 /dev-ruby/podcast | |
parent | Remove old version. (diff) | |
download | historical-6eec475028ea89c4df3aff6c9623aa683fd16d0a.tar.gz historical-6eec475028ea89c4df3aff6c9623aa683fd16d0a.tar.bz2 historical-6eec475028ea89c4df3aff6c9623aa683fd16d0a.zip |
Remove old version.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/podcast')
-rw-r--r-- | dev-ruby/podcast/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/podcast/podcast-0.0.4.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-ruby/podcast/ChangeLog b/dev-ruby/podcast/ChangeLog index 3b4788409fe7..72b7047ecede 100644 --- a/dev-ruby/podcast/ChangeLog +++ b/dev-ruby/podcast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/podcast # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.7 2010/06/27 17:47:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.8 2010/08/13 06:32:56 graaff Exp $ + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> -podcast-0.0.4.ebuild: + Remove old version. *podcast-0.0.4-r1 (27 Jun 2010) diff --git a/dev-ruby/podcast/podcast-0.0.4.ebuild b/dev-ruby/podcast/podcast-0.0.4.ebuild deleted file mode 100644 index b9f72ab4e6a2..000000000000 --- a/dev-ruby/podcast/podcast-0.0.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 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.7 2010/05/22 15:35:34 flameeyes Exp $ - -inherit ruby gems - -DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files" -HOMEPAGE="http://podcast.rubyforge.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" - -IUSE="" -USE_RUBY="ruby18" -DEPEND="dev-ruby/ruby-mp3info" |