summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-03-15 21:08:55 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-03-15 21:08:55 +0000
commit997763a86294337ba636f4711fa5f75839107e1a (patch)
treee174fbf2bdd5fc4c774068de9976833712ba3a6d /dev-ruby/tzinfo
parentppc/ppc64 stable wrt #359059 (diff)
downloadgentoo-2-997763a86294337ba636f4711fa5f75839107e1a.tar.gz
gentoo-2-997763a86294337ba636f4711fa5f75839107e1a.tar.bz2
gentoo-2-997763a86294337ba636f4711fa5f75839107e1a.zip
Version bump, remove old, drop ruby19/jruby support from .24 to mark it stable.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r--dev-ruby/tzinfo/ChangeLog9
-rw-r--r--dev-ruby/tzinfo/tzinfo-0.3.24.ebuild4
-rw-r--r--dev-ruby/tzinfo/tzinfo-0.3.25.ebuild (renamed from dev-ruby/tzinfo/tzinfo-0.3.23.ebuild)8
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog
index 5cb96c524236..e816050ce77f 100644
--- a/dev-ruby/tzinfo/ChangeLog
+++ b/dev-ruby/tzinfo/ChangeLog
@@ -1,6 +1,13 @@
# 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.72 2011/01/16 08:36:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.73 2011/03/15 21:08:55 flameeyes Exp $
+
+*tzinfo-0.3.25 (15 Mar 2011)
+
+ 15 Mar 2011; Diego E. Pettenò <flameeyes@gentoo.org> -tzinfo-0.3.23.ebuild,
+ tzinfo-0.3.24.ebuild, +tzinfo-0.3.25.ebuild:
+ Version bump, remove old, drop ruby19/jruby support from .24 to mark it
+ stable.
16 Jan 2011; Hans de Graaff <graaff@gentoo.org> -tzinfo-0.3.16.ebuild:
Remove old version.
diff --git a/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild
index 3abdb23ff50f..0f5ed342eacb 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild,v 1.1 2011/01/16 08:35:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild,v 1.2 2011/03/15 21:08:55 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18 ree18 ruby19 jruby"
+USE_RUBY="ruby18 ree18"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES README"
diff --git a/dev-ruby/tzinfo/tzinfo-0.3.23.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.25.ebuild
index a9d08c35a647..00c7ab506091 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.23.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.25.ebuild
@@ -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/tzinfo/tzinfo-0.3.23.ebuild,v 1.2 2010/12/04 16:48:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.25.ebuild,v 1.1 2011/03/15 21:08:55 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -25,10 +25,6 @@ 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.