graaff 15/03/13 06:29:51 Modified: ChangeLog Added: pdf-core-0.5.1.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.13 dev-ruby/pdf-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pdf-core/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 13 Mar 2015 06:10:14 -0000 1.12 +++ ChangeLog 13 Mar 2015 06:29:51 -0000 1.13 @@ -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.12 2015/03/13 06:10:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-core/ChangeLog,v 1.13 2015/03/13 06:29:51 graaff Exp $ + +*pdf-core-0.5.1 (13 Mar 2015) + + 13 Mar 2015; Hans de Graaff <[email protected]> +pdf-core-0.5.1.ebuild: + Version bump. 13 Mar 2015; Hans de Graaff <[email protected]> -pdf-core-0.2.5.ebuild, -pdf-core-0.3.1.ebuild, -pdf-core-0.4.0.ebuild: 1.1 dev-ruby/pdf-core/pdf-core-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/pdf-core-0.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pdf-core/pdf-core-0.5.1.ebuild?rev=1.1&content-type=text/plain Index: pdf-core-0.5.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/pdf-core/pdf-core-0.5.1.ebuild,v 1.1 2015/03/13 06:29:51 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" 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 }
