diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-12-26 07:08:02 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-12-26 07:08:02 +0000 |
commit | f208ddca30b4b85970d1d159b86ed136664b374e (patch) | |
tree | 16937e4cc75fd0ecb159f72c6d7c88b7436565ae /dev-ruby/ruby-poppler | |
parent | Version bump. (diff) | |
download | gentoo-2-f208ddca30b4b85970d1d159b86ed136664b374e.tar.gz gentoo-2-f208ddca30b4b85970d1d159b86ed136664b374e.tar.bz2 gentoo-2-f208ddca30b4b85970d1d159b86ed136664b374e.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
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.8.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog index ce87639e06b1..c1ed3d692aa0 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.45 2012/12/08 09:10:25 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.46 2012/12/26 07:08:02 graaff Exp $ + +*ruby-poppler-1.1.8 (26 Dec 2012) + + 26 Dec 2012; Hans de Graaff <graaff@gentoo.org> +ruby-poppler-1.1.8.ebuild: + Version bump. *ruby-poppler-1.1.6 (08 Dec 2012) diff --git a/dev-ruby/ruby-poppler/ruby-poppler-1.1.8.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-1.1.8.ebuild new file mode 100644 index 000000000000..b94b7584e6f5 --- /dev/null +++ b/dev-ruby/ruby-poppler/ruby-poppler-1.1.8.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.8.ebuild,v 1.1 2012/12/26 07:08:02 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}" |