diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-01-16 06:26:44 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-01-16 06:26:44 +0000 |
commit | 489593bc28472a5e609a1574ecd1a899bf37bdee (patch) | |
tree | b5c9bcd4edb078f4d69837774c75cc33b798ce4a /dev-ruby/ruby-poppler | |
parent | Remove old version. (diff) | |
download | gentoo-2-489593bc28472a5e609a1574ecd1a899bf37bdee.tar.gz gentoo-2-489593bc28472a5e609a1574ecd1a899bf37bdee.tar.bz2 gentoo-2-489593bc28472a5e609a1574ecd1a899bf37bdee.zip |
Version bump. Now uses ruby-ng-gnome2 eclass.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-poppler')
-rw-r--r-- | dev-ruby/ruby-poppler/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-poppler/ruby-poppler-0.19.3.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ChangeLog b/dev-ruby/ruby-poppler/ChangeLog index e93833a51ad0..27621dd17bd2 100644 --- a/dev-ruby/ruby-poppler/ChangeLog +++ b/dev-ruby/ruby-poppler/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ruby-poppler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.14 2010/01/16 06:23:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.15 2010/01/16 06:26:44 graaff Exp $ + +*ruby-poppler-0.19.3 (16 Jan 2010) + + 16 Jan 2010; Hans de Graaff <graaff@gentoo.org> + +ruby-poppler-0.19.3.ebuild: + Version bump. Now uses ruby-ng-gnome2 eclass. 16 Jan 2010; Hans de Graaff <graaff@gentoo.org> -ruby-poppler-0.19.0.ebuild: diff --git a/dev-ruby/ruby-poppler/ruby-poppler-0.19.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-0.19.3.ebuild new file mode 100644 index 000000000000..a7729f7ec6a0 --- /dev/null +++ b/dev-ruby/ruby-poppler/ruby-poppler-0.19.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 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.19.3.ebuild,v 1.1 2010/01/16 06:26:44 graaff Exp $ + +EAPI="2" +USE_RUBY="ruby18" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby poppler-glib bindings" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=virtual/poppler-glib-0.8.0" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2 + >=dev-ruby/ruby-glib2-${PV}" |