summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2011-11-10 00:44:07 +0000
committerNaohiro Aota <naota@gentoo.org>2011-11-10 00:44:07 +0000
commit0951858bf98763c4a0675330805bb71163df00bf (patch)
tree87276fd655dceb003d938f06f455efb01d5e56b6 /dev-ruby
parentBump to working snapshot with ssl support and remove old. (diff)
downloadgentoo-2-0951858bf98763c4a0675330805bb71163df00bf.tar.gz
gentoo-2-0951858bf98763c4a0675330805bb71163df00bf.tar.bz2
gentoo-2-0951858bf98763c4a0675330805bb71163df00bf.zip
Version bump.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-poppler/ChangeLog7
-rw-r--r--dev-ruby/ruby-poppler/ruby-poppler-1.0.3.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog
index 6f2774c4ceb0..9dfb5dff294d 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.26 2011/10/20 18:59:03 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.27 2011/11/10 00:44:07 naota Exp $
+
+*ruby-poppler-1.0.3 (10 Nov 2011)
+
+ 10 Nov 2011; Naohiro Aota <naota@gentoo.org> +ruby-poppler-1.0.3.ebuild:
+ Version bumped.
20 Oct 2011; Maciej Mrozowski <reavertm@gentoo.org>
+files/ruby-poppler-0.19.4-new-poppler.patch, ruby-poppler-0.19.4.ebuild:
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-1.0.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-1.0.3.ebuild
new file mode 100644
index 000000000000..c3691bf05cf4
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-1.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 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.0.3.ebuild,v 1.1 2011/11/10 00:44:07 naota Exp $
+
+EAPI="2"
+USE_RUBY="ruby18 ruby19"
+
+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}"