mrueg 14/05/14 23:53:35 Modified: afm-0.2.0_p20130408.ebuild ChangeLog Added: afm-0.2.0_p20130408-r1.ebuild Log: Add ruby21 target. Remove ruby18 target. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 dev-ruby/afm/afm-0.2.0_p20130408.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408.ebuild?r1=1.3&r2=1.4 Index: afm-0.2.0_p20130408.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- afm-0.2.0_p20130408.ebuild 15 Nov 2013 19:32:39 -0000 1.3 +++ afm-0.2.0_p20130408.ebuild 14 May 2014 23:53:34 -0000 1.4 @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408.ebuild,v 1.3 2013/11/15 19:32:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408.ebuild,v 1.4 2014/05/14 23:53:34 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" 1.4 dev-ruby/afm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/afm/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/afm/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/afm/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/afm/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 15 Nov 2013 19:32:39 -0000 1.3 +++ ChangeLog 14 May 2014 23:53:35 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/afm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/afm/ChangeLog,v 1.3 2013/11/15 19:32:39 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/afm/ChangeLog,v 1.4 2014/05/14 23:53:35 mrueg Exp $ + +*afm-0.2.0_p20130408-r1 (14 May 2014) + + 14 May 2014; Manuel RĂ¼ger <[email protected]> +afm-0.2.0_p20130408-r1.ebuild, + afm-0.2.0_p20130408.ebuild: + Add ruby21 target. Remove ruby18 target. 15 Nov 2013; Hans de Graaff <[email protected]> afm-0.2.0_p20130408.ebuild: Fix the gemspec version to something rubygems understands. 1.1 dev-ruby/afm/afm-0.2.0_p20130408-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408-r1.ebuild?rev=1.1&content-type=text/plain Index: afm-0.2.0_p20130408-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/afm/afm-0.2.0_p20130408-r1.ebuild,v 1.1 2014/05/14 23:53:34 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_VERSION="0.2.0" inherit ruby-fakegem DESCRIPTION="A very simple library to read Adobe Font Metrics files" HOMEPAGE="https://github.com/halfbyte/afm" COMMIT_ID="6765e6e7002efbdc92bc5eb6c7fee4bd25729081" SRC_URI="https://github.com/halfbyte/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" RUBY_S=${PN}-${COMMIT_ID} ruby_add_bdepend "test? ( dev-ruby/shoulda )" all_ruby_prepare() { rm Gemfile || die } each_ruby_test() { ${RUBY} -Ilib -Itest test/test_afm.rb || die }
