summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-12-05 11:49:45 +0000
committerNaohiro Aota <naota@gentoo.org>2013-12-05 11:49:45 +0000
commit43f8de5494755194f01b8c8b095584f8b6f0c75c (patch)
treea3241bdbebd4039841b5411eccc226c6320f0a7b /dev-ruby
parentversion bump (diff)
downloadgentoo-2-43f8de5494755194f01b8c8b095584f8b6f0c75c.tar.gz
gentoo-2-43f8de5494755194f01b8c8b095584f8b6f0c75c.tar.bz2
gentoo-2-43f8de5494755194f01b8c8b095584f8b6f0c75c.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-gio2/ChangeLog7
-rw-r--r--dev-ruby/ruby-gio2/ruby-gio2-2.0.2.ebuild14
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-ruby/ruby-gio2/ChangeLog b/dev-ruby/ruby-gio2/ChangeLog
index 94cee7df236a..d3a50a47ddc8 100644
--- a/dev-ruby/ruby-gio2/ChangeLog
+++ b/dev-ruby/ruby-gio2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-gio2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.26 2013/08/17 10:37:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.27 2013/12/05 11:49:45 naota Exp $
+
+*ruby-gio2-2.0.2 (05 Dec 2013)
+
+ 05 Dec 2013; Naohiro Aota <naota@gentoo.org> +ruby-gio2-2.0.2.ebuild:
+ version bump
17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ruby-gio2-1.1.8.ebuild:
Stable for ppc, wrt bug #480974
diff --git a/dev-ruby/ruby-gio2/ruby-gio2-2.0.2.ebuild b/dev-ruby/ruby-gio2/ruby-gio2-2.0.2.ebuild
new file mode 100644
index 000000000000..6f728429ac64
--- /dev/null
+++ b/dev-ruby/ruby-gio2/ruby-gio2-2.0.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.0.2.ebuild,v 1.1 2013/12/05 11:49:45 naota Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby binding of GooCanvas"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"