mrueg 14/08/10 23:24:51 Modified: ChangeLog Added: tzinfo-1.2.2.ebuild Log: Version bump. (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.136 dev-ruby/tzinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.136&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.136&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.135&r2=1.136 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- ChangeLog 18 Jul 2014 09:09:05 -0000 1.135 +++ ChangeLog 10 Aug 2014 23:24:51 -0000 1.136 @@ -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.135 2014/07/18 09:09:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.136 2014/08/10 23:24:51 mrueg Exp $ + +*tzinfo-1.2.2 (10 Aug 2014) + + 10 Aug 2014; Manuel RĂ¼ger <[email protected]> +tzinfo-1.2.2.ebuild: + Version bump. 18 Jul 2014; Hans de Graaff <[email protected]> tzinfo-0.3.37.ebuild, tzinfo-0.3.37-r1.ebuild, tzinfo-0.3.38.ebuild, tzinfo-1.2.1.ebuild: 1.1 dev-ruby/tzinfo/tzinfo-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: tzinfo-1.2.2.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.2.ebuild,v 1.1 2014/08/10 23:24:51 mrueg 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.github.io/" LICENSE="MIT" SLOT="1" KEYWORDS="~alpha ~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" }
