* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2010-01-06 0:30 Diego Petteno (flameeyes)
0 siblings, 0 replies; 9+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-06 0:30 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/01/06 00:30:24
Modified: ChangeLog
Added: tzinfo-0.3.16.ebuild
Log:
Version bump.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.46 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 4 Jan 2010 12:01:39 -0000 1.45
+++ ChangeLog 6 Jan 2010 00:30:23 -0000 1.46
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.45 2010/01/04 12:01:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.46 2010/01/06 00:30:23 flameeyes Exp $
+
+*tzinfo-0.3.16 (06 Jan 2010)
+
+ 06 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ +tzinfo-0.3.16.ebuild:
+ Version bump.
04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
tzinfo-0.3.15-r1.ebuild:
1.1 dev-ruby/tzinfo/tzinfo-0.3.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.1&content-type=text/plain
Index: tzinfo-0.3.16.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.1 2010/01/06 00:30:23 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES README"
inherit ruby-fakegem
DESCRIPTION="Daylight-savings aware timezone library"
HOMEPAGE="http://tzinfo.rubyforge.org/"
SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=""
DEPEND=""
ruby_add_bdepend test virtual/ruby-test-unit
all_ruby_prepare() {
# The package has all the files executable, probably coming from
# Windows.
find "${S}" -type f -perm +111 -exec chmod -x {} +
# With rubygems 1.3.1 we get the following warning
# warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 041777
# when running the test_get_tainted_not_loaded test.
sed -i -e '138,146s:^:#:' "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2010-01-11 11:42 Fabian Groffen (grobian)
0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2010-01-11 11:42 UTC (permalink / raw
To: gentoo-commits
grobian 10/01/11 11:42:45
Modified: ChangeLog tzinfo-0.3.16.ebuild
Log:
Marked ~x64-solaris
(Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.47 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 6 Jan 2010 00:30:23 -0000 1.46
+++ ChangeLog 11 Jan 2010 11:42:44 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.46 2010/01/06 00:30:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.47 2010/01/11 11:42:44 grobian Exp $
+
+ 11 Jan 2010; Fabian Groffen <grobian@gentoo.org> tzinfo-0.3.16.ebuild:
+ Marked ~x64-solaris
*tzinfo-0.3.16 (06 Jan 2010)
1.2 dev-ruby/tzinfo/tzinfo-0.3.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?r1=1.1&r2=1.2
Index: tzinfo-0.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tzinfo-0.3.16.ebuild 6 Jan 2010 00:30:23 -0000 1.1
+++ tzinfo-0.3.16.ebuild 11 Jan 2010 11:42:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.1 2010/01/06 00:30:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.2 2010/01/11 11:42:44 grobian Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2010-04-03 12:12 Hans de Graaff (graaff)
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff (graaff) @ 2010-04-03 12:12 UTC (permalink / raw
To: gentoo-commits
graaff 10/04/03 12:12:25
Modified: ChangeLog tzinfo-0.3.16.ebuild
Log:
Drop ruby19 and jruby to facilitate stabling this specific version.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Revision Changes Path
1.52 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 3 Apr 2010 12:06:33 -0000 1.51
+++ ChangeLog 3 Apr 2010 12:12:25 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.51 2010/04/03 12:06:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.52 2010/04/03 12:12:25 graaff Exp $
+
+ 03 Apr 2010; Hans de Graaff <graaff@gentoo.org> tzinfo-0.3.16.ebuild:
+ Drop ruby19 and jruby to facilitate stabling this specific version.
03 Apr 2010; Hans de Graaff <graaff@gentoo.org> -tzinfo-0.3.15.ebuild,
-tzinfo-0.3.17.ebuild:
1.3 dev-ruby/tzinfo/tzinfo-0.3.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?r1=1.2&r2=1.3
Index: tzinfo-0.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tzinfo-0.3.16.ebuild 11 Jan 2010 11:42:44 -0000 1.2
+++ tzinfo-0.3.16.ebuild 3 Apr 2010 12:12:25 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.2 2010/01/11 11:42:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.3 2010/04/03 12:12:25 graaff Exp $
EAPI=2
-USE_RUBY="ruby18 ruby19 jruby"
+USE_RUBY="ruby18"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES README"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2010-04-12 13:50 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-04-12 13:50 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/04/12 13:50:34
Modified: ChangeLog tzinfo-0.3.16.ebuild
Log:
x86 stable wrt bug #312963
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.54 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 7 Apr 2010 06:49:09 -0000 1.53
+++ ChangeLog 12 Apr 2010 13:50:33 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.53 2010/04/07 06:49:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.54 2010/04/12 13:50:33 phajdan.jr Exp $
+
+ 12 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> tzinfo-0.3.16.ebuild:
+ x86 stable wrt bug #312963
*tzinfo-0.3.19 (07 Apr 2010)
1.4 dev-ruby/tzinfo/tzinfo-0.3.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?r1=1.3&r2=1.4
Index: tzinfo-0.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tzinfo-0.3.16.ebuild 3 Apr 2010 12:12:25 -0000 1.3
+++ tzinfo-0.3.16.ebuild 12 Apr 2010 13:50:33 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.3 2010/04/03 12:12:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.4 2010/04/12 13:50:33 phajdan.jr Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2010-04-18 17:33 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-04-18 17:33 UTC (permalink / raw
To: gentoo-commits
nixnut 10/04/18 17:33:37
Modified: ChangeLog tzinfo-0.3.16.ebuild
Log:
ppc stable #312963
(Portage version: 2.1.8.3/cvs/Linux ppc)
Revision Changes Path
1.55 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 12 Apr 2010 13:50:33 -0000 1.54
+++ ChangeLog 18 Apr 2010 17:33:37 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.54 2010/04/12 13:50:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.55 2010/04/18 17:33:37 nixnut Exp $
+
+ 18 Apr 2010; <nixnut@gentoo.org> tzinfo-0.3.16.ebuild:
+ ppc stable #312963
12 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> tzinfo-0.3.16.ebuild:
x86 stable wrt bug #312963
1.5 dev-ruby/tzinfo/tzinfo-0.3.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?r1=1.4&r2=1.5
Index: tzinfo-0.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tzinfo-0.3.16.ebuild 12 Apr 2010 13:50:33 -0000 1.4
+++ tzinfo-0.3.16.ebuild 18 Apr 2010 17:33:37 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.4 2010/04/12 13:50:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.5 2010/04/18 17:33:37 nixnut Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2010-05-09 17:58 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-09 17:58 UTC (permalink / raw
To: gentoo-commits
armin76 10/05/09 17:58:46
Modified: ChangeLog tzinfo-0.3.16.ebuild
Log:
alpha/ia64/sparc stable wrt #312963
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.57 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 20 Apr 2010 06:28:20 -0000 1.56
+++ ChangeLog 9 May 2010 17:58:46 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.56 2010/04/20 06:28:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.57 2010/05/09 17:58:46 armin76 Exp $
+
+ 09 May 2010; Raúl Porcel <armin76@gentoo.org> tzinfo-0.3.16.ebuild:
+ alpha/ia64/sparc stable wrt #312963
*tzinfo-0.3.20 (20 Apr 2010)
1.6 dev-ruby/tzinfo/tzinfo-0.3.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?r1=1.5&r2=1.6
Index: tzinfo-0.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tzinfo-0.3.16.ebuild 18 Apr 2010 17:33:37 -0000 1.5
+++ tzinfo-0.3.16.ebuild 9 May 2010 17:58:46 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.5 2010/04/18 17:33:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.6 2010/05/09 17:58:46 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2010-05-09 17:59 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-09 17:59 UTC (permalink / raw
To: gentoo-commits
armin76 10/05/09 17:59:56
Modified: ChangeLog tzinfo-0.3.16.ebuild
Log:
sparc stable wrt #312963
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.58 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 9 May 2010 17:58:46 -0000 1.57
+++ ChangeLog 9 May 2010 17:59:56 -0000 1.58
@@ -1,9 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.57 2010/05/09 17:58:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.58 2010/05/09 17:59:56 armin76 Exp $
09 May 2010; Raúl Porcel <armin76@gentoo.org> tzinfo-0.3.16.ebuild:
- alpha/ia64/sparc stable wrt #312963
+ sparc stable wrt #312963
*tzinfo-0.3.20 (20 Apr 2010)
1.7 dev-ruby/tzinfo/tzinfo-0.3.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?r1=1.6&r2=1.7
Index: tzinfo-0.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tzinfo-0.3.16.ebuild 9 May 2010 17:58:46 -0000 1.6
+++ tzinfo-0.3.16.ebuild 9 May 2010 17:59:56 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.6 2010/05/09 17:58:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.7 2010/05/09 17:59:56 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2010-05-23 20:06 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-23 20:06 UTC (permalink / raw
To: gentoo-commits
pacho 10/05/23 20:06:23
Modified: ChangeLog tzinfo-0.3.16.ebuild
Log:
stable amd64, bug 312963
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.61 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 22 May 2010 22:48:52 -0000 1.60
+++ ChangeLog 23 May 2010 20:06:23 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.60 2010/05/22 22:48:52 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.61 2010/05/23 20:06:23 pacho Exp $
+
+ 23 May 2010; Pacho Ramos <pacho@gentoo.org> tzinfo-0.3.16.ebuild:
+ stable amd64, bug 312963
22 May 2010; Alex Legler <a3li@gentoo.org> tzinfo-0.3.20.ebuild:
Add REE18 support
1.9 dev-ruby/tzinfo/tzinfo-0.3.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild?r1=1.8&r2=1.9
Index: tzinfo-0.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tzinfo-0.3.16.ebuild 22 May 2010 14:10:42 -0000 1.8
+++ tzinfo-0.3.16.ebuild 23 May 2010 20:06:23 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.8 2010/05/22 14:10:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.9 2010/05/23 20:06:23 pacho Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild
@ 2011-01-16 8:36 Hans de Graaff (graaff)
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-16 8:36 UTC (permalink / raw
To: gentoo-commits
graaff 11/01/16 08:36:20
Modified: ChangeLog
Removed: tzinfo-0.3.16.ebuild
Log:
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.72 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 16 Jan 2011 08:35:39 -0000 1.71
+++ ChangeLog 16 Jan 2011 08:36:20 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.71 2011/01/16 08:35:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.72 2011/01/16 08:36:20 graaff Exp $
+
+ 16 Jan 2011; Hans de Graaff <graaff@gentoo.org> -tzinfo-0.3.16.ebuild:
+ Remove old version.
*tzinfo-0.3.24 (16 Jan 2011)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-01-16 8:36 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 20:06 [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.16.ebuild Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2011-01-16 8:36 Hans de Graaff (graaff)
2010-05-09 17:59 Raul Porcel (armin76)
2010-05-09 17:58 Raul Porcel (armin76)
2010-04-18 17:33 Gysbert Wassenaar (nixnut)
2010-04-12 13:50 PaweA Hajdan (phajdan.jr)
2010-04-03 12:12 Hans de Graaff (graaff)
2010-01-11 11:42 Fabian Groffen (grobian)
2010-01-06 0:30 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox