summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2010-01-01 03:41:21 +0000
committerAlistair Bush <ali_bush@gentoo.org>2010-01-01 03:41:21 +0000
commit346b400b11c6e038943c2c3bcb7a00d79f7d616e (patch)
treea94f2a6944f5f301d8dd8f1d5315904cac1aadbf /dev-ruby/jruby-openssl
parentAdd prefix keywords (diff)
downloadgentoo-2-346b400b11c6e038943c2c3bcb7a00d79f7d616e.tar.gz
gentoo-2-346b400b11c6e038943c2c3bcb7a00d79f7d616e.tar.bz2
gentoo-2-346b400b11c6e038943c2c3bcb7a00d79f7d616e.zip
Version Bump.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/jruby-openssl')
-rw-r--r--dev-ruby/jruby-openssl/ChangeLog10
-rw-r--r--dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-ruby/jruby-openssl/ChangeLog b/dev-ruby/jruby-openssl/ChangeLog
index c25ff64e5a32..d4adc3346c21 100644
--- a/dev-ruby/jruby-openssl/ChangeLog
+++ b/dev-ruby/jruby-openssl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/jruby-openssl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.2 2009/10/25 21:48:16 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.3 2010/01/01 03:41:21 ali_bush Exp $
+
+*jruby-openssl-0.6 (01 Jan 2010)
+
+ 01 Jan 2010; Alistair Bush <ali_bush@gentoo.org>
+ +jruby-openssl-0.6.ebuild:
+ Version Bump. Solves security issues.
25 Oct 2009; Mounir Lamouri <volkmar@gentoo.org>
jruby-openssl-0.2.3.ebuild:
diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild
new file mode 100644
index 000000000000..4597a1b0836c
--- /dev/null
+++ b/dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild,v 1.1 2010/01/01 03:41:21 ali_bush Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="A Ruby SSL library that works with JRuby"
+HOMEPAGE="http://rubyforge.org/projects/jruby-extras"
+SRC_URI="mirror://rubygems/${P}.gem"
+
+LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-java/jruby-1.3.1-r1"