graaff 15/06/08 05:33:47 Modified: ChangeLog Added: mime-types-2.6.1.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.69 dev-ruby/mime-types/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 7 Jun 2015 18:37:30 -0000 1.68 +++ ChangeLog 8 Jun 2015 05:33:47 -0000 1.69 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/mime-types # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.68 2015/06/07 18:37:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.69 2015/06/08 05:33:47 graaff Exp $ + +*mime-types-2.6.1 (08 Jun 2015) + + 08 Jun 2015; Hans de Graaff <[email protected]> +mime-types-2.6.1.ebuild: + Version bump. 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-ruby/mime-types/mime-types-2.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/mime-types-2.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/mime-types-2.6.1.ebuild?rev=1.1&content-type=text/plain Index: mime-types-2.6.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/mime-types/mime-types-2.6.1.ebuild,v 1.1 2015/06/08 05:33:47 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.rdoc History-Types.rdoc README.rdoc" RUBY_FAKEGEM_EXTRAINSTALL="data" inherit ruby-fakegem DESCRIPTION="Provides a mailcap-like MIME Content-Type lookup for Ruby" HOMEPAGE="https://github.com/mime-types/ruby-mime-types" LICENSE="MIT Artistic GPL-2" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" all_ruby_prepare() { # Avoid unneeded dependency on minitest-focus. sed -i -e '/focus/ s:^:#:' test/minitest_helper.rb || die } each_ruby_test() { ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die }
