summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-12-05 15:08:22 +0000
committerNaohiro Aota <naota@gentoo.org>2014-12-05 15:08:22 +0000
commitfb42be4d416880b8f729f11b4c04bf3faa290879 (patch)
treea97db42c3530e2c1f5ffe1b657fc7acca83e7042 /dev-ruby/ruby-atk
parentRemove the broken version. (diff)
downloadgentoo-2-fb42be4d416880b8f729f11b4c04bf3faa290879.tar.gz
gentoo-2-fb42be4d416880b8f729f11b4c04bf3faa290879.tar.bz2
gentoo-2-fb42be4d416880b8f729f11b4c04bf3faa290879.zip
version bump
(Portage version: 2.2.14/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.3.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog
index 854c91fa302e..2cd1b5a9b992 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.84 2014/10/16 19:27:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.85 2014/12/05 15:08:22 naota Exp $
+
+*ruby-atk-2.2.3 (05 Dec 2014)
+
+ 05 Dec 2014; Naohiro Aota <naota@gentoo.org> +ruby-atk-2.2.3.ebuild:
+ version bump
*ruby-atk-2.2.2 (16 Oct 2014)
diff --git a/dev-ruby/ruby-atk/ruby-atk-2.2.3.ebuild b/dev-ruby/ruby-atk/ruby-atk-2.2.3.ebuild
new file mode 100644
index 000000000000..906d00268e37
--- /dev/null
+++ b/dev-ruby/ruby-atk/ruby-atk-2.2.3.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.3.ebuild,v 1.1 2014/12/05 15:08:22 naota Exp $
+
+EAPI=4
+USE_RUBY="ruby19 ruby20 ruby21"
+
+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}"