diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-05-29 15:18:43 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-05-29 15:18:43 +0000 |
commit | d1e0426d67008cf7f3e1b2ab0a97772462fafeb9 (patch) | |
tree | 745e4db868fda0a4f131265c5822cc77d5404637 /dev-ruby/ruby-poppler | |
parent | Support LINGUAS, bug #332751 by Nikoli <nikoli@lavabit.com>. (diff) | |
download | historical-d1e0426d67008cf7f3e1b2ab0a97772462fafeb9.tar.gz historical-d1e0426d67008cf7f3e1b2ab0a97772462fafeb9.tar.bz2 historical-d1e0426d67008cf7f3e1b2ab0a97772462fafeb9.zip |
Version bump. Bug 345721
Package-Manager: portage-2.2.0_alpha34/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-0.90.8.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog index 6d46c9d66041..04d042726c26 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.22 2011/03/13 15:40:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.23 2011/05/29 15:10:03 naota Exp $ + +*ruby-poppler-0.90.8 (29 May 2011) + + 29 May 2011; Naohiro Aota <naota@gentoo.org> +ruby-poppler-0.90.8.ebuild: + Version bump. Bug 345721 13 Mar 2011; Hans de Graaff <graaff@gentoo.org> ruby-poppler-0.19.4.ebuild: diff --git a/dev-ruby/ruby-poppler/ruby-poppler-0.90.8.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-0.90.8.ebuild new file mode 100644 index 000000000000..0b3f818e640d --- /dev/null +++ b/dev-ruby/ruby-poppler/ruby-poppler-0.90.8.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-0.90.8.ebuild,v 1.1 2011/05/29 15:10:03 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}" |