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

graaff      10/06/25 21:25:19

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

Revision  Changes    Path
1.5                  dev-ruby/imagesize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	29 May 2009 01:32:45 -0000	1.4
+++ ChangeLog	25 Jun 2010 21:25:19 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/imagesize
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.4 2009/05/29 01:32:45 beandog Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.5 2010/06/25 21:25:19 graaff Exp $
+
+*imagesize-0.1.1-r1 (25 Jun 2010)
+
+  25 Jun 2010; Hans de Graaff <graaff@gentoo.org>
+  +imagesize-0.1.1-r1.ebuild:
+  Convert to ruby-fakegem.
 
   29 May 2009; Steve Dibb <beandog@gentoo.org> imagesize-0.1.1.ebuild:
   amd64 stable



1.1                  dev-ruby/imagesize/imagesize-0.1.1-r1.ebuild

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

Index: imagesize-0.1.1-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/imagesize/imagesize-0.1.1-r1.ebuild,v 1.1 2010/06/25 21:25:19 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="README.txt"

inherit ruby-fakegem

DESCRIPTION="Measure image size (GIF, PNG, JPEG, etc)"
HOMEPAGE="http://imagesize.rubyforge.org/"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

# The tests are broken because a test image is missing.






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: ChangeLog imagesize-0.1.1-r1.ebuild
@ 2011-07-21 10:37 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2011-07-21 10:37 UTC (permalink / raw
  To: gentoo-commits

graaff      11/07/21 10:37:00

  Modified:             ChangeLog imagesize-0.1.1-r1.ebuild
  Log:
  Move stable keywords forward since the only change is the eclass installing the files.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/imagesize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	25 Jun 2010 21:25:19 -0000	1.5
+++ ChangeLog	21 Jul 2011 10:37:00 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/imagesize
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.5 2010/06/25 21:25:19 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.6 2011/07/21 10:37:00 graaff Exp $
+
+  21 Jul 2011; Hans de Graaff <graaff@gentoo.org> imagesize-0.1.1-r1.ebuild:
+  Move stable keywords forward since the only change is the eclass installing
+  the files.
 
 *imagesize-0.1.1-r1 (25 Jun 2010)
 



1.2                  dev-ruby/imagesize/imagesize-0.1.1-r1.ebuild

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

Index: imagesize-0.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imagesize-0.1.1-r1.ebuild	25 Jun 2010 21:25:19 -0000	1.1
+++ imagesize-0.1.1-r1.ebuild	21 Jul 2011 10:37:00 -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/imagesize/imagesize-0.1.1-r1.ebuild,v 1.1 2010/06/25 21:25:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1-r1.ebuild,v 1.2 2011/07/21 10:37:00 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 # The tests are broken because a test image is missing.






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: ChangeLog imagesize-0.1.1-r1.ebuild
@ 2014-03-04 10:16 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-03-04 10:16 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/03/04 10:16:43

  Modified:             ChangeLog
  Removed:              imagesize-0.1.1-r1.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.12                 dev-ruby/imagesize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	3 Mar 2014 23:54:17 -0000	1.11
+++ ChangeLog	4 Mar 2014 10:16:43 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/imagesize
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.11 2014/03/03 23:54:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.12 2014/03/04 10:16:43 mrueg Exp $
+
+  04 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -imagesize-0.1.1-r1.ebuild:
+  Cleanup old.
 
   03 Mar 2014; Pacho Ramos <pacho@gentoo.org> imagesize-0.1.1_p20100902.ebuild:
   amd64 stable, bug #499106





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

end of thread, other threads:[~2014-03-04 10:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 10:37 [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: ChangeLog imagesize-0.1.1-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-04 10:16 Manuel Rueger (mrueg)
2010-06-25 21:25 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