summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-01-13 18:56:49 +0000
committerHans de Graaff <graaff@gentoo.org>2010-01-13 18:56:49 +0000
commit516b487fe605c0730cee662cb88beae1a2f9323f (patch)
tree0058e2a2ad8deef583ee1e69ebf6839d4c1c7b0e /dev-ruby/ruby-gdkpixbuf2
parentRemove old versions. (diff)
downloadgentoo-2-516b487fe605c0730cee662cb88beae1a2f9323f.tar.gz
gentoo-2-516b487fe605c0730cee662cb88beae1a2f9323f.tar.bz2
gentoo-2-516b487fe605c0730cee662cb88beae1a2f9323f.zip
Version bump. Now uses ruby-ng-gnome2 eclass.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2')
-rw-r--r--dev-ruby/ruby-gdkpixbuf2/ChangeLog8
-rw-r--r--dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.19.3.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ChangeLog b/dev-ruby/ruby-gdkpixbuf2/ChangeLog
index 25bf87792b02..7b9d22723ecc 100644
--- a/dev-ruby/ruby-gdkpixbuf2/ChangeLog
+++ b/dev-ruby/ruby-gdkpixbuf2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-gdkpixbuf2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.50 2010/01/13 18:52:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.51 2010/01/13 18:56:49 graaff Exp $
+
+*ruby-gdkpixbuf2-0.19.3 (13 Jan 2010)
+
+ 13 Jan 2010; Hans de Graaff <graaff@gentoo.org>
+ +ruby-gdkpixbuf2-0.19.3.ebuild:
+ Version bump. Now uses ruby-ng-gnome2 eclass.
13 Jan 2010; Hans de Graaff <graaff@gentoo.org>
-ruby-gdkpixbuf2-0.16.0.ebuild, -ruby-gdkpixbuf2-0.19.0.ebuild:
diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.19.3.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.19.3.ebuild
new file mode 100644
index 000000000000..d1beec7aef50
--- /dev/null
+++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.19.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 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.19.3.ebuild,v 1.1 2010/01/13 18:56:49 graaff Exp $
+
+EAPI="2"
+USE_RUBY="ruby18"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby GdkPixbuf2 bindings"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+RDEPEND=">=x11-libs/gtk+-2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"