summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-01-15 18:43:43 +0000
committerNaohiro Aota <naota@gentoo.org>2014-01-15 18:43:43 +0000
commit0acd55af00eb2d713d9195e064aefe9e79f5c56e (patch)
treeaec38165491153cc5b61872d11dbc59a2f969efa /dev-ruby/ruby-gobject-introspection
parentversion bump (diff)
downloadgentoo-2-0acd55af00eb2d713d9195e064aefe9e79f5c56e.tar.gz
gentoo-2-0acd55af00eb2d713d9195e064aefe9e79f5c56e.tar.bz2
gentoo-2-0acd55af00eb2d713d9195e064aefe9e79f5c56e.zip
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-gobject-introspection')
-rw-r--r--dev-ruby/ruby-gobject-introspection/ChangeLog10
-rw-r--r--dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/ChangeLog b/dev-ruby/ruby-gobject-introspection/ChangeLog
index c8d1f0cddbb6..2f07e82a8792 100644
--- a/dev-ruby/ruby-gobject-introspection/ChangeLog
+++ b/dev-ruby/ruby-gobject-introspection/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-gobject-introspection
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.3 2013/12/05 10:57:37 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.4 2014/01/15 18:43:43 naota Exp $
+
+*ruby-gobject-introspection-2.1.0 (15 Jan 2014)
+
+ 15 Jan 2014; Naohiro Aota <naota@gentoo.org>
+ +ruby-gobject-introspection-2.1.0.ebuild:
+ version bump
05 Dec 2013; Naohiro Aota <naota@gentoo.org>
ruby-gobject-introspection-2.0.2.ebuild:
diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild
new file mode 100644
index 000000000000..912c9b5f1169
--- /dev/null
+++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild,v 1.1 2014/01/15 18:43:43 naota Exp $
+
+EAPI=4
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
+
+DESCRIPTION="Ruby GObjectIntrosprction bindings"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="${DEPEND} dev-libs/gobject-introspection"
+RDEPEND="${RDEPEND} dev-libs/gobject-introspection"
+
+ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"