diff options
author | 2012-12-26 06:42:40 +0000 | |
---|---|---|
committer | 2012-12-26 06:42:40 +0000 | |
commit | d3e703aad3e972bbea6de7d5ba22c94c4e0252a4 (patch) | |
tree | ae89175a5df0e8777aef58f4eb6e95949da9dff6 /dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-d3e703aad3e972bbea6de7d5ba22c94c4e0252a4.tar.gz gentoo-2-d3e703aad3e972bbea6de7d5ba22c94c4e0252a4.tar.bz2 gentoo-2-d3e703aad3e972bbea6de7d5ba22c94c4e0252a4.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild new file mode 100644 index 000000000000..18a74efdea3c --- /dev/null +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild,v 1.1 2012/12/26 06:42:40 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19 ree18" + +RUBY_FAKEGEM_NAME="gdk_pixbuf2" + +inherit ruby-ng-gnome2 + +RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME} + +DESCRIPTION="Ruby GdkPixbuf2 bindings" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2" + +ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |