* [gentoo-commits] gentoo-x86 commit in dev-ruby/jruby-openssl: jruby-openssl-0.6-r1.ebuild ChangeLog jruby-openssl-0.7.ebuild
@ 2010-06-26 6:29 Hans de Graaff (graaff)
0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2010-06-26 6:29 UTC (permalink / raw
To: gentoo-commits
graaff 10/06/26 06:29:05
Modified: jruby-openssl-0.6-r1.ebuild ChangeLog
Added: jruby-openssl-0.7.ebuild
Log:
Version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild?r1=1.1&r2=1.2
Index: jruby-openssl-0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jruby-openssl-0.6-r1.ebuild 4 Jan 2010 03:57:38 -0000 1.1
+++ jruby-openssl-0.6-r1.ebuild 26 Jun 2010 06:29:05 -0000 1.2
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.1 2010/01/04 03:57:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild,v 1.2 2010/06/26 06:29:05 graaff Exp $
EAPI=2
@@ -23,7 +23,7 @@
LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
ruby_add_bdepend doc dev-ruby/hoe
1.5 dev-ruby/jruby-openssl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 4 Jan 2010 03:57:38 -0000 1.4
+++ ChangeLog 26 Jun 2010 06:29:05 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/jruby-openssl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.4 2010/01/04 03:57:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.5 2010/06/26 06:29:05 graaff Exp $
+
+*jruby-openssl-0.7 (26 Jun 2010)
+
+ 26 Jun 2010; Hans de Graaff <graaff@gentoo.org>
+ jruby-openssl-0.6-r1.ebuild, +jruby-openssl-0.7.ebuild:
+ Version bump.
*jruby-openssl-0.6-r1 (04 Jan 2010)
1.1 dev-ruby/jruby-openssl/jruby-openssl-0.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.7.ebuild?rev=1.1&content-type=text/plain
Index: jruby-openssl-0.7.ebuild
===================================================================
# 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.7.ebuild,v 1.1 2010/06/26 06:29:05 graaff Exp $
EAPI=2
USE_RUBY=jruby
RUBY_FAKEGEM_TASK_DOC="redocs"
RUBY_FAKEGEM_DOCDIR="doc"
# Seems like the PKCS7 support requires the BouncyCastle JARs that are
# shipped but somewhat fails; unfortunately, this package does not
# provide the source files, so we cannot really rebuild this.
RESTRICT=test
RUBY_FAKEGEM_TASK_TEST=""
inherit ruby-fakegem
DESCRIPTION="A Ruby SSL library that works with JRuby"
HOMEPAGE="http://rubyforge.org/projects/jruby-extras"
LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
ruby_add_bdepend doc dev-ruby/hoe
#ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/mocha )"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-26 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-26 6:29 [gentoo-commits] gentoo-x86 commit in dev-ruby/jruby-openssl: jruby-openssl-0.6-r1.ebuild ChangeLog jruby-openssl-0.7.ebuild Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox