* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.22.ebuild
@ 2010-05-29 12:44 Diego Petteno (flameeyes)
0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-29 12:44 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/05/29 12:44:33
Modified: ChangeLog
Added: tzinfo-0.3.22.ebuild
Log:
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.62 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 23 May 2010 20:06:23 -0000 1.61
+++ ChangeLog 29 May 2010 12:44:33 -0000 1.62
@@ -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.61 2010/05/23 20:06:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.62 2010/05/29 12:44:33 flameeyes Exp $
+
+*tzinfo-0.3.22 (29 May 2010)
+
+ 29 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ +tzinfo-0.3.22.ebuild:
+ Version bump.
23 May 2010; Pacho Ramos <pacho@gentoo.org> tzinfo-0.3.16.ebuild:
stable amd64, bug 312963
1.1 dev-ruby/tzinfo/tzinfo-0.3.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.1&content-type=text/plain
Index: tzinfo-0.3.22.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.22.ebuild,v 1.1 2010/05/29 12:44:33 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ree18 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 ~x64-solaris ~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 '/^ def test_get_tainted_not_loaded/, /^ end/ s:^:#:' \
"${S}"/test/tc_timezone.rb || die "unable to sed out the test"
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.22.ebuild
@ 2010-08-20 5:03 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-08-20 5:03 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/08/20 05:03:31
Modified: ChangeLog tzinfo-0.3.22.ebuild
Log:
x86 stable wrt bug #333525
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.65 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 19 Aug 2010 22:38:46 -0000 1.64
+++ ChangeLog 20 Aug 2010 05:03:31 -0000 1.65
@@ -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.64 2010/08/19 22:38:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.65 2010/08/20 05:03:31 phajdan.jr Exp $
+
+ 20 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> tzinfo-0.3.22.ebuild:
+ x86 stable wrt bug #333525
*tzinfo-0.3.23 (19 Aug 2010)
1.3 dev-ruby/tzinfo/tzinfo-0.3.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?r1=1.2&r2=1.3
Index: tzinfo-0.3.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tzinfo-0.3.22.ebuild 19 Aug 2010 22:38:46 -0000 1.2
+++ tzinfo-0.3.22.ebuild 20 Aug 2010 05:03:31 -0000 1.3
@@ -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.22.ebuild,v 1.2 2010/08/19 22:38:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild,v 1.3 2010/08/20 05:03:31 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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.22.ebuild
@ 2010-08-21 19:31 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-21 19:31 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/21 19:31:04
Modified: ChangeLog tzinfo-0.3.22.ebuild
Log:
Stable on amd64 wrt bug #333525
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.66 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 20 Aug 2010 05:03:31 -0000 1.65
+++ ChangeLog 21 Aug 2010 19:31:04 -0000 1.66
@@ -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.65 2010/08/20 05:03:31 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.66 2010/08/21 19:31:04 hwoarang Exp $
+
+ 21 Aug 2010; Markos Chandras <hwoarang@gentoo.org> tzinfo-0.3.22.ebuild:
+ Stable on amd64 wrt bug #333525
20 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> tzinfo-0.3.22.ebuild:
x86 stable wrt bug #333525
1.4 dev-ruby/tzinfo/tzinfo-0.3.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?r1=1.3&r2=1.4
Index: tzinfo-0.3.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tzinfo-0.3.22.ebuild 20 Aug 2010 05:03:31 -0000 1.3
+++ tzinfo-0.3.22.ebuild 21 Aug 2010 19:31:04 -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.22.ebuild,v 1.3 2010/08/20 05:03:31 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild,v 1.4 2010/08/21 19:31:04 hwoarang 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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.22.ebuild
@ 2010-09-18 18:17 Raul Porcel (armin76)
0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-18 18:17 UTC (permalink / raw
To: gentoo-commits
armin76 10/09/18 18:17:08
Modified: ChangeLog tzinfo-0.3.22.ebuild
Log:
sparc stable wrt #333525
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.68 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 21 Aug 2010 20:01:23 -0000 1.67
+++ ChangeLog 18 Sep 2010 18:17:08 -0000 1.68
@@ -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.67 2010/08/21 20:01:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.68 2010/09/18 18:17:08 armin76 Exp $
+
+ 18 Sep 2010; Raúl Porcel <armin76@gentoo.org> tzinfo-0.3.22.ebuild:
+ sparc stable wrt #333525
21 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-files/tzinfo.gemspec:
1.5 dev-ruby/tzinfo/tzinfo-0.3.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?r1=1.4&r2=1.5
Index: tzinfo-0.3.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tzinfo-0.3.22.ebuild 21 Aug 2010 19:31:04 -0000 1.4
+++ tzinfo-0.3.22.ebuild 18 Sep 2010 18:17:08 -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.22.ebuild,v 1.4 2010/08/21 19:31:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild,v 1.5 2010/09/18 18:17:08 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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.22.ebuild
@ 2010-09-28 19:46 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-09-28 19:46 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/28 19:46:04
Modified: ChangeLog tzinfo-0.3.22.ebuild
Log:
Marking tzinfo-0.3.22 ppc for bug 333525
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.69 dev-ruby/tzinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 18 Sep 2010 18:17:08 -0000 1.68
+++ ChangeLog 28 Sep 2010 19:46:04 -0000 1.69
@@ -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.68 2010/09/18 18:17:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.69 2010/09/28 19:46:04 ranger Exp $
+
+ 28 Sep 2010; Brent Baude <ranger@gentoo.org> tzinfo-0.3.22.ebuild:
+ Marking tzinfo-0.3.22 ppc for bug 333525
18 Sep 2010; Raúl Porcel <armin76@gentoo.org> tzinfo-0.3.22.ebuild:
sparc stable wrt #333525
1.6 dev-ruby/tzinfo/tzinfo-0.3.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild?r1=1.5&r2=1.6
Index: tzinfo-0.3.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tzinfo-0.3.22.ebuild 18 Sep 2010 18:17:08 -0000 1.5
+++ tzinfo-0.3.22.ebuild 28 Sep 2010 19:46:04 -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.22.ebuild,v 1.5 2010/09/18 18:17:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild,v 1.6 2010/09/28 19:46:04 ranger 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] 5+ messages in thread
end of thread, other threads:[~2010-09-28 19:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28 19:46 [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: ChangeLog tzinfo-0.3.22.ebuild Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2010-09-18 18:17 Raul Porcel (armin76)
2010-08-21 19:31 Markos Chandras (hwoarang)
2010-08-20 5:03 PaweA Hajdan (phajdan.jr)
2010-05-29 12:44 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