graaff      14/05/29 05:52:09

  Modified:             ChangeLog
  Added:                ruby-mp3info-0.8.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.32                 dev-ruby/ruby-mp3info/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   8 Mar 2014 02:12:32 -0000       1.31
+++ ChangeLog   29 May 2014 05:52:09 -0000      1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-mp3info
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v 1.31 
2014/03/08 02:12:32 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v 1.32 
2014/05/29 05:52:09 graaff Exp $
+
+*ruby-mp3info-0.8.4 (29 May 2014)
+
+  29 May 2014; Hans de Graaff <[email protected]> +ruby-mp3info-0.8.4.ebuild:
+  Version bump.
 
   08 Mar 2014; Manuel RĂ¼ger <[email protected]> -ruby-mp3info-0.7.1.ebuild:
   Cleanup old.



1.1                  dev-ruby/ruby-mp3info/ruby-mp3info-0.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.4.ebuild?rev=1.1&content-type=text/plain

Index: ruby-mp3info-0.8.4.ebuild
===================================================================
# Copyright 1999-2014 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.8.4.ebuild,v 1.1 
2014/05/29 05:52:09 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.md"

inherit ruby-fakegem

DESCRIPTION="A pure Ruby library for access to mp3 files (internal infos and 
tags)"
HOMEPAGE="http://rubyforge.org/projects/ruby-mp3info/";
SRC_URI="https://github.com/moumar/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""

DEPEND+=" test? ( media-sound/id3v2 )"

ruby_add_bdepend "doc? ( dev-ruby/hoe )"
ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/test-unit:2 )"

all_ruby_prepare() {
        # Use a newer test-unit than is shipped with ruby19
        sed -i -e '6igem "test-unit"' test/test_ruby-mp3info.rb || die
}




Reply via email to