From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S1HQz-0004MA-VY for garchives@archives.gentoo.org; Sat, 25 Feb 2012 13:13:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A71FEE0B4D; Sat, 25 Feb 2012 13:13:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5AE0EE0B4D for ; Sat, 25 Feb 2012 13:13:01 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D1851B4003 for ; Sat, 25 Feb 2012 13:13:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 948) id 71F252004B; Sat, 25 Feb 2012 13:12:59 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: hpricot-0.8.6-r1.ebuild ChangeLog X-VCS-Directories: dev-ruby/hpricot X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: <20120225131259.71F252004B@flycatcher.gentoo.org> Date: Sat, 25 Feb 2012 13:12:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 709da460-b386-4a0c-bc9d-c8ab748704d4 X-Archives-Hash: 950901b55b4ab2a9cc61e6e0344a36d1 flameeyes 12/02/25 13:12:59 Modified: ChangeLog Added: hpricot-0.8.6-r1.ebuild Log: Fix install with JRuby; add missing dependency. =20 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) Revision Changes Path 1.36 dev-ruby/hpricot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/C= hangeLog?rev=3D1.36&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/C= hangeLog?rev=3D1.36&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/C= hangeLog?r1=3D1.35&r2=3D1.36 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 25 Jan 2012 01:21:18 -0000 1.35 +++ ChangeLog 25 Feb 2012 13:12:59 -0000 1.36 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.35 201= 2/01/25 01:21:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.36 201= 2/02/25 13:12:59 flameeyes Exp $ + +*hpricot-0.8.6-r1 (25 Feb 2012) + + 25 Feb 2012; Diego E. Petten=C3=B2 +hpricot-0.8= .6-r1.ebuild: + Fix install with JRuby; add missing dependency. =20 *hpricot-0.8.6 (25 Jan 2012) =20 1.1 dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/h= pricot-0.8.6-r1.ebuild?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/h= pricot-0.8.6-r1.ebuild?rev=3D1.1&content-type=3Dtext/plain Index: hpricot-0.8.6-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebui= ld,v 1.1 2012/02/25 13:12:59 flameeyes Exp $ EAPI=3D4 USE_RUBY=3D"ruby18 ree18 ruby19 jruby" RUBY_FAKEGEM_DOCDIR=3D"doc" RUBY_FAKEGEM_EXTRADOC=3D"CHANGELOG README.md" inherit ruby-fakegem eutils DESCRIPTION=3D"A fast and liberal HTML parser for Ruby." HOMEPAGE=3D"http://wiki.github.com/hpricot/hpricot" LICENSE=3D"MIT" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86= -macos ~x86-solaris" IUSE=3D"" ruby_add_bdepend "dev-ruby/rake dev-ruby/rake-compiler test? ( virtual/ruby-test-unit )" # dev-ruby/fast_xs does not cover JRuby so still bundle it here for now USE_RUBY=3D"${USE_RUBY/jruby/}" \ ruby_add_rdepend "dev-ruby/fast_xs" # Probably needs the same jdk as JRuby but I'm not sure how to express # that just yet. DEPEND+=3D" dev-util/ragel ruby_targets_jruby? ( >=3Dvirtual/jdk-1.5 )" all_ruby_prepare() { sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die # Fix encoding assumption of environment for Ruby 1.9. # https://github.com/hpricot/hpricot/issues/52 # sed -i -e '1 iEncoding.default_external=3DEncoding::UTF_8 if RUBY_VERS= ION =3D~ /1.9/' test/load_files.rb || die } each_ruby_prepare() { # dev-ruby/fast_xs does not cover JRuby so still bundle it here for now [[ ${RUBY} =3D=3D */jruby ]] && return pushd .. &>/dev/null epatch "${FILESDIR}"/${P}-fast_xs.patch popd .. &>/dev/null } each_ruby_configure() { # dev-ruby/fast_xs does not cover JRuby so still bundle it here for now [[ ${RUBY} =3D=3D */jruby ]] && return ${RUBY} -Cext/hpricot_scan extconf.rb || die "hpricot_scan/extconf.rb fa= iled" } each_ruby_compile() { local modname=3D$(get_modname) # dev-ruby/fast_xs does not cover JRuby so still bundle it here for now if [[ ${RUBY} =3D=3D */jruby ]]; then ${RUBY} -S rake compile_java || die "rake compile_java failed" return fi emake -Cext/hpricot_scan CFLAGS=3D"${CFLAGS} -fPIC" archflag=3D"${LDFLAG= S}" || die "make hpricot_scan failed" cp ext/hpricot_scan/hpricot_scan${modname} lib/ || die }