diff options
author | 2014-03-15 22:57:23 +0000 | |
---|---|---|
committer | 2014-03-15 22:57:23 +0000 | |
commit | 991c77d93430779a7caeafee504962ab8347abe9 (patch) | |
tree | 3df39072eb94e4153ddec2abbdbb588e975b6353 /dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.0.ebuild | |
parent | changelog typo (diff) | |
download | historical-991c77d93430779a7caeafee504962ab8347abe9.tar.gz historical-991c77d93430779a7caeafee504962ab8347abe9.tar.bz2 historical-991c77d93430779a7caeafee504962ab8347abe9.zip |
version bump
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF8551514
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.0.ebuild')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.0.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.0.ebuild new file mode 100644 index 000000000000..051a1a1ab667 --- /dev/null +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.0.ebuild,v 1.1 2014/03/15 22:57:16 naota Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +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}" |