public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-mp3info: ruby-mp3info-0.7.1.ebuild ruby-mp3info-0.7.ebuild ChangeLog
@ 2012-04-29  6:17 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-04-29  6:17 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/04/29 06:17:58

  Modified:             ruby-mp3info-0.7.ebuild ChangeLog
  Added:                ruby-mp3info-0.7.1.ebuild
  Log:
  Version bump; remove jruby support as its iconv seems not to work properly.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/ruby-mp3info/ruby-mp3info-0.7.ebuild

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

Index: ruby-mp3info-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ruby-mp3info-0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-mp3info-0.7.ebuild	3 Apr 2012 05:41:01 -0000	1.1
+++ ruby-mp3info-0.7.ebuild	29 Apr 2012 06:17:58 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 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.7.ebuild,v 1.1 2012/04/03 05:41:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ruby-mp3info-0.7.ebuild,v 1.2 2012/04/29 06:17:58 flameeyes Exp $
 
 EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
+USE_RUBY="ruby18 ruby19 ree18"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"



1.23                 dev-ruby/ruby-mp3info/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	3 Apr 2012 05:41:01 -0000	1.22
+++ ChangeLog	29 Apr 2012 06:17:58 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-mp3info
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v 1.22 2012/04/03 05:41:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-mp3info/ChangeLog,v 1.23 2012/04/29 06:17:58 flameeyes Exp $
+
+*ruby-mp3info-0.7.1 (29 Apr 2012)
+
+  29 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+  +ruby-mp3info-0.7.1.ebuild, ruby-mp3info-0.7.ebuild:
+  Version bump; remove jruby support as its iconv seems not to work properly.
 
 *ruby-mp3info-0.7 (02 Mar 2012)
 



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

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

Index: ruby-mp3info-0.7.1.ebuild
===================================================================
# Copyright 1999-2012 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.7.1.ebuild,v 1.1 2012/04/29 06:17:58 flameeyes Exp $

EAPI=4
USE_RUBY="ruby18 ruby19 ree18"

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

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}/tarball/v${PV} -> ${P}.tgz"
RUBY_S="moumar-${PN}-*"

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

IUSE=""

DEPEND="${DEPEND} test? ( media-sound/id3v2 )"

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-29  6:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29  6:17 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-mp3info: ruby-mp3info-0.7.1.ebuild ruby-mp3info-0.7.ebuild ChangeLog Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox