diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-10-16 07:03:51 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-10-16 07:03:51 +0000 |
commit | e3b03870ae737b2e9e0e14d60652baf868c24dc3 (patch) | |
tree | 314f8f46e1b137cf6db75d30b7623a5a2b7af75e /dev-ruby/ruby-poppler | |
parent | Version bump. (diff) | |
download | gentoo-2-e3b03870ae737b2e9e0e14d60652baf868c24dc3.tar.gz gentoo-2-e3b03870ae737b2e9e0e14d60652baf868c24dc3.tar.bz2 gentoo-2-e3b03870ae737b2e9e0e14d60652baf868c24dc3.zip |
Version bump.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-poppler')
-rw-r--r-- | dev-ruby/ruby-poppler/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/ruby-poppler/ruby-poppler-1.1.5.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog index a62c12d96ae4..91abba8559a8 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.42 2012/09/28 15:43:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.43 2012/10/16 07:03:51 graaff Exp $ + +*ruby-poppler-1.1.5 (16 Oct 2012) + + 16 Oct 2012; Hans de Graaff <graaff@gentoo.org> +ruby-poppler-1.1.5.ebuild: + Version bump. 28 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> ruby-poppler-1.1.3.ebuild: diff --git a/dev-ruby/ruby-poppler/ruby-poppler-1.1.5.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-1.1.5.ebuild new file mode 100644 index 000000000000..b769a63b841a --- /dev/null +++ b/dev-ruby/ruby-poppler/ruby-poppler-1.1.5.ebuild @@ -0,0 +1,21 @@ +# 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.5.ebuild,v 1.1 2012/10/16 07:03:51 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19 ree18" + +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}" |