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 <gentoo-commits+bounces-418257-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Rn2wk-0005yK-5E for garchives@archives.gentoo.org; Tue, 17 Jan 2012 06:55:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2660CE07A3; Tue, 17 Jan 2012 06:54:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E408AE07A3 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2012 06:54:56 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E04D6443E for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2012 06:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id ACA9380042 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2012 06:54:55 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <44be7426fd53c1e3ccaaa7d75b13dd61ccfb1ccc.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-java/jruby/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-java/jruby/jruby-1.6.5.1.ebuild X-VCS-Directories: dev-java/jruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 44be7426fd53c1e3ccaaa7d75b13dd61ccfb1ccc Date: Tue, 17 Jan 2012 06:54:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 38324c6c-e9c8-4cc6-8b1b-45aff43c8d66 X-Archives-Hash: 4e45854177327d423ccbbc594faa00ab commit: 44be7426fd53c1e3ccaaa7d75b13dd61ccfb1ccc Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Tue Jan 17 06:54:43 2012 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jan 17 06:54:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ruby-overlay.= git;a=3Dcommit;h=3D44be7426 Update dependencies and classpath to match in-tree versions. --- dev-java/jruby/jruby-1.6.5.1.ebuild | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-java/jruby/jruby-1.6.5.1.ebuild b/dev-java/jruby/jruby-1= .6.5.1.ebuild index 5bff705..71499a5 100644 --- a/dev-java/jruby/jruby-1.6.5.1.ebuild +++ b/dev-java/jruby/jruby-1.6.5.1.ebuild @@ -16,16 +16,17 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"bsf ssl" =20 +# jffi still needed? Or do we call that jnr-ffi? CDEPEND=3D">=3Ddev-java/bytelist-1.0.8:0 >=3Ddev-java/constantine-0.6:0 >=3Ddev-java/jline-0.9.94:0 >=3Ddev-java/joni-1.1.3:0 - >=3Ddev-java/jnr-posix-1.1.8:0 + >=3Ddev-java/jnr-posix-1.1.8:1.1 >=3Ddev-java/jnr-netdb-1.0:0 >=3Ddev-java/jvyamlb-0.2.5:0 >=3Ddev-java/asm-3.2:3 >=3Ddev-java/jcodings-1.0.5:0 - >=3Ddev-java/jffi-0.7_pre:0.4 + >=3Ddev-java/jffi-1.0.10:1.0 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 @@ -67,8 +68,8 @@ GEMS=3D${RUBY_HOME}/gems JAVA_ANT_REWRITE_CLASSPATH=3D"true" JAVA_ANT_IGNORE_SYSTEM_CLASSES=3D"true" EANT_GENTOO_CLASSPATH=3D"ant-core asm-3 bsf-2.3 bytelist constantine jay= \ -jcodings jffi-0.4 jline constantine \ -joda-time joni jnr-posix jnr-netdb jvyamlb nailgun jaffl jgrapht osgi-co= re-api \ +jcodings jffi-1.0 jline constantine \ +joda-time joni jnr-posix-1.1 jnr-netdb jvyamlb nailgun jaffl jgrapht osg= i-core-api \ snakeyaml" EANT_NEEDS_TOOLS=3D"true" =20