mrueg 14/06/14 02:49:54 Modified: ChangeLog Added: charlock_holmes-0.7.3.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 dev-ruby/charlock_holmes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 6 Jun 2014 05:35:37 -0000 1.3 +++ ChangeLog 14 Jun 2014 02:49:53 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/charlock_holmes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog,v 1.3 2014/06/06 05:35:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog,v 1.4 2014/06/14 02:49:53 mrueg Exp $ + +*charlock_holmes-0.7.3 (14 Jun 2014) + + 14 Jun 2014; Manuel RĂ¼ger <[email protected]> +charlock_holmes-0.7.3.ebuild: + Version bump. *charlock_holmes-0.7.2 (06 Jun 2014) 1.1 dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild?rev=1.1&content-type=text/plain Index: charlock_holmes-0.7.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild,v 1.1 2014/06/14 02:49:53 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="Character encoding detecting library for Ruby using ICU" HOMEPAGE="http://github.com/brianmario/charlock_holmes" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/minitest )" CDEPEND="dev-libs/icu sys-libs/zlib" DEPEND+=" ${CDEPEND}" RDEPEND+=" ${CDEPEND}" all_ruby_prepare() { sed -i -e '/bundler/d' test/helper.rb || die # Avoid dependency on rake-compiler sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die } each_ruby_configure() { ${RUBY} -Cext/${PN} extconf.rb || die } each_ruby_compile() { emake V=1 -Cext/${PN} cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die } each_ruby_test() { ${RUBY} -Ilib test/*.rb || die }
