diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-09-13 06:51:05 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-09-13 06:51:05 +0000 |
commit | f3f813e69e94a7caa2555f3e118855180b764c13 (patch) | |
tree | 3d73e798f104e634723e207e01838695e7965fe4 /dev-ruby/ruby-libart2 | |
parent | Version bump. (diff) | |
download | gentoo-2-f3f813e69e94a7caa2555f3e118855180b764c13.tar.gz gentoo-2-f3f813e69e94a7caa2555f3e118855180b764c13.tar.bz2 gentoo-2-f3f813e69e94a7caa2555f3e118855180b764c13.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-libart2')
-rw-r--r-- | dev-ruby/ruby-libart2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-libart2/ruby-libart2-0.19.1.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-ruby/ruby-libart2/ChangeLog b/dev-ruby/ruby-libart2/ChangeLog index 5648d5e28981..3df0af8153e9 100644 --- a/dev-ruby/ruby-libart2/ChangeLog +++ b/dev-ruby/ruby-libart2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ruby-libart2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart2/ChangeLog,v 1.44 2009/07/17 07:19:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart2/ChangeLog,v 1.45 2009/09/13 06:51:05 graaff Exp $ + +*ruby-libart2-0.19.1 (13 Sep 2009) + + 13 Sep 2009; Hans de Graaff <graaff@gentoo.org> + +ruby-libart2-0.19.1.ebuild: + Version bump. *ruby-libart2-0.19.0 (16 Jul 2009) diff --git a/dev-ruby/ruby-libart2/ruby-libart2-0.19.1.ebuild b/dev-ruby/ruby-libart2/ruby-libart2-0.19.1.ebuild new file mode 100644 index 000000000000..599f72b85fed --- /dev/null +++ b/dev-ruby/ruby-libart2/ruby-libart2-0.19.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart2/ruby-libart2-0.19.1.ebuild,v 1.1 2009/09/13 06:51:05 graaff Exp $ + +inherit ruby ruby-gnome2 + +DESCRIPTION="Ruby Libart2 bindings" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" +USE_RUBY="ruby18" +RDEPEND=">=media-libs/libart_lgpl-2 + >=dev-ruby/ruby-glib2-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |