summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-12-05 10:53:20 +0000
committerNaohiro Aota <naota@gentoo.org>2013-12-05 10:53:20 +0000
commitad30b6b0c631e1d7601a6866d00640a2cdf4966a (patch)
tree46a2b1c4d0a1e5f74d27d400e95684aa5316aa86 /dev-ruby/ruby-gobject-introspection
parentversion bump (diff)
downloadgentoo-2-ad30b6b0c631e1d7601a6866d00640a2cdf4966a.tar.gz
gentoo-2-ad30b6b0c631e1d7601a6866d00640a2cdf4966a.tar.bz2
gentoo-2-ad30b6b0c631e1d7601a6866d00640a2cdf4966a.zip
version bump
(Portage version: 2.2.7/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/ChangeLog8
-rw-r--r--dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/ChangeLog b/dev-ruby/ruby-gobject-introspection/ChangeLog
index 849d6ca175b0..a02a4329afbc 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.1 2013/05/04 10:06:09 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.2 2013/12/05 10:53:20 naota Exp $
+
+*ruby-gobject-introspection-2.0.2 (05 Dec 2013)
+
+ 05 Dec 2013; Naohiro Aota <naota@gentoo.org>
+ +ruby-gobject-introspection-2.0.2.ebuild:
+ version bump
*ruby-gobject-introspection-1.2.6 (04 May 2013)
diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild
new file mode 100644
index 000000000000..c8f60e5f185b
--- /dev/null
+++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 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.0.2.ebuild,v 1.1 2013/12/05 10:53:20 naota Exp $
+
+EAPI=4
+USE_RUBY="ruby19"
+
+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}"