summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-12-09 15:46:17 +0000
committerNaohiro Aota <naota@gentoo.org>2013-12-09 15:46:17 +0000
commitce989d7579a93c381e6a10cd02d064230e161a70 (patch)
tree5e87f86402a1d80d2860e42776a38ef4a432810e /dev-ruby/ruby-poppler
parentversion bump (diff)
downloadgentoo-2-ce989d7579a93c381e6a10cd02d064230e161a70.tar.gz
gentoo-2-ce989d7579a93c381e6a10cd02d064230e161a70.tar.bz2
gentoo-2-ce989d7579a93c381e6a10cd02d064230e161a70.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-poppler')
-rw-r--r--dev-ruby/ruby-poppler/ChangeLog7
-rw-r--r--dev-ruby/ruby-poppler/ruby-poppler-2.0.2.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog
index 3cd9536fb4a3..abcfa5e384e0 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.51 2013/08/17 10:37:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.52 2013/12/09 15:46:17 naota Exp $
+
+*ruby-poppler-2.0.2 (09 Dec 2013)
+
+ 09 Dec 2013; Naohiro Aota <naota@gentoo.org> +ruby-poppler-2.0.2.ebuild:
+ version bump
17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ruby-poppler-1.1.8.ebuild:
Stable for ppc, wrt bug #480974
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-2.0.2.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-2.0.2.ebuild
new file mode 100644
index 000000000000..585f99b83476
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-2.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.0.2.ebuild,v 1.1 2013/12/09 15:46:17 naota Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ app-text/poppler[cairo]"
+DEPEND="${DEPEND}
+ app-text/poppler[cairo]"
+
+ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
+ >=dev-ruby/ruby-glib2-${PV}
+ >=dev-ruby/ruby-gtk2-${PV}"