From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 03EB8138CD3 for ; Mon, 8 Jun 2015 05:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28FF5E092A; Mon, 8 Jun 2015 05:33:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC1EFE092A for ; Mon, 8 Jun 2015 05:33:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3B84340676 for ; Mon, 8 Jun 2015 05:33:48 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2149) id 743EFA2F; Mon, 8 Jun 2015 05:33:47 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/mime-types: mime-types-2.6.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mime-types-2.6.1.ebuild ChangeLog X-VCS-Directories: dev-ruby/mime-types X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150608053347.743EFA2F@oystercatcher.gentoo.org> Date: Mon, 8 Jun 2015 05:33:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 09cf7249-887f-4832-86ab-83f38f0e7270 X-Archives-Hash: 5579c125478dbe76b6311ab1abdbf9b8 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 +mime-types-2.6.1.ebuild: + Version bump. 07 Jun 2015; Justin Lecher 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 }