graaff 14/08/29 05:41:48 Modified: ChangeLog Added: ttfunk-1.2.1.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.16 dev-ruby/ttfunk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 19 Aug 2014 11:29:58 -0000 1.15 +++ ChangeLog 29 Aug 2014 05:41:48 -0000 1.16 @@ -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.15 2014/08/19 11:29:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.16 2014/08/29 05:41:48 graaff Exp $ + +*ttfunk-1.2.1 (29 Aug 2014) + + 29 Aug 2014; Hans de Graaff <[email protected]> +ttfunk-1.2.1.ebuild: + Version bump. 19 Aug 2014; Raúl Porcel <[email protected]> ttfunk-1.1.1.ebuild, ttfunk-1.2.0.ebuild: 1.1 dev-ruby/ttfunk/ttfunk-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: ttfunk-1.2.1.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.1.ebuild,v 1.1 2014/08/29 05:41:48 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="README.rdoc" 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" all_ruby_prepare() { sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die }
