graaff 15/05/17 07:07:09 Modified: ChangeLog Added: locale-2.1.1.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.80 dev-ruby/locale/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/ChangeLog?rev=1.80&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/ChangeLog?rev=1.80&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/ChangeLog?r1=1.79&r2=1.80 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- ChangeLog 11 Apr 2015 09:00:21 -0000 1.79 +++ ChangeLog 17 May 2015 07:07:09 -0000 1.80 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/locale # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v 1.79 2015/04/11 09:00:21 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v 1.80 2015/05/17 07:07:09 graaff Exp $ + +*locale-2.1.1 (17 May 2015) + + 17 May 2015; Hans de Graaff <[email protected]> +locale-2.1.1.ebuild: + Version bump. 11 Apr 2015; Hans de Graaff <[email protected]> locale-2.1.0-r2.ebuild: Add ruby22. 1.1 dev-ruby/locale/locale-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/locale-2.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/locale-2.1.1.ebuild?rev=1.1&content-type=text/plain Index: locale-2.1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.1.1.ebuild,v 1.1 2015/05/17 07:07:09 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc/reference" RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc doc/text/news.md" RUBY_FAKEGEM_TASK_TEST="test" inherit ruby-fakegem DESCRIPTION="A pure ruby library which provides basic APIs for localization" HOMEPAGE="https://github.com/ruby-gettext/locale" LICENSE="|| ( Ruby GPL-2 )" SRC_URI="https://github.com/ruby-gettext/locale/archive/${PV}.tar.gz -> ${P}-git.tgz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos" SLOT="0" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/yard )" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/test-unit-rr )" all_ruby_prepare() { sed -i -e '/notify/ s:^:#:' test/run-test.rb || die } all_ruby_compile() { all_fakegem_compile if use doc ; then yard || die fi } each_ruby_test() { ${RUBY} test/run-test.rb || die } all_ruby_install() { all_fakegem_install insinto /usr/share/doc/${PF} doins -r samples || die }
