diff options
Diffstat (limited to 'dev-ruby/bitescript/bitescript-0.0.8.ebuild')
-rw-r--r-- | dev-ruby/bitescript/bitescript-0.0.8.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-ruby/bitescript/bitescript-0.0.8.ebuild b/dev-ruby/bitescript/bitescript-0.0.8.ebuild new file mode 100644 index 000000000000..c152bb1a8d45 --- /dev/null +++ b/dev-ruby/bitescript/bitescript-0.0.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.8.ebuild,v 1.1 2011/03/08 06:46:23 graaff Exp $ + +EAPI=2 + +USE_RUBY="jruby" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" + +inherit ruby-fakegem eutils + +DESCRIPTION="BiteScript is a Ruby DSL for generating Java bytecode and classes." +HOMEPAGE="http://kenai.com/projects/bitescript" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_install() { + all_fakegem_install + + docinto examples + dodoc examples/* || die +} |