diff options
author | 2007-09-18 18:26:48 +0000 | |
---|---|---|
committer | 2007-09-18 18:26:48 +0000 | |
commit | 5b6a019db43f5441b0945fcaf7bd92602eda17e7 (patch) | |
tree | b86bb6493ef37fe7bebb60875c9d7c7b1fb01fc1 /dev-ruby/ruby-mp3info | |
parent | disable support for external gsm lib for now until it installs correct libs (... (diff) | |
download | gentoo-2-5b6a019db43f5441b0945fcaf7bd92602eda17e7.tar.gz gentoo-2-5b6a019db43f5441b0945fcaf7bd92602eda17e7.tar.bz2 gentoo-2-5b6a019db43f5441b0945fcaf7bd92602eda17e7.zip |
Version bump, fixes #185711
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby/ruby-mp3info')
-rw-r--r-- | dev-ruby/ruby-mp3info/ChangeLog | 18 | ||||
-rw-r--r-- | dev-ruby/ruby-mp3info/files/digest-ruby-mp3info-0.5.1 | 3 | ||||
-rw-r--r-- | dev-ruby/ruby-mp3info/ruby-mp3info-0.5.1.ebuild | 15 |
3 files changed, 35 insertions, 1 deletions
diff --git a/dev-ruby/ruby-mp3info/ChangeLog b/dev-ruby/ruby-mp3info/ChangeLog index 35b3ffe53450..35c6d00b3275 100644 --- a/dev-ruby/ruby-mp3info/ChangeLog +++ b/dev-ruby/ruby-mp3info/ChangeLog @@ -1,6 +1,22 @@ # ChangeLog for dev-ruby/ruby-mp3info # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v 1.7 2007/02/22 01:16:08 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v 1.8 2007/09/18 18:26:48 graaff Exp $ + +*ruby-mp3info-0.5.1 (18 Sep 2007) + + 18 Sep 2007; Hans de Graaff <graaff@gentoo.org> + +ruby-mp3info-0.5.1.ebuild: + Version bump: + * ADDED: Mp3Info#reload method to reload the file from the disk + * FIXED: bug [#2604] Not able to delete tag1 + * FIXED: bug #3401 'id3v2.rb dies when trying to read a certain mp3' + * FIXED: bug #2957 'Error message "Can't define singleton"' + * FIXED: bug #3068 'require_gem ("ruby-mp3info") doesn't works' + * FIXED: bug #11967 "Leading 'h' from 'http://' gets chopped on URL fields" + * PATCHED: with patch #3157 'Fix for 64 bit Ruby' + + The last patch also fixes Gentoo bug #185711, thanks to James Le Cuirot for + reporting and tracking the issue. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-ruby/ruby-mp3info/files/digest-ruby-mp3info-0.5.1 b/dev-ruby/ruby-mp3info/files/digest-ruby-mp3info-0.5.1 new file mode 100644 index 000000000000..ab891c408159 --- /dev/null +++ b/dev-ruby/ruby-mp3info/files/digest-ruby-mp3info-0.5.1 @@ -0,0 +1,3 @@ +MD5 ab3154e8c9c6d636746c687258da98ba ruby-mp3info-0.5.1.gem 17408 +RMD160 bf53854f064418cca2541d7908e990d961927d67 ruby-mp3info-0.5.1.gem 17408 +SHA256 08f1aaaa4427d1ca46b2ebe41866690e49ecfb144e4ca3bec169cf209faac994 ruby-mp3info-0.5.1.gem 17408 diff --git a/dev-ruby/ruby-mp3info/ruby-mp3info-0.5.1.ebuild b/dev-ruby/ruby-mp3info/ruby-mp3info-0.5.1.ebuild new file mode 100644 index 000000000000..3be5638ba45a --- /dev/null +++ b/dev-ruby/ruby-mp3info/ruby-mp3info-0.5.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ruby-mp3info-0.5.1.ebuild,v 1.1 2007/09/18 18:26:48 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="A pure Ruby library for access to mp3 files (internal infos and tags)" +HOMEPAGE="http://rubyforge.org/projects/ruby-mp3info/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" + +IUSE="" +DEPEND="virtual/ruby" |