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 | c42cc1683c61ba628049fa7ca99be9fe815f2ad1 (patch) | |
tree | 81ac8a0ec14906637245296005dcbdf858522232 /dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild | |
parent | Version Bump. Remove older versions. (diff) | |
download | gentoo-2-c42cc1683c61ba628049fa7ca99be9fe815f2ad1.tar.gz gentoo-2-c42cc1683c61ba628049fa7ca99be9fe815f2ad1.tar.bz2 gentoo-2-c42cc1683c61ba628049fa7ca99be9fe815f2ad1.zip |
Version Bump. Remove older versions.
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild new file mode 100644 index 000000000000..2b52ee659c61 --- /dev/null +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-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-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild,v 1.1 2006/12/30 04:20:29 metalgod Exp $ + +inherit ruby ruby-gnome2 + +DESCRIPTION="Ruby GdkPixbuf2 bindings" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" +USE_RUBY="ruby18 ruby19" +DEPEND=">=x11-libs/gtk+-2.0.0" +RDEPEND="${DEPEND} + >=dev-ruby/ruby-glib2-${PV}" |