diff options
author | 2014-02-20 06:40:11 +0000 | |
---|---|---|
committer | 2014-02-20 06:40:11 +0000 | |
commit | 8ae89e54f5ae18f87b6e9a4789be53de4a9ca4da (patch) | |
tree | d40e369820fa4f86cbc3a826be86a5d010db634f /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-8ae89e54f5ae18f87b6e9a4789be53de4a9ca4da.tar.gz gentoo-2-8ae89e54f5ae18f87b6e9a4789be53de4a9ca4da.tar.bz2 gentoo-2-8ae89e54f5ae18f87b6e9a4789be53de4a9ca4da.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/polyglot/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.4.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog index 2abbe7d527e6..6b552d021370 100644 --- a/dev-ruby/polyglot/ChangeLog +++ b/dev-ruby/polyglot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/polyglot -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.27 2013/11/11 15:35:15 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.28 2014/02/20 06:40:11 graaff Exp $ + +*polyglot-0.3.4 (20 Feb 2014) + + 20 Feb 2014; Hans de Graaff <graaff@gentoo.org> +polyglot-0.3.4.ebuild: + Version bump. *polyglot-0.3.3-r1 (11 Nov 2013) diff --git a/dev-ruby/polyglot/polyglot-0.3.4.ebuild b/dev-ruby/polyglot/polyglot-0.3.4.ebuild new file mode 100644 index 000000000000..e9c65bd75800 --- /dev/null +++ b/dev-ruby/polyglot/polyglot-0.3.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.4.ebuild,v 1.1 2014/02/20 06:40:11 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby rbx" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="Polyglot provides support for fully-custom DSLs." +HOMEPAGE="http://polyglot.rubyforge.org/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +IUSE="" + +all_ruby_prepare() { + # jruby has trouble parsing this metadata and there are no dependencies. + rm ../metadata || die +} |