From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-java/jruby/
Date: Sun, 8 Jan 2012 10:38:50 +0000 (UTC) [thread overview]
Message-ID: <daf2ad9190fa3684456b0faa3ee1a98b5cd6eb20.graaff@gentoo> (raw)
commit: daf2ad9190fa3684456b0faa3ee1a98b5cd6eb20
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jan 8 10:38:40 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 10:38:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=daf2ad91
Add jruby 1.6.5.1 work-in-progress ebuild for testing.
(Portage version: 2.1.10.41/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-java/jruby/ChangeLog | 11 ++++++++++-
dev-java/jruby/jruby-1.6.4.ebuild | 4 ++--
.../{jruby-1.6.4.ebuild => jruby-1.6.5.1.ebuild} | 8 ++++----
3 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/dev-java/jruby/ChangeLog b/dev-java/jruby/ChangeLog
index 303533e..c76cbbc 100644
--- a/dev-java/jruby/ChangeLog
+++ b/dev-java/jruby/ChangeLog
@@ -1,7 +1,16 @@
# ChangeLog for dev-java/jruby
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*jruby-1.6.5.1 (08 Jan 2012)
+
+ 08 Jan 2012; Hans de Graaff <graaff@gentoo.org> jruby-1.6.4.ebuild,
+ +jruby-1.6.5.1.ebuild:
+ Add jruby 1.6.5.1 work-in-progress ebuild for testing.
+
+ 26 Dec 2011; Hans de Graaff <graaff@gentoo.org> jruby-1.6.4.ebuild:
+ This is an experimental version, mark it testing.
+
27 Sep 2011; Hans de Graaff <graaff@gentoo.org> jruby-1.6.4.ebuild:
Drop old pkg_postinst instrcutions for upgrading from pre 1.4 jruby versions.
diff --git a/dev-java/jruby/jruby-1.6.4.ebuild b/dev-java/jruby/jruby-1.6.4.ebuild
index 996891f..8d18cad 100644
--- a/dev-java/jruby/jruby-1.6.4.ebuild
+++ b/dev-java/jruby/jruby-1.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.5.6.ebuild,v 1.2 2011/06/14 18:59:32 maekke Exp $
@@ -13,7 +13,7 @@ HOMEPAGE="http://jruby.codehaus.org/"
SRC_URI="http://jruby.org.s3.amazonaws.com/downloads/${PV}/${PN}-src-${PV}.tar.gz"
LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="bsf ssl"
CDEPEND=">=dev-java/bytelist-1.0.8:0
diff --git a/dev-java/jruby/jruby-1.6.4.ebuild b/dev-java/jruby/jruby-1.6.5.1.ebuild
similarity index 97%
copy from dev-java/jruby/jruby-1.6.4.ebuild
copy to dev-java/jruby/jruby-1.6.5.1.ebuild
index 996891f..5bff705 100644
--- a/dev-java/jruby/jruby-1.6.4.ebuild
+++ b/dev-java/jruby/jruby-1.6.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.5.6.ebuild,v 1.2 2011/06/14 18:59:32 maekke Exp $
@@ -13,14 +13,14 @@ HOMEPAGE="http://jruby.codehaus.org/"
SRC_URI="http://jruby.org.s3.amazonaws.com/downloads/${PV}/${PN}-src-${PV}.tar.gz"
LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="bsf ssl"
CDEPEND=">=dev-java/bytelist-1.0.8:0
>=dev-java/constantine-0.6:0
>=dev-java/jline-0.9.94:0
>=dev-java/joni-1.1.3:0
- >=dev-java/jnr-posix-1.1.3:0
+ >=dev-java/jnr-posix-1.1.8:0
>=dev-java/jnr-netdb-1.0:0
>=dev-java/jvyamlb-0.2.5:0
>=dev-java/asm-3.2:3
@@ -34,7 +34,7 @@ CDEPEND=">=dev-java/bytelist-1.0.8:0
dev-java/ant-core:0
dev-java/bsf:2.3
dev-java/osgi-core-api
- dev-java/snakeyaml"
+ >=dev-java/snakeyaml-1.9"
RDEPEND="${CDEPEND}
>=virtual/jre-1.6"
next reply other threads:[~2012-01-08 10:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-08 10:38 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-02-28 0:35 [gentoo-commits] proj/ruby-overlay:master commit in: dev-java/jruby/ Alex Legler
2012-01-22 9:19 Hans de Graaff
2012-01-17 6:54 Hans de Graaff
2011-12-26 9:20 Hans de Graaff
2011-09-27 18:07 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=daf2ad9190fa3684456b0faa3ee1a98b5cd6eb20.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox