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.ebuild
@ 2010-05-22 15:35 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 15:35 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/22 15:35:34

  Modified:             ChangeLog podcast-0.0.4.ebuild
  Log:
  Various cleanups.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/podcast/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	20 Dec 2009 13:47:30 -0000	1.5
+++ ChangeLog	22 May 2010 15:35:34 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/podcast
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.5 2009/12/20 13:47:30 graaff Exp $
+# 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 $
+
+  22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  podcast-0.0.4.ebuild:
+  Various cleanups.
 
   20 Dec 2009; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4.ebuild:
   Remove obsolete virtual/ruby dependency.



1.7                  dev-ruby/podcast/podcast-0.0.4.ebuild

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

Index: podcast-0.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- podcast-0.0.4.ebuild	20 Dec 2009 13:47:30 -0000	1.6
+++ podcast-0.0.4.ebuild	22 May 2010 15:35:34 -0000	1.7
@@ -1,12 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.ebuild,v 1.6 2009/12/20 13:47:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.7 2010/05/22 15:35:34 flameeyes Exp $
 
 inherit ruby gems
 
 DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files"
 HOMEPAGE="http://podcast.rubyforge.org/"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
 
 LICENSE="GPL-2"
 SLOT="0"






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/podcast: ChangeLog podcast-0.0.4.ebuild
@ 2010-08-13  6:32 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-08-13  6:32 UTC (permalink / raw
  To: gentoo-commits

graaff      10/08/13 06:32:56

  Modified:             ChangeLog
  Removed:              podcast-0.0.4.ebuild
  Log:
  Remove old version.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/podcast/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	27 Jun 2010 17:47:56 -0000	1.7
+++ ChangeLog	13 Aug 2010 06:32:56 -0000	1.8
@@ -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.7 2010/06/27 17:47:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.8 2010/08/13 06:32:56 graaff Exp $
+
+  13 Aug 2010; Hans de Graaff <graaff@gentoo.org> -podcast-0.0.4.ebuild:
+  Remove old version.
 
 *podcast-0.0.4-r1 (27 Jun 2010)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/podcast: ChangeLog podcast-0.0.4.ebuild
@ 2009-12-20 13:47 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2009-12-20 13:47 UTC (permalink / raw
  To: gentoo-commits

graaff      09/12/20 13:47:30

  Modified:             ChangeLog podcast-0.0.4.ebuild
  Log:
  Remove obsolete virtual/ruby dependency.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/podcast/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Apr 2009 17:22:48 -0000	1.4
+++ ChangeLog	20 Dec 2009 13:47:30 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/podcast
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.4 2009/04/14 17:22:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.5 2009/12/20 13:47:30 graaff Exp $
+
+  20 Dec 2009; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4.ebuild:
+  Remove obsolete virtual/ruby dependency.
 
   14 Apr 2009; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4.ebuild:
   Fix deprecated use of USE_RUBY="any".



1.6                  dev-ruby/podcast/podcast-0.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild?r1=1.5&r2=1.6

Index: podcast-0.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- podcast-0.0.4.ebuild	14 Apr 2009 17:22:48 -0000	1.5
+++ podcast-0.0.4.ebuild	20 Dec 2009 13:47:30 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.ebuild,v 1.5 2009/04/14 17:22:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.6 2009/12/20 13:47:30 graaff Exp $
 
 inherit ruby gems
 
@@ -14,4 +14,4 @@
 
 IUSE=""
 USE_RUBY="ruby18"
-DEPEND="virtual/ruby dev-ruby/ruby-mp3info"
+DEPEND="dev-ruby/ruby-mp3info"






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/podcast: ChangeLog podcast-0.0.4.ebuild
@ 2009-04-14 17:22 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2009-04-14 17:22 UTC (permalink / raw
  To: gentoo-commits

graaff      09/04/14 17:22:48

  Modified:             ChangeLog podcast-0.0.4.ebuild
  Log:
  Fix deprecated use of USE_RUBY="any".
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/podcast/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	8 Dec 2006 18:18:39 -0000	1.3
+++ ChangeLog	14 Apr 2009 17:22:48 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/podcast
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.3 2006/12/08 18:18:39 pclouds Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.4 2009/04/14 17:22:48 graaff Exp $
+
+  14 Apr 2009; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4.ebuild:
+  Fix deprecated use of USE_RUBY="any".
 
   08 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
   podcast-0.0.4.ebuild:



1.5                  dev-ruby/podcast/podcast-0.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild?r1=1.4&r2=1.5

Index: podcast-0.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- podcast-0.0.4.ebuild	11 Jul 2007 05:23:08 -0000	1.4
+++ podcast-0.0.4.ebuild	14 Apr 2009 17:22:48 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 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.ebuild,v 1.4 2007/07/11 05:23:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.5 2009/04/14 17:22:48 graaff Exp $
 
 inherit ruby gems
 
@@ -13,5 +13,5 @@
 KEYWORDS="~amd64 ~ia64 ~x86"
 
 IUSE=""
-USE_RUBY="any"
+USE_RUBY="ruby18"
 DEPEND="virtual/ruby dev-ruby/ruby-mp3info"






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

end of thread, other threads:[~2010-08-13  6:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 15:35 [gentoo-commits] gentoo-x86 commit in dev-ruby/podcast: ChangeLog podcast-0.0.4.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-13  6:32 Hans de Graaff (graaff)
2009-12-20 13:47 Hans de Graaff (graaff)
2009-04-14 17:22 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