summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-09-13 06:39:41 +0000
committerHans de Graaff <graaff@gentoo.org>2009-09-13 06:39:41 +0000
commit790234b8ad2915f91f0db0c3a2181c7b834ab98b (patch)
tree7a100ccdd1d220e655fdc96c72d9d793e6857a1f /dev-ruby/ruby-atk
parentVersion bump. (diff)
downloadgentoo-2-790234b8ad2915f91f0db0c3a2181c7b834ab98b.tar.gz
gentoo-2-790234b8ad2915f91f0db0c3a2181c7b834ab98b.tar.bz2
gentoo-2-790234b8ad2915f91f0db0c3a2181c7b834ab98b.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-atk')
-rw-r--r--dev-ruby/ruby-atk/ChangeLog7
-rw-r--r--dev-ruby/ruby-atk/ruby-atk-0.19.1.ebuild13
2 files changed, 19 insertions, 1 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog
index a6c51f21f460..588a862208e0 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.37 2009/07/16 07:09:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.38 2009/09/13 06:39:41 graaff Exp $
+
+*ruby-atk-0.19.1 (13 Sep 2009)
+
+ 13 Sep 2009; Hans de Graaff <graaff@gentoo.org> +ruby-atk-0.19.1.ebuild:
+ Version bump.
*ruby-atk-0.19.0 (16 Jul 2009)
diff --git a/dev-ruby/ruby-atk/ruby-atk-0.19.1.ebuild b/dev-ruby/ruby-atk/ruby-atk-0.19.1.ebuild
new file mode 100644
index 000000000000..1d039691e51c
--- /dev/null
+++ b/dev-ruby/ruby-atk/ruby-atk-0.19.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-0.19.1.ebuild,v 1.1 2009/09/13 06:39:41 graaff Exp $
+
+inherit ruby ruby-gnome2
+
+DESCRIPTION="Ruby Atk bindings"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+USE_RUBY="ruby18"
+DEPEND="dev-libs/atk"
+RDEPEND="${DEPEND}
+ >=dev-ruby/ruby-glib2-${PV}"