* [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: imagesize-0.1.1_p20100902.ebuild ChangeLog
@ 2013-11-04 22:08 Manuel Rueger (mrueg)
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-11-04 22:08 UTC (permalink / raw
To: gentoo-commits
mrueg 13/11/04 22:08:18
Modified: ChangeLog
Added: imagesize-0.1.1_p20100902.ebuild
Log:
Version bump to github snapshot. Fix tests. Add ruby19,ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.8 dev-ruby/imagesize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 20 Aug 2011 12:45:01 -0000 1.7
+++ ChangeLog 4 Nov 2013 22:08:18 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/imagesize
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.7 2011/08/20 12:45:01 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.8 2013/11/04 22:08:18 mrueg Exp $
+
+*imagesize-0.1.1_p20100902 (04 Nov 2013)
+
+ 04 Nov 2013; Manuel Rüger <mrueg@gentoo.org>
+ +imagesize-0.1.1_p20100902.ebuild:
+ Version bump to github snapshot. Fix tests. Add ruby19,ruby20 target.
20 Aug 2011; Hans de Graaff <graaff@gentoo.org> -imagesize-0.1.1.ebuild:
Remove old version.
@@ -31,4 +37,3 @@
+imagesize-0.1.1.ebuild:
Initial import, dependency for app-misc/alexandria. Thanks to John Keeping in
#215458 for providing the initial ebuild.
-
1.1 dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.1&content-type=text/plain
Index: imagesize-0.1.1_p20100902.ebuild
===================================================================
# Copyright 1999-2013 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_p20100902.ebuild,v 1.1 2013/11/04 22:08:17 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.txt"
inherit ruby-fakegem
DESCRIPTION="Measure image size (GIF, PNG, JPEG, etc)"
HOMEPAGE="http://imagesize.rubyforge.org/"
COMMIT_ID="bd5be2afb088beba3f0d863cef4eac7db56ca804"
SRC_URI="https://github.com/mattheworiordan/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RUBY_S="${PN}-${COMMIT_ID}"
each_ruby_test() {
${RUBY} -Ilib -S test/test_image_size.rb || die
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: imagesize-0.1.1_p20100902.ebuild ChangeLog
@ 2013-11-17 9:49 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2013-11-17 9:49 UTC (permalink / raw
To: gentoo-commits
graaff 13/11/17 09:49:57
Modified: imagesize-0.1.1_p20100902.ebuild ChangeLog
Log:
Fix version in gemspec file.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.2 dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?r1=1.1&r2=1.2
Index: imagesize-0.1.1_p20100902.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imagesize-0.1.1_p20100902.ebuild 4 Nov 2013 22:08:17 -0000 1.1
+++ imagesize-0.1.1_p20100902.ebuild 17 Nov 2013 09:49:57 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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_p20100902.ebuild,v 1.1 2013/11/04 22:08:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v 1.2 2013/11/17 09:49:57 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
@@ -8,6 +8,8 @@
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.txt"
+RUBY_FAKEGEM_VERSION="0.1.1.20100902"
+
inherit ruby-fakegem
DESCRIPTION="Measure image size (GIF, PNG, JPEG, etc)"
1.9 dev-ruby/imagesize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 4 Nov 2013 22:08:18 -0000 1.8
+++ ChangeLog 17 Nov 2013 09:49:57 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/imagesize
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.8 2013/11/04 22:08:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.9 2013/11/17 09:49:57 graaff Exp $
+
+ 17 Nov 2013; Hans de Graaff <graaff@gentoo.org>
+ imagesize-0.1.1_p20100902.ebuild:
+ Fix version in gemspec file.
*imagesize-0.1.1_p20100902 (04 Nov 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: imagesize-0.1.1_p20100902.ebuild ChangeLog
@ 2014-02-24 2:30 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-02-24 2:30 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/02/24 02:30:15
Modified: imagesize-0.1.1_p20100902.ebuild ChangeLog
Log:
x86 stable wrt bug #499106
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.3 dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?r1=1.2&r2=1.3
Index: imagesize-0.1.1_p20100902.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imagesize-0.1.1_p20100902.ebuild 17 Nov 2013 09:49:57 -0000 1.2
+++ imagesize-0.1.1_p20100902.ebuild 24 Feb 2014 02:30:15 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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_p20100902.ebuild,v 1.2 2013/11/17 09:49:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v 1.3 2014/02/24 02:30:15 phajdan.jr Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
@@ -18,7 +18,7 @@
SRC_URI="https://github.com/mattheworiordan/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RUBY_S="${PN}-${COMMIT_ID}"
1.10 dev-ruby/imagesize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 17 Nov 2013 09:49:57 -0000 1.9
+++ ChangeLog 24 Feb 2014 02:30:15 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/imagesize
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.9 2013/11/17 09:49:57 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.10 2014/02/24 02:30:15 phajdan.jr Exp $
+
+ 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ imagesize-0.1.1_p20100902.ebuild:
+ x86 stable wrt bug #499106
17 Nov 2013; Hans de Graaff <graaff@gentoo.org>
imagesize-0.1.1_p20100902.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: imagesize-0.1.1_p20100902.ebuild ChangeLog
@ 2014-03-03 23:54 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-03 23:54 UTC (permalink / raw
To: gentoo-commits
pacho 14/03/03 23:54:18
Modified: imagesize-0.1.1_p20100902.ebuild ChangeLog
Log:
amd64 stable, bug #499106
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?r1=1.3&r2=1.4
Index: imagesize-0.1.1_p20100902.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- imagesize-0.1.1_p20100902.ebuild 24 Feb 2014 02:30:15 -0000 1.3
+++ imagesize-0.1.1_p20100902.ebuild 3 Mar 2014 23:54:17 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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_p20100902.ebuild,v 1.3 2014/02/24 02:30:15 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v 1.4 2014/03/03 23:54:17 pacho Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
@@ -18,7 +18,7 @@
SRC_URI="https://github.com/mattheworiordan/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
RUBY_S="${PN}-${COMMIT_ID}"
1.11 dev-ruby/imagesize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 24 Feb 2014 02:30:15 -0000 1.10
+++ ChangeLog 3 Mar 2014 23:54:17 -0000 1.11
@@ -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.10 2014/02/24 02:30:15 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.11 2014/03/03 23:54:17 pacho Exp $
+
+ 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> imagesize-0.1.1_p20100902.ebuild:
+ amd64 stable, bug #499106
24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
imagesize-0.1.1_p20100902.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: imagesize-0.1.1_p20100902.ebuild ChangeLog
@ 2014-05-15 1:03 Manuel Rueger (mrueg)
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-05-15 1:03 UTC (permalink / raw
To: gentoo-commits
mrueg 14/05/15 01:03:45
Modified: imagesize-0.1.1_p20100902.ebuild ChangeLog
Log:
Remove ruby18.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.5 dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?r1=1.4&r2=1.5
Index: imagesize-0.1.1_p20100902.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- imagesize-0.1.1_p20100902.ebuild 3 Mar 2014 23:54:17 -0000 1.4
+++ imagesize-0.1.1_p20100902.ebuild 15 May 2014 01:03:45 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2014 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_p20100902.ebuild,v 1.4 2014/03/03 23:54:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v 1.5 2014/05/15 01:03:45 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20"
+USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.txt"
1.13 dev-ruby/imagesize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 4 Mar 2014 10:16:43 -0000 1.12
+++ ChangeLog 15 May 2014 01:03:45 -0000 1.13
@@ -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.12 2014/03/04 10:16:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.13 2014/05/15 01:03:45 mrueg Exp $
+
+ 15 May 2014; Manuel Rüger <mrueg@gentoo.org> imagesize-0.1.1_p20100902.ebuild:
+ Remove ruby18.
04 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -imagesize-0.1.1-r1.ebuild:
Cleanup old.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-05-15 1:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 1:03 [gentoo-commits] gentoo-x86 commit in dev-ruby/imagesize: imagesize-0.1.1_p20100902.ebuild ChangeLog Manuel Rueger (mrueg)
-- strict thread matches above, loose matches on Subject: below --
2014-03-03 23:54 Pacho Ramos (pacho)
2014-02-24 2:30 PaweA Hajdan (phajdan.jr)
2013-11-17 9:49 Hans de Graaff (graaff)
2013-11-04 22:08 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox