summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-08-18 09:12:44 +0000
committerHans de Graaff <graaff@gentoo.org>2012-08-18 09:12:44 +0000
commit92c540234bc6568252ae0760558bf5a0030f4983 (patch)
treec3fbd50d7612938e34bff18c91c21d9a56bffb98 /dev-ruby
parentInitial import. (diff)
downloadgentoo-2-92c540234bc6568252ae0760558bf5a0030f4983.tar.gz
gentoo-2-92c540234bc6568252ae0760558bf5a0030f4983.tar.bz2
gentoo-2-92c540234bc6568252ae0760558bf5a0030f4983.zip
Version bump.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-atk/ChangeLog7
-rw-r--r--dev-ruby/ruby-atk/ruby-atk-1.1.4.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog
index a68a4a66bfa2..5cff1517c1e1 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.66 2012/08/17 13:09:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.67 2012/08/18 09:12:44 graaff Exp $
+
+*ruby-atk-1.1.4 (18 Aug 2012)
+
+ 18 Aug 2012; Hans de Graaff <graaff@gentoo.org> +ruby-atk-1.1.4.ebuild:
+ Version bump.
17 Aug 2012; Johannes Huber <johu@gentoo.org> ruby-atk-1.1.3.ebuild:
Stable for x86, wrt bug #428040
diff --git a/dev-ruby/ruby-atk/ruby-atk-1.1.4.ebuild b/dev-ruby/ruby-atk/ruby-atk-1.1.4.ebuild
new file mode 100644
index 000000000000..1ea5ad543e2a
--- /dev/null
+++ b/dev-ruby/ruby-atk/ruby-atk-1.1.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-1.1.4.ebuild,v 1.1 2012/08/18 09:12:44 graaff Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Atk bindings"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="${DEPEND} dev-libs/atk"
+RDEPEND="${RDEPEND} dev-libs/atk"
+
+ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"