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

graaff      09/06/27 11:05:42

  Modified:             ChangeLog
  Added:                png-1.2.0.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/png/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 Mar 2009 12:13:28 -0000	1.2
+++ ChangeLog	27 Jun 2009 11:05:42 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/png
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.2 2009/03/20 12:13:28 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.3 2009/06/27 11:05:42 graaff Exp $
+
+*png-1.2.0 (27 Jun 2009)
+
+  27 Jun 2009; Hans de Graaff <graaff@gentoo.org> +png-1.2.0.ebuild:
+  Version bump with many enhancements.
 
   20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   metadata.xml:



1.1                  dev-ruby/png/png-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: png-1.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v 1.1 2009/06/27 11:05:42 graaff Exp $

inherit ruby gems

USE_RUBY="ruby18"

DESCRIPTION="An almost pure-Ruby Portable Network Graphics (PNG) library."
HOMEPAGE="http://rubyforge.org/projects/seattlerb/"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-ruby/rubygems-1.3.0"
RDEPEND="${DEPEND}"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/png: png-1.2.0.ebuild ChangeLog
@ 2009-07-03  6:01 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2009-07-03  6:01 UTC (permalink / raw
  To: gentoo-commits

graaff      09/07/03 06:01:32

  Modified:             png-1.2.0.ebuild ChangeLog
  Log:
  Add missing ruby-inline dependency.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/png/png-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?r1=1.1&r2=1.2

Index: png-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- png-1.2.0.ebuild	27 Jun 2009 11:05:42 -0000	1.1
+++ png-1.2.0.ebuild	3 Jul 2009 06:01:32 -0000	1.2
@@ -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/png/png-1.2.0.ebuild,v 1.1 2009/06/27 11:05:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v 1.2 2009/07/03 06:01:32 graaff Exp $
 
 inherit ruby gems
 
@@ -15,5 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+# ruby-inline dependency is not listed in gemspec, #276179
 DEPEND=">=dev-ruby/rubygems-1.3.0"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	>=dev-ruby/ruby-inline-3.5.0"



1.4                  dev-ruby/png/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	27 Jun 2009 11:05:42 -0000	1.3
+++ ChangeLog	3 Jul 2009 06:01:32 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/png
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.3 2009/06/27 11:05:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.4 2009/07/03 06:01:32 graaff Exp $
+
+  03 Jul 2009; Hans de Graaff <graaff@gentoo.org> png-1.2.0.ebuild:
+  Add back ruby-inline dependency. It is not listed in the gemspec but still
+  needed by the code. Fixes #276179.
 
 *png-1.2.0 (27 Jun 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/png: png-1.2.0.ebuild ChangeLog
@ 2010-05-22 15:34 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 15:34 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/22 15:34:50

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

Revision  Changes    Path
1.3                  dev-ruby/png/png-1.2.0.ebuild

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

Index: png-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- png-1.2.0.ebuild	3 Jul 2009 06:01:32 -0000	1.2
+++ png-1.2.0.ebuild	22 May 2010 15:34:50 -0000	1.3
@@ -1,6 +1,6 @@
-# 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/png/png-1.2.0.ebuild,v 1.2 2009/07/03 06:01:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v 1.3 2010/05/22 15:34:50 flameeyes Exp $
 
 inherit ruby gems
 
@@ -8,7 +8,6 @@
 
 DESCRIPTION="An almost pure-Ruby Portable Network Graphics (PNG) library."
 HOMEPAGE="http://rubyforge.org/projects/seattlerb/"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
 
 LICENSE="MIT"
 SLOT="0"



1.6                  dev-ruby/png/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	9 Dec 2009 20:28:36 -0000	1.5
+++ ChangeLog	22 May 2010 15:34:50 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/png
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.5 2009/12/09 20:28:36 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.6 2010/05/22 15:34:50 flameeyes Exp $
+
+  22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> png-1.2.0.ebuild:
+  Various cleanups.
 
   09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -png-1.1.0.ebuild:
   Remove old version.






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

end of thread, other threads:[~2010-05-22 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 15:34 [gentoo-commits] gentoo-x86 commit in dev-ruby/png: png-1.2.0.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-03  6:01 Hans de Graaff (graaff)
2009-06-27 11:05 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