diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-12-30 04:20:29 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-12-30 04:20:29 +0000 |
commit | 7bde406823ee5ff8abbd82c26a3d88299410e002 (patch) | |
tree | d36ac19fd20a5136f896709b9cfa9e9ae8a3aa06 /dev-ruby/ruby-atk/ruby-atk-0.16.0.ebuild | |
parent | remove older versions. (diff) | |
download | historical-7bde406823ee5ff8abbd82c26a3d88299410e002.tar.gz historical-7bde406823ee5ff8abbd82c26a3d88299410e002.tar.bz2 historical-7bde406823ee5ff8abbd82c26a3d88299410e002.zip |
Version Bump. Remove older versions.
Package-Manager: portage-2.1.2_rc4-r2
Diffstat (limited to 'dev-ruby/ruby-atk/ruby-atk-0.16.0.ebuild')
-rw-r--r-- | dev-ruby/ruby-atk/ruby-atk-0.16.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ruby/ruby-atk/ruby-atk-0.16.0.ebuild b/dev-ruby/ruby-atk/ruby-atk-0.16.0.ebuild new file mode 100644 index 000000000000..833c822a2029 --- /dev/null +++ b/dev-ruby/ruby-atk/ruby-atk-0.16.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 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.16.0.ebuild,v 1.1 2006/12/30 04:17:52 metalgod Exp $ + +inherit ruby ruby-gnome2 + +DESCRIPTION="Ruby Atk bindings" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" +USE_RUBY="ruby18 ruby19" +DEPEND="dev-libs/atk" +RDEPEND="${DEPEND} + >=dev-ruby/ruby-glib2-${PV}" |