summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-03-17 14:12:21 +0000
committerNaohiro Aota <naota@gentoo.org>2014-03-17 14:12:21 +0000
commitb79dde42372dc1448066453bf639d2781e96af39 (patch)
tree9e4844b0f417686b0d3c0af80aab4f2913d93ebe /dev-ruby/ruby-atk
parentversion bump (diff)
downloadgentoo-2-b79dde42372dc1448066453bf639d2781e96af39.tar.gz
gentoo-2-b79dde42372dc1448066453bf639d2781e96af39.tar.bz2
gentoo-2-b79dde42372dc1448066453bf639d2781e96af39.zip
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-atk')
-rw-r--r--dev-ruby/ruby-atk/ChangeLog7
-rw-r--r--dev-ruby/ruby-atk/ruby-atk-2.2.0.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog
index 0b4ad56a299f..346c4d3d4b98 100644
--- a/dev-ruby/ruby-atk/ChangeLog
+++ b/dev-ruby/ruby-atk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-atk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.81 2014/03/10 17:15:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.82 2014/03/17 14:12:21 naota Exp $
+
+*ruby-atk-2.2.0 (17 Mar 2014)
+
+ 17 Mar 2014; Naohiro Aota <naota@gentoo.org> +ruby-atk-2.2.0.ebuild:
+ version bump
10 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -ruby-atk-1.1.3.ebuild,
ruby-atk-1.1.8.ebuild, ruby-atk-1.2.6.ebuild:
diff --git a/dev-ruby/ruby-atk/ruby-atk-2.2.0.ebuild b/dev-ruby/ruby-atk/ruby-atk-2.2.0.ebuild
new file mode 100644
index 000000000000..023bb88df891
--- /dev/null
+++ b/dev-ruby/ruby-atk/ruby-atk-2.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.0.ebuild,v 1.1 2014/03/17 14:12:21 naota Exp $
+
+EAPI=4
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Atk bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+DEPEND="${DEPEND} dev-libs/atk"
+RDEPEND="${RDEPEND} dev-libs/atk"
+
+ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"