diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-18 16:37:58 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-18 16:37:58 +0000 |
commit | d10ae7290b917445d6f22abd3a903b96144490d1 (patch) | |
tree | b7d07266ba0076af15b22623affb2f1195590020 /dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.10.1.ebuild | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-d10ae7290b917445d6f22abd3a903b96144490d1.tar.gz gentoo-2-d10ae7290b917445d6f22abd3a903b96144490d1.tar.bz2 gentoo-2-d10ae7290b917445d6f22abd3a903b96144490d1.zip |
Version bumped.
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.10.1.ebuild')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.10.1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.10.1.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.10.1.ebuild new file mode 100644 index 000000000000..aa0387361cfd --- /dev/null +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.10.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2004 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.10.1.ebuild,v 1.1 2004/08/18 16:34:39 usata Exp $ + +inherit ruby ruby-gnome2 + +DESCRIPTION="Ruby GdkPixbuf2 bindings" +KEYWORDS="~alpha ~x86 ~ppc ~ia64 ~sparc ~amd64" +IUSE="" +USE_RUBY="ruby16 ruby18 ruby19" +DEPEND="${DEPEND} >=x11-libs/gtk+-2.0.0" +RDEPEND="${RDEPEND} >=x11-libs/gtk+-2.0.0 >=dev-ruby/ruby-glib2-${PV}" |