public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/podcast: ChangeLog podcast-0.0.4-r1.ebuild
@ 2010-06-27 17:47 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-06-27 17:47 UTC (permalink / raw
  To: gentoo-commits

graaff      10/06/27 17:47:56

  Modified:             ChangeLog
  Added:                podcast-0.0.4-r1.ebuild
  Log:
  Convert to ruby-fakegem.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ruby/podcast/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 May 2010 15:35:34 -0000	1.6
+++ ChangeLog	27 Jun 2010 17:47:56 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/podcast
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.6 2010/05/22 15:35:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.7 2010/06/27 17:47:56 graaff Exp $
+
+*podcast-0.0.4-r1 (27 Jun 2010)
+
+  27 Jun 2010; Hans de Graaff <graaff@gentoo.org> +podcast-0.0.4-r1.ebuild:
+  Convert to ruby-fakegem.
 
   22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   podcast-0.0.4.ebuild:



1.1                  dev-ruby/podcast/podcast-0.0.4-r1.ebuild

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

Index: podcast-0.0.4-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r1.ebuild,v 1.1 2010/06/27 17:47:56 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README"

inherit ruby-fakegem

DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files"
HOMEPAGE="http://podcast.rubyforge.org/"

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

IUSE="test"

ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
ruby_add_rdepend "dev-ruby/ruby-mp3info"

each_ruby_test() {
	${RUBY} -Ilib test/ts_podcast.rb || die "Tests failed."
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/podcast: ChangeLog podcast-0.0.4-r1.ebuild
@ 2011-06-24 14:33 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-24 14:33 UTC (permalink / raw
  To: gentoo-commits

armin76     11/06/24 14:33:38

  Modified:             ChangeLog podcast-0.0.4-r1.ebuild
  Log:
  Drop ia64 keywords
  
  (Portage version: 2.1.10.3/cvs/Linux ia64)

Revision  Changes    Path
1.9                  dev-ruby/podcast/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	13 Aug 2010 06:32:56 -0000	1.8
+++ ChangeLog	24 Jun 2011 14:33:38 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/podcast
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.8 2010/08/13 06:32:56 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.9 2011/06/24 14:33:38 armin76 Exp $
+
+  24 Jun 2011; Raúl Porcel <armin76@gentoo.org> podcast-0.0.4-r1.ebuild:
+  Drop ia64 keywords
 
   13 Aug 2010; Hans de Graaff <graaff@gentoo.org> -podcast-0.0.4.ebuild:
   Remove old version.



1.2                  dev-ruby/podcast/podcast-0.0.4-r1.ebuild

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

Index: podcast-0.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- podcast-0.0.4-r1.ebuild	27 Jun 2010 17:47:56 -0000	1.1
+++ podcast-0.0.4-r1.ebuild	24 Jun 2011 14:33:38 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r1.ebuild,v 1.1 2010/06/27 17:47:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r1.ebuild,v 1.2 2011/06/24 14:33:38 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/podcast: ChangeLog podcast-0.0.4-r1.ebuild
@ 2012-09-10 18:47 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2012-09-10 18:47 UTC (permalink / raw
  To: gentoo-commits

graaff      12/09/10 18:47:26

  Modified:             ChangeLog podcast-0.0.4-r1.ebuild
  Log:
  Add ruby19, ree18. Move to EAPI=4.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-ruby/podcast/ChangeLog

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

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



1.3                  dev-ruby/podcast/podcast-0.0.4-r1.ebuild

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

Index: podcast-0.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- podcast-0.0.4-r1.ebuild	24 Jun 2011 14:33:38 -0000	1.2
+++ podcast-0.0.4-r1.ebuild	10 Sep 2012 18:47:26 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 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/podcast/podcast-0.0.4-r1.ebuild,v 1.2 2011/06/24 14:33:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r1.ebuild,v 1.3 2012/09/10 18:47:26 graaff Exp $
 
-EAPI=2
-USE_RUBY="ruby18"
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""
@@ -20,7 +20,6 @@
 
 IUSE="test"
 
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
 ruby_add_rdepend "dev-ruby/ruby-mp3info"
 
 each_ruby_test() {





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

end of thread, other threads:[~2012-09-10 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-27 17:47 [gentoo-commits] gentoo-x86 commit in dev-ruby/podcast: ChangeLog podcast-0.0.4-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-24 14:33 Raul Porcel (armin76)
2012-09-10 18:47 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