diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-10-07 07:12:48 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-10-07 07:12:48 +0000 |
commit | 8d6e97a4ad7e027c34ea9a0cf918d804414d9828 (patch) | |
tree | ac11b53eda1f3b5c9fed3d1b5a8722df0f5cf435 /dev-ruby/tzinfo | |
parent | Add a revision and hard blocker to ensure only the latest slot installs in /u... (diff) | |
download | gentoo-2-8d6e97a4ad7e027c34ea9a0cf918d804414d9828.tar.gz gentoo-2-8d6e97a4ad7e027c34ea9a0cf918d804414d9828.tar.bz2 gentoo-2-8d6e97a4ad7e027c34ea9a0cf918d804414d9828.zip |
Version bump. Drop all arches except amd64 for new thread_safe dependency, bug 487178. Move into a separate slot because most dependencies expect this.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-1.1.0.ebuild (renamed from dev-ruby/tzinfo/tzinfo-1.0.1.ebuild) | 12 |
2 files changed, 15 insertions, 6 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index 339308dead4f..ac2c755ad8f6 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.117 2013/08/26 06:11:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.118 2013/10/07 07:12:48 graaff Exp $ + +*tzinfo-1.1.0 (07 Oct 2013) + + 07 Oct 2013; Hans de Graaff <graaff@gentoo.org> -tzinfo-1.0.1.ebuild, + +tzinfo-1.1.0.ebuild: + Version bump. Drop all arches except amd64 for new thread_safe dependency, + bug 487178. Move into a separate slot because most dependencies expect this. *tzinfo-1.0.1 (26 Aug 2013) diff --git a/dev-ruby/tzinfo/tzinfo-1.0.1.ebuild b/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild index be99ce48bdb4..83c669d7d052 100644 --- a/dev-ruby/tzinfo/tzinfo-1.0.1.ebuild +++ b/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.0.1.ebuild,v 1.1 2013/08/26 06:11:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild,v 1.1 2013/10/07 07:12:48 graaff Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES README" +RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" inherit ruby-fakegem @@ -15,13 +15,15 @@ DESCRIPTION="Daylight-savings aware timezone library" HOMEPAGE="http://tzinfo.rubyforge.org/" LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="1" +KEYWORDS="~amd64" IUSE="" RDEPEND="sys-libs/timezone-data" DEPEND="test? ( sys-libs/timezone-data )" +ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0" + all_ruby_prepare() { # With rubygems 1.3.1 we get the following warning # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 041777 |