mrueg       15/04/18 15:43:33

  Modified:             ChangeLog
  Added:                ruby-mp3info-0.8.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   25 Mar 2015 17:02:20 -0000      1.35
+++ ChangeLog   18 Apr 2015 15:43:33 -0000      1.36
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-mp3info
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v 1.35 
2015/03/25 17:02:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v 1.36 
2015/04/18 15:43:33 mrueg Exp $
+
+*ruby-mp3info-0.8.6 (18 Apr 2015)
+
+  18 Apr 2015; Manuel RĂ¼ger <mr...@gentoo.org> +ruby-mp3info-0.8.6.ebuild:
+  Version bump.
 
   25 Mar 2015; Hans de Graaff <gra...@gentoo.org> ruby-mp3info-0.8.5.ebuild:
   Add ruby22.



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

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

Index: ruby-mp3info-0.8.6.ebuild
===================================================================
# Copyright 1999-2015 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.6.ebuild,v 1.1 
2015/04/18 15:43:33 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

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