mrueg 15/07/06 09:08:10 Modified: ChangeLog Added: text-hyphen-1.4.1-r2.ebuild Log: Fix cvs merge issue in -r1. Add ruby21 and ruby22 support back to -r2. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.72 dev-ruby/text-hyphen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 21 Jun 2015 20:17:15 -0000 1.71 +++ ChangeLog 6 Jul 2015 09:08:10 -0000 1.72 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/text-hyphen # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.71 2015/06/21 20:17:15 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.72 2015/07/06 09:08:10 mrueg Exp $ + +*text-hyphen-1.4.1-r2 (06 Jul 2015) + + 06 Jul 2015; Manuel RĂ¼ger <[email protected]> +text-hyphen-1.4.1-r2.ebuild, + text-hyphen-1.4.1-r1.ebuild: + Fix cvs merge issue in -r1. Add ruby21 and ruby22 support back to -r2. 21 Jun 2015; Mikle Kolyada <[email protected]> text-hyphen-1.4.1-r1.ebuild: alpha stable wrt bug #546968 1.1 dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild?rev=1.1&content-type=text/plain Index: text-hyphen-1.4.1-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild,v 1.1 2015/07/06 09:08:10 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc" inherit ruby-fakegem DESCRIPTION="Hyphenates various words according to the rules of the language the word is written in" HOMEPAGE="http://rubyforge.org/projects/text-format" LICENSE="MIT" 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" IUSE="" ruby_add_bdepend " doc? ( >=dev-ruby/hoe-2.8.0 ) test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )" all_ruby_prepare() { sed -i -e '2igem "test-unit", ">= 2.0"' test/test_*.rb || die }
