public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/id3lib-ruby: id3lib-ruby-0.6.0.ebuild ChangeLog
@ 2010-05-21  5:50 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-05-21  5:50 UTC (permalink / raw
  To: gentoo-commits

graaff      10/05/21 05:50:57

  Modified:             ChangeLog
  Added:                id3lib-ruby-0.6.0.ebuild
  Log:
  Version bump. Convert to ruby-fakegem.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/id3lib-ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	22 Apr 2008 18:08:22 -0000	1.4
+++ ChangeLog	21 May 2010 05:50:57 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/id3lib-ruby
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v 1.4 2008/04/22 18:08:22 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v 1.5 2010/05/21 05:50:57 graaff Exp $
+
+*id3lib-ruby-0.6.0 (21 May 2010)
+
+  21 May 2010; Hans de Graaff <graaff@gentoo.org> +id3lib-ruby-0.6.0.ebuild:
+  Version bump. Convert to ruby-fakegem.
 
   22 Apr 2008; Raúl Porcel <armin76@gentoo.org> id3lib-ruby-0.5.0.ebuild:
   Add ~sparc



1.1                  dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild

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

Index: id3lib-ruby-0.6.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild,v 1.1 2010/05/21 05:50:57 graaff Exp $

EAPI="2"
USE_RUBY="ruby18"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES README TODO"

inherit ruby-fakegem

DESCRIPTION="Ruby interface to the id3lib C++ library"
HOMEPAGE="http://id3lib-ruby.rubyforge.org/"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="${DEPEND} media-libs/id3lib"
RDEPEND="${RDEPEND} media-libs/id3lib"

each_ruby_configure() {
	pushd ext/id3lib_api
	${RUBY} extconf.rb
	popd
}

each_ruby_compile() {
	pushd ext/id3lib_api
	emake || die "Unable to compile extension."
	popd
}

each_ruby_install() {
	mv ext/id3lib_api/id3lib_api.so lib || die "Unable to install extension."

	each_fakegem_install
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/id3lib-ruby: id3lib-ruby-0.6.0.ebuild ChangeLog
@ 2012-05-01 18:24 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2012-05-01 18:24 UTC (permalink / raw
  To: gentoo-commits

armin76     12/05/01 18:24:03

  Modified:             id3lib-ruby-0.6.0.ebuild ChangeLog
  Log:
  Drop ia64/sparc keywords
  
  (Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.2                  dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild

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

Index: id3lib-ruby-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- id3lib-ruby-0.6.0.ebuild	21 May 2010 05:50:57 -0000	1.1
+++ id3lib-ruby-0.6.0.ebuild	1 May 2012 18:24:03 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild,v 1.1 2010/05/21 05:50:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild,v 1.2 2012/05/01 18:24:03 armin76 Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -15,7 +15,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="${DEPEND} media-libs/id3lib"



1.9                  dev-ruby/id3lib-ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	25 Jun 2010 21:32:09 -0000	1.8
+++ ChangeLog	1 May 2012 18:24:03 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/id3lib-ruby
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v 1.8 2010/06/25 21:32:09 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v 1.9 2012/05/01 18:24:03 armin76 Exp $
+
+  01 May 2012; Raúl Porcel <armin76@gentoo.org> id3lib-ruby-0.6.0.ebuild:
+  Drop ia64/sparc keywords
 
   25 Jun 2010; Hans de Graaff <graaff@gentoo.org> -id3lib-ruby-0.5.0.ebuild:
   Remove old version.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/id3lib-ruby: id3lib-ruby-0.6.0.ebuild ChangeLog
@ 2012-08-14 19:14 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2012-08-14 19:14 UTC (permalink / raw
  To: gentoo-commits

graaff      12/08/14 19:14:04

  Modified:             id3lib-ruby-0.6.0.ebuild ChangeLog
  Log:
  Add ree18.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild

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

Index: id3lib-ruby-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- id3lib-ruby-0.6.0.ebuild	1 May 2012 18:24:03 -0000	1.2
+++ id3lib-ruby-0.6.0.ebuild	14 Aug 2012 19:14:04 -0000	1.3
@@ -1,9 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild,v 1.2 2012/05/01 18:24:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/id3lib-ruby-0.6.0.ebuild,v 1.3 2012/08/14 19:14:04 graaff Exp $
 
 EAPI="2"
-USE_RUBY="ruby18"
+# ruby19 → test failures
+# jruby → compiled extension
+USE_RUBY="ruby18 ree18"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGES README TODO"



1.11                 dev-ruby/id3lib-ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	14 Aug 2012 18:36:40 -0000	1.10
+++ ChangeLog	14 Aug 2012 19:14:04 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/id3lib-ruby
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v 1.10 2012/08/14 18:36:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/ChangeLog,v 1.11 2012/08/14 19:14:04 graaff Exp $
+
+  14 Aug 2012; Hans de Graaff <graaff@gentoo.org> id3lib-ruby-0.6.0.ebuild:
+  Add ree18.
 
   14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
   Update metadata.xml so that it's the same as most other packages.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-14 19:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-21  5:50 [gentoo-commits] gentoo-x86 commit in dev-ruby/id3lib-ruby: id3lib-ruby-0.6.0.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-01 18:24 Raul Porcel (armin76)
2012-08-14 19:14 Hans de Graaff (graaff)

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