diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-09-16 05:12:27 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-09-16 05:12:27 +0000 |
commit | d4e356dd0bd59c86b93ad62dfcfffc94fc8c9e30 (patch) | |
tree | b82b1bf6e5a942a56e49ed8e42da7b6c2d214cd8 /dev-ruby/polyglot | |
parent | Install pycairo.pc in correct directory (bug #283360). (diff) | |
download | gentoo-2-d4e356dd0bd59c86b93ad62dfcfffc94fc8c9e30.tar.gz gentoo-2-d4e356dd0bd59c86b93ad62dfcfffc94fc8c9e30.tar.bz2 gentoo-2-d4e356dd0bd59c86b93ad62dfcfffc94fc8c9e30.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r-- | dev-ruby/polyglot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.2.9.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog index 5b8ea66ea555..f01481de7be8 100644 --- a/dev-ruby/polyglot/ChangeLog +++ b/dev-ruby/polyglot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/polyglot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.2 2009/08/19 05:51:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.3 2009/09/16 05:12:27 graaff Exp $ + +*polyglot-0.2.9 (16 Sep 2009) + + 16 Sep 2009; Hans de Graaff <graaff@gentoo.org> +polyglot-0.2.9.ebuild: + Version bump: Use to_s on Pathname to support Ruby 1.9 *polyglot-0.2.8 (19 Aug 2009) diff --git a/dev-ruby/polyglot/polyglot-0.2.9.ebuild b/dev-ruby/polyglot/polyglot-0.2.9.ebuild new file mode 100644 index 000000000000..f7a3a9d0540f --- /dev/null +++ b/dev-ruby/polyglot/polyglot-0.2.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.2.9.ebuild,v 1.1 2009/09/16 05:12:27 graaff Exp $ + +inherit gems + +DESCRIPTION="Polyglot provides support for fully-custom DSLs." +HOMEPAGE="http://polyglot.rubyforge.org/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +USE_RUBY="ruby18" |