mrueg 14/08/02 02:38:54 Modified: ChangeLog Added: awesome_print-1.2.0-r2.ebuild Log: Add ruby21 target. Drop sparc keyword. Rekeywording in bug #465948 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.21 dev-ruby/awesome_print/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/awesome_print/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/awesome_print/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/awesome_print/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 21 May 2014 01:49:02 -0000 1.20 +++ ChangeLog 2 Aug 2014 02:38:54 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/awesome_print # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/ChangeLog,v 1.20 2014/05/21 01:49:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/ChangeLog,v 1.21 2014/08/02 02:38:54 mrueg Exp $ + +*awesome_print-1.2.0-r2 (02 Aug 2014) + + 02 Aug 2014; Manuel Rüger <[email protected]> +awesome_print-1.2.0-r2.ebuild: + Add ruby21 target. Drop sparc keyword. Rekeywording in bug #465948 21 May 2014; Manuel Rüger <[email protected]> awesome_print-1.2.0-r1.ebuild: Remove ruby18 target. 1.1 dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild?rev=1.1&content-type=text/plain Index: awesome_print-1.2.0-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild,v 1.1 2014/08/02 02:38:54 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" inherit ruby-fakegem DESCRIPTION="Ruby library that pretty prints Ruby objects in full color with proper indentation" HOMEPAGE="http://github.com/michaeldv/awesome_print" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" SLOT="0" IUSE=""
