graaff 15/07/16 05:25:46 Modified: ChangeLog Added: pdf-core-0.6.0.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.16 dev-ruby/pdf-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pdf-core/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 6 Jul 2015 06:54:01 -0000 1.15 +++ ChangeLog 16 Jul 2015 05:25:46 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/pdf-core # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-core/ChangeLog,v 1.15 2015/07/06 06:54:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-core/ChangeLog,v 1.16 2015/07/16 05:25:46 graaff Exp $ + +*pdf-core-0.6.0 (16 Jul 2015) + + 16 Jul 2015; Hans de Graaff <gra...@gentoo.org> +pdf-core-0.6.0.ebuild: + Version bump. 06 Jul 2015; Hans de Graaff <gra...@gentoo.org> pdf-core-0.5.1.ebuild: Add ruby22. 1.1 dev-ruby/pdf-core/pdf-core-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/pdf-core-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/pdf-core-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: pdf-core-0.6.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-core/pdf-core-0.6.0.ebuild,v 1.1 2015/07/16 05:25:46 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem DESCRIPTION="Implements low level PDF features for Prawn" HOMEPAGE="https://github.com/prawnpdf/pdf-core/" LICENSE="|| ( Ruby GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1.1* >=dev-ruby/pdf-reader-1.2 =dev-ruby/pdf-reader-1* )" all_ruby_prepare() { sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die }