graaff 15/02/26 06:52:21 Modified: ChangeLog Added: highline-1.7.1.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.93 dev-ruby/highline/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 28 Dec 2014 01:00:39 -0000 1.92 +++ ChangeLog 26 Feb 2015 06:52:21 -0000 1.93 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/highline -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.92 2014/12/28 01:00:39 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.93 2015/02/26 06:52:21 graaff Exp $ + +*highline-1.7.1 (26 Feb 2015) + + 26 Feb 2015; Hans de Graaff <[email protected]> +highline-1.7.1.ebuild: + Version bump. 28 Dec 2014; Manuel RĂ¼ger <[email protected]> highline-1.6.21.ebuild: Add ruby2.2 target. 1.1 dev-ruby/highline/highline-1.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/highline-1.7.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/highline-1.7.1.ebuild?rev=1.1&content-type=text/plain Index: highline-1.7.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/highline/highline-1.7.1.ebuild,v 1.1 2015/02/26 06:52:21 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="Changelog.md README.rdoc TODO" RUBY_FAKEGEM_DOCDIR="doc/html" inherit ruby-fakegem DESCRIPTION="Highline is a high-level command-line IO library for ruby" HOMEPAGE="https://github.com/JEG2/highline" IUSE="" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" all_ruby_prepare() { # fix up gemspec file not to call git sed -i -e '/git ls-files/d' highline.gemspec || die # Avoid unneeded dependencies sed -i -e '/\(bundler\|code_statistics\)/ s:^:#:' \ -e '/PackageTask/,/end/ s:^:#:' Rakefile || die # Avoid tests that require a real console because we can't provide # that when running tests through portage. These should pass when # run in a console. We should probably narrow this down more to the # specific tests. rm test/tc_highline.rb || die sed -i -e '/test_question_options/,/^ end/ s:^:#:' \ -e '/test_paged_print_infinite_loop_bug/,/^ end/ s:^:#:' \ -e '/test_cancel_paging/,/^ end/ s:^:#:' \ test/tc_menu.rb || die }
