graaff 14/06/02 05:39:24 Modified: ChangeLog Added: tzinfo-1.2.1.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.132 dev-ruby/tzinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.132&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.132&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.131&r2=1.132 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- ChangeLog 27 May 2014 04:44:21 -0000 1.131 +++ ChangeLog 2 Jun 2014 05:39:24 -0000 1.132 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.131 2014/05/27 04:44:21 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.132 2014/06/02 05:39:24 graaff Exp $ + +*tzinfo-1.2.1 (02 Jun 2014) + + 02 Jun 2014; Hans de Graaff <[email protected]> +tzinfo-1.2.1.ebuild: + Version bump. *tzinfo-1.2.0 (27 May 2014) 1.1 dev-ruby/tzinfo/tzinfo-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: tzinfo-1.2.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.1.ebuild,v 1.1 2014/06/02 05:39:24 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test_zoneinfo" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" inherit ruby-fakegem DESCRIPTION="Daylight-savings aware timezone library" HOMEPAGE="http://tzinfo.rubyforge.org/" LICENSE="MIT" SLOT="1" KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="" RDEPEND="sys-libs/timezone-data" DEPEND="test? ( sys-libs/timezone-data )" ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0" ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" all_ruby_prepare() { # Set the secure permissions that tests expect. chmod 0755 "${HOME}" || die "Failed to fix permissions on home" }
