summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-10-06 16:21:44 +0000
committerHans de Graaff <graaff@gentoo.org>2008-10-06 16:21:44 +0000
commitfe61181a570fdf8fe63d8669c282ddbf63ee5249 (patch)
tree2ee23b58bec1510979bb5b0d684ec41ef8ae4b63
parentbump to 0.7.0 final release (-r1 is an EAPI=2 version of the ebuild, -r0 is a... (diff)
downloadgentoo-2-fe61181a570fdf8fe63d8669c282ddbf63ee5249.tar.gz
gentoo-2-fe61181a570fdf8fe63d8669c282ddbf63ee5249.tar.bz2
gentoo-2-fe61181a570fdf8fe63d8669c282ddbf63ee5249.zip
Version bump
(Portage version: 2.1.4.4)
-rw-r--r--dev-ruby/ruby-inline/ChangeLog7
-rw-r--r--dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/ruby-inline/ChangeLog b/dev-ruby/ruby-inline/ChangeLog
index eabf180ad940..994491180079 100644
--- a/dev-ruby/ruby-inline/ChangeLog
+++ b/dev-ruby/ruby-inline/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-inline
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.8 2008/10/06 16:15:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.9 2008/10/06 16:21:44 graaff Exp $
+
+*ruby-inline-3.7.0 (06 Oct 2008)
+
+ 06 Oct 2008; Hans de Graaff <graaff@gentoo.org> +ruby-inline-3.7.0.ebuild:
+ Version bump with ruby 1.9 compatibility and minor bugfixes
06 Oct 2008; Hans de Graaff <graaff@gentoo.org> -ruby-inline-3.6.2.ebuild,
-ruby-inline-3.6.4.ebuild, -ruby-inline-3.6.5.ebuild,
diff --git a/dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild b/dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild
new file mode 100644
index 000000000000..479f694835db
--- /dev/null
+++ b/dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild,v 1.1 2008/10/06 16:21:44 graaff Exp $
+
+inherit gems
+
+MY_P="RubyInline-${PV}"
+DESCRIPTION="Allows to embed C/C++ in Ruby code"
+HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/"
+SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-ruby/hoe-1.5.3"
+
+USE_RUBY="ruby18 ruby19"