graaff 14/04/01 19:30:08 Modified: ChangeLog Added: diff-lcs-1.2.5-r1.ebuild Log: Add ruby21. Drop alpha, sparc keywords: bug 465948. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.53 dev-ruby/diff-lcs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 26 Dec 2013 15:08:33 -0000 1.52 +++ ChangeLog 1 Apr 2014 19:30:08 -0000 1.53 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/diff-lcs -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.52 2013/12/26 15:08:33 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.53 2014/04/01 19:30:08 graaff Exp $ + +*diff-lcs-1.2.5-r1 (01 Apr 2014) + + 01 Apr 2014; Hans de Graaff <[email protected]> +diff-lcs-1.2.5-r1.ebuild: + Add ruby21. Drop alpha, sparc keywords: bug 465948. 26 Dec 2013; Markus Meier <[email protected]> diff-lcs-1.1.3.ebuild: arm stable, bug #493780 1.1 dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild?rev=1.1&content-type=text/plain Index: diff-lcs-1.2.5-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild,v 1.1 2014/04/01 19:30:08 graaff Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc" inherit ruby-fakegem DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences" HOMEPAGE="https://github.com/halostatue/diff-lcs" LICENSE="|| ( MIT Ruby GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE=""
