summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-12-05 15:25:09 +0000
committerNaohiro Aota <naota@gentoo.org>2014-12-05 15:25:09 +0000
commit4282f28c640b8c10e443740ffda0374df5ed63e2 (patch)
treee90fd63e0dcf91215e7be410f56d901cdff21eaa /dev-ruby/ruby-gobject-introspection
parentStable for HPPA (bug #531688). (diff)
downloadgentoo-2-4282f28c640b8c10e443740ffda0374df5ed63e2.tar.gz
gentoo-2-4282f28c640b8c10e443740ffda0374df5ed63e2.tar.bz2
gentoo-2-4282f28c640b8c10e443740ffda0374df5ed63e2.zip
version bump
(Portage version: 2.2.14/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.2.3.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 5f0e8c10bc4c..fbd0ff9e1718 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.7 2014/10/17 01:03:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.8 2014/12/05 15:25:09 naota Exp $
+
+*ruby-gobject-introspection-2.2.3 (05 Dec 2014)
+
+ 05 Dec 2014; Naohiro Aota <naota@gentoo.org>
+ +ruby-gobject-introspection-2.2.3.ebuild:
+ version bump
*ruby-gobject-introspection-2.2.2 (17 Oct 2014)
diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild
new file mode 100644
index 000000000000..4544ae0c9f53
--- /dev/null
+++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.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.2.3.ebuild,v 1.1 2014/12/05 15:25:09 naota Exp $
+
+EAPI=4
+USE_RUBY="ruby19 ruby20 ruby21"
+
+inherit ruby-ng-gnome2
+
+RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
+
+DESCRIPTION="Ruby GObjectIntrosprction bindings"
+KEYWORDS="~amd64 ~ppc"
+IUSE=""
+
+DEPEND="${DEPEND} dev-libs/gobject-introspection"
+RDEPEND="${RDEPEND} dev-libs/gobject-introspection"
+
+ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"