summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-05-04 00:50:02 +0000
committerNaohiro Aota <naota@gentoo.org>2013-05-04 00:50:02 +0000
commit789c4b2b2ece76b994a1d31d5564035a3d8cd481 (patch)
tree72794905141776569f1ac5e1981fcedb8779da21 /dev-ruby/ruby-gdkpixbuf2
parentversion bump (diff)
downloadgentoo-2-789c4b2b2ece76b994a1d31d5564035a3d8cd481.tar.gz
gentoo-2-789c4b2b2ece76b994a1d31d5564035a3d8cd481.tar.bz2
gentoo-2-789c4b2b2ece76b994a1d31d5564035a3d8cd481.zip
version bump
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2')
-rw-r--r--dev-ruby/ruby-gdkpixbuf2/ChangeLog10
-rw-r--r--dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.2.6.ebuild20
2 files changed, 27 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ChangeLog b/dev-ruby/ruby-gdkpixbuf2/ChangeLog
index c82a6b25674b..180180fd4d00 100644
--- a/dev-ruby/ruby-gdkpixbuf2/ChangeLog
+++ b/dev-ruby/ruby-gdkpixbuf2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-gdkpixbuf2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.84 2012/12/26 06:42:40 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.85 2013/05/04 00:50:02 naota Exp $
+
+*ruby-gdkpixbuf2-1.2.6 (04 May 2013)
+
+ 04 May 2013; Naohiro Aota <naota@gentoo.org> +ruby-gdkpixbuf2-1.2.6.ebuild:
+ version bump
*ruby-gdkpixbuf2-1.1.8 (26 Dec 2012)
@@ -371,4 +376,3 @@
06 Aug 2003; Aron Griffis <agriffis@gentoo.org> metadata.xml,
ruby-gdkpixbuf2-0.5.0.ebuild:
New ebuild based on ruby-gnome2.eclass to satisfy bug 23067
-
diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.2.6.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.2.6.ebuild
new file mode 100644
index 000000000000..a716c26b3053
--- /dev/null
+++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.2.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 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.2.6.ebuild,v 1.1 2013/05/04 00:50:02 naota 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}"