summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-01-15 18:47:22 +0000
committerNaohiro Aota <naota@gentoo.org>2014-01-15 18:47:22 +0000
commitf9efe74eda32113819e9ec5d26757f0ec92483a2 (patch)
tree42faba35a25c7ac3ebcfe5cc958811ac6457f163 /dev-ruby/ruby-clutter
parentversion bump (diff)
downloadgentoo-2-f9efe74eda32113819e9ec5d26757f0ec92483a2.tar.gz
gentoo-2-f9efe74eda32113819e9ec5d26757f0ec92483a2.tar.bz2
gentoo-2-f9efe74eda32113819e9ec5d26757f0ec92483a2.zip
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-clutter')
-rw-r--r--dev-ruby/ruby-clutter/ChangeLog9
-rw-r--r--dev-ruby/ruby-clutter/ruby-clutter-2.1.0.ebuild35
2 files changed, 42 insertions, 2 deletions
diff --git a/dev-ruby/ruby-clutter/ChangeLog b/dev-ruby/ruby-clutter/ChangeLog
index c5ce7c39fa25..343e770b2fa9 100644
--- a/dev-ruby/ruby-clutter/ChangeLog
+++ b/dev-ruby/ruby-clutter/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-clutter
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ChangeLog,v 1.3 2013/12/05 11:02:03 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ChangeLog,v 1.4 2014/01/15 18:47:22 naota Exp $
+
+*ruby-clutter-2.1.0 (15 Jan 2014)
+
+ 15 Jan 2014; Naohiro Aota <naota@gentoo.org> +ruby-clutter-2.1.0.ebuild:
+ version bump
*ruby-clutter-2.0.2 (05 Dec 2013)
diff --git a/dev-ruby/ruby-clutter/ruby-clutter-2.1.0.ebuild b/dev-ruby/ruby-clutter/ruby-clutter-2.1.0.ebuild
new file mode 100644
index 000000000000..8112d827a6db
--- /dev/null
+++ b/dev-ruby/ruby-clutter/ruby-clutter-2.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.1.0.ebuild,v 1.1 2014/01/15 18:47:22 naota Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Clutter bindings"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"
+
+RUBY_S=ruby-gnome2-all-${PV}/clutter
+
+DEPEND="${DEPEND} media-libs/clutter"
+RDEPEND="${RDEPEND} media-libs/clutter"
+
+ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
+ruby_add_rdepend ">=dev-ruby/ruby-cairo-gobject-${PV}
+ >=dev-ruby/ruby-gobject-introspection-${PV}"
+
+each_ruby_configure() {
+ :
+}
+
+each_ruby_compile() {
+ :
+}
+
+each_ruby_install() {
+ each_fakegem_install
+}