diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:07:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:07:19 +0000 |
commit | 9639ce3370a9154e3aac1036676094e51ccf2d56 (patch) | |
tree | 8badf5214e664ee65259e96aa76db1f3ce278185 /dev-ruby/podcast | |
parent | Add ~alpha/~ia64/~sparc wrt #293671 (diff) | |
download | historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.gz historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.bz2 historical-9639ce3370a9154e3aac1036676094e51ccf2d56.zip |
Various cleanups.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/podcast')
-rw-r--r-- | dev-ruby/podcast/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/podcast/podcast-0.0.4.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/podcast/ChangeLog b/dev-ruby/podcast/ChangeLog index 06a41107b402..d4dbdda061c0 100644 --- a/dev-ruby/podcast/ChangeLog +++ b/dev-ruby/podcast/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/podcast -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.5 2009/12/20 13:47:30 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.6 2010/05/22 15:35:34 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + podcast-0.0.4.ebuild: + Various cleanups. 20 Dec 2009; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4.ebuild: Remove obsolete virtual/ruby dependency. diff --git a/dev-ruby/podcast/podcast-0.0.4.ebuild b/dev-ruby/podcast/podcast-0.0.4.ebuild index 66b92664abf7..b9f72ab4e6a2 100644 --- a/dev-ruby/podcast/podcast-0.0.4.ebuild +++ b/dev-ruby/podcast/podcast-0.0.4.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.6 2009/12/20 13:47:30 graaff Exp $ +# $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/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="GPL-2" SLOT="0" |