summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-04-17 17:36:05 +0000
committerHans de Graaff <graaff@gentoo.org>2012-04-17 17:36:05 +0000
commit46af1859cb11ab54cd2fc572acbf4426a0976a7e (patch)
treedb1f95bdf0ef27235ca57f9b61915ed5e2bdfb8d /dev-ruby/ruby-poppler
parentVersion bump. (diff)
downloadgentoo-2-46af1859cb11ab54cd2fc572acbf4426a0976a7e.tar.gz
gentoo-2-46af1859cb11ab54cd2fc572acbf4426a0976a7e.tar.bz2
gentoo-2-46af1859cb11ab54cd2fc572acbf4426a0976a7e.zip
Version bump.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-poppler')
-rw-r--r--dev-ruby/ruby-poppler/ChangeLog7
-rw-r--r--dev-ruby/ruby-poppler/ruby-poppler-1.1.3.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog
index ce1f5ddad73c..13d20b877ec0 100644
--- a/dev-ruby/ruby-poppler/ChangeLog
+++ b/dev-ruby/ruby-poppler/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-poppler
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.33 2012/04/16 20:03:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.34 2012/04/17 17:36:05 graaff Exp $
+
+*ruby-poppler-1.1.3 (17 Apr 2012)
+
+ 17 Apr 2012; Hans de Graaff <graaff@gentoo.org> +ruby-poppler-1.1.3.ebuild:
+ Version bump.
16 Apr 2012; Agostino Sarubbo <ago@gentoo.org> ruby-poppler-1.0.3.ebuild:
Stable for amd64, wrt bug #412097
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-1.1.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-1.1.3.ebuild
new file mode 100644
index 000000000000..ffa28baaefde
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-1.1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-1.1.3.ebuild,v 1.1 2012/04/17 17:36:05 graaff Exp $
+
+EAPI="2"
+USE_RUBY="ruby18 ruby19 ree18"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ app-text/poppler[cairo]"
+DEPEND="${DEPEND}
+ app-text/poppler[cairo]
+ dev-util/pkgconfig"
+
+ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
+ >=dev-ruby/ruby-glib2-${PV}
+ >=dev-ruby/ruby-gtk2-${PV}"