diff options
author | 2013-05-04 03:54:47 +0000 | |
---|---|---|
committer | 2013-05-04 03:54:47 +0000 | |
commit | cf2184d4d85c0ded94283990ca2523dc4db52c04 (patch) | |
tree | 35c701c79d32c3bfd05a1d724757d4deea4d81f9 /dev-ruby | |
parent | Version bump #468014 by Samuli Suominen. (diff) | |
download | gentoo-2-cf2184d4d85c0ded94283990ca2523dc4db52c04.tar.gz gentoo-2-cf2184d4d85c0ded94283990ca2523dc4db52c04.tar.bz2 gentoo-2-cf2184d4d85c0ded94283990ca2523dc4db52c04.zip |
version bump
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-poppler/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/ruby-poppler/ruby-poppler-1.2.6.ebuild | 21 |
2 files changed, 28 insertions, 3 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog index c1ed3d692aa0..4f1527a2f8d8 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.46 2012/12/26 07:08:02 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.47 2013/05/04 03:54:47 naota Exp $ + +*ruby-poppler-1.2.6 (04 May 2013) + + 04 May 2013; Naohiro Aota <naota@gentoo.org> +ruby-poppler-1.2.6.ebuild: + version bump *ruby-poppler-1.1.8 (26 Dec 2012) @@ -204,4 +209,3 @@ 02 Sep 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> +ruby-poppler-0.15.0.ebuild: Initial ebuild, #139164 - diff --git a/dev-ruby/ruby-poppler/ruby-poppler-1.2.6.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-1.2.6.ebuild new file mode 100644 index 000000000000..fad34bfdd6f8 --- /dev/null +++ b/dev-ruby/ruby-poppler/ruby-poppler-1.2.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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.2.6.ebuild,v 1.1 2013/05/04 03:54:47 naota 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}" |