graaff 14/06/24 05:47:12 Modified: ChangeLog Added: ttfunk-1.2.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.11 dev-ruby/ttfunk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 19 Apr 2014 03:12:29 -0000 1.10 +++ ChangeLog 24 Jun 2014 05:47:12 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ttfunk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.10 2014/04/19 03:12:29 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.11 2014/06/24 05:47:12 graaff Exp $ + +*ttfunk-1.2.0 (24 Jun 2014) + + 24 Jun 2014; Hans de Graaff <[email protected]> +ttfunk-1.2.0.ebuild: + Version bump. 19 Apr 2014; Manuel RĂ¼ger <[email protected]> -ttfunk-1.1.0.ebuild, ttfunk-1.0.3-r1.ebuild, ttfunk-1.1.1.ebuild: 1.1 dev-ruby/ttfunk/ttfunk-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: ttfunk-1.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.2.0.ebuild,v 1.1 2014/06/24 05:47:12 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem versionator DESCRIPTION="A TrueType font parser written in pure ruby." HOMEPAGE="https://github.com/prawnpdf/ttfunk/" SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 Ruby )" SLOT="$(get_version_component_range 1-2)" KEYWORDS="~amd64" IUSE="" all_ruby_prepare() { sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die }
