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 1OkxxM-0005JX-OT for garchives@archives.gentoo.org; Mon, 16 Aug 2010 11:34:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AAE8E083A; Mon, 16 Aug 2010 11:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09958E083A for ; Mon, 16 Aug 2010 11:34:19 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20E841B40FD for ; Mon, 16 Aug 2010 11:34:18 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 948) id DF3522CE15; Mon, 16 Aug 2010 11:34:16 +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/sqlite-ruby: sqlite-ruby-2.2.3-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: sqlite-ruby-2.2.3-r2.ebuild ChangeLog X-VCS-Directories: dev-ruby/sqlite-ruby X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: <20100816113416.DF3522CE15@corvid.gentoo.org> Date: Mon, 16 Aug 2010 11:34:16 +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: 17e50966-44cc-4892-83b7-9ed91c549aec X-Archives-Hash: 6dff90209aeb4a27082ade9ade0176c7 flameeyes 10/08/16 11:34:16 Modified: sqlite-ruby-2.2.3-r2.ebuild ChangeLog Log: Remove Ruby 1.9 patch and Ruby 1.9 support as it was always just partia= l (fails with --no-undefined). (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.2 dev-ruby/sqlite-ruby/sqlite-ruby-2.2.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite-ru= by/sqlite-ruby-2.2.3-r2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite-ru= by/sqlite-ruby-2.2.3-r2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite-ru= by/sqlite-ruby-2.2.3-r2.ebuild?r1=3D1.1&r2=3D1.2 Index: sqlite-ruby-2.2.3-r2.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 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/sqlite-ruby-2.2.3-= r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sqlite-ruby-2.2.3-r2.ebuild 30 Jan 2010 09:15:01 -0000 1.1 +++ sqlite-ruby-2.2.3-r2.ebuild 16 Aug 2010 11:34:16 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/sqlite-ruby-2.2.= 3-r2.ebuild,v 1.1 2010/01/30 09:15:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/sqlite-ruby-2.2.= 3-r2.ebuild,v 1.2 2010/08/16 11:34:16 flameeyes Exp $ =20 EAPI=3D"2" -USE_RUBY=3D"ruby18 ruby19" +USE_RUBY=3D"ruby18" =20 RUBY_FAKEGEM_TASK_DOC=3D"" RUBY_FAKEGEM_EXTRADOC=3D"README" @@ -18,20 +18,18 @@ SLOT=3D"0" IUSE=3D"" =20 -RUBY_PATCHES=3D( "${P}-19compat.patch" ) +DEPEND=3D"${DEPEND} + =3Ddev-db/sqlite-2*" =20 -DEPEND=3D"=3Ddev-db/sqlite-2*" +RDEPEND=3D"${RDEPEND} + =3Ddev-db/sqlite-2*" =20 each_ruby_configure() { - pushd ext - ${RUBY} extconf.rb || die "Configuration failed." - popd + ${RUBY} -Cext extconf.rb || die "Configuration failed." } =20 each_ruby_compile() { - pushd ext - emake || die "Compilation failed." - popd + emake -Cext || die "Compilation failed." cp ext/sqlite_api.so lib || die "Unable to cp shared library." } =20 1.44 dev-ruby/sqlite-ruby/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite-ru= by/ChangeLog?rev=3D1.44&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite-ru= by/ChangeLog?rev=3D1.44&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite-ru= by/ChangeLog?r1=3D1.43&r2=3D1.44 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/sqlite-ruby/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 22 May 2010 15:59:58 -0000 1.43 +++ ChangeLog 16 Aug 2010 11:34:16 -0000 1.44 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/sqlite-ruby # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/ChangeLog,v 1.43= 2010/05/22 15:59:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/ChangeLog,v 1.44= 2010/08/16 11:34:16 flameeyes Exp $ + + 16 Aug 2010; Diego E. Petten=C3=B2 + sqlite-ruby-2.2.3-r2.ebuild, -files/sqlite-ruby-2.2.3-19compat.patch: + Remove Ruby 1.9 patch and Ruby 1.9 support as it was always just parti= al + (fails with --no-undefined). =20 22 May 2010; Diego E. Petten=C3=B2 sqlite-ruby-2.2.3-r1.ebuild: