diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-09-17 16:02:39 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-09-17 16:02:39 +0000 |
commit | a05ae278a78b0594f453ca1cee83f05b5d88f93f (patch) | |
tree | e59339aec9ecfc5b9cf0c9bfeb33bb983664c413 /dev-ruby/ruby-poppler | |
parent | Version bump (diff) | |
download | gentoo-2-a05ae278a78b0594f453ca1cee83f05b5d88f93f.tar.gz gentoo-2-a05ae278a78b0594f453ca1cee83f05b5d88f93f.tar.bz2 gentoo-2-a05ae278a78b0594f453ca1cee83f05b5d88f93f.zip |
Version bump
(Portage version: 2.2.0_alpha51/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.9.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog index 04d042726c26..e5c8d5ab81c7 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.23 2011/05/29 15:10:03 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.24 2011/09/17 16:02:39 naota Exp $ + +*ruby-poppler-0.90.9 (17 Sep 2011) + + 17 Sep 2011; Naohiro Aota <naota@gentoo.org> +ruby-poppler-0.90.9.ebuild: + Version bump *ruby-poppler-0.90.8 (29 May 2011) diff --git a/dev-ruby/ruby-poppler/ruby-poppler-0.90.9.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-0.90.9.ebuild new file mode 100644 index 000000000000..c18aacb91d82 --- /dev/null +++ b/dev-ruby/ruby-poppler/ruby-poppler-0.90.9.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.9.ebuild,v 1.1 2011/09/17 16:02:39 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}" |