diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-07-11 18:08:53 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-07-11 18:08:53 +0000 |
commit | 4191999f7f1c76ca96fa687f875d9a32a26aeb88 (patch) | |
tree | 360efadedb0eb35f4543a808e55fa5e666ddd503 /dev-ruby/bitescript | |
parent | Remove old version. (diff) | |
download | gentoo-2-4191999f7f1c76ca96fa687f875d9a32a26aeb88.tar.gz gentoo-2-4191999f7f1c76ca96fa687f875d9a32a26aeb88.tar.bz2 gentoo-2-4191999f7f1c76ca96fa687f875d9a32a26aeb88.zip |
Version bump.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bitescript')
-rw-r--r-- | dev-ruby/bitescript/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/bitescript/bitescript-0.0.9.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ruby/bitescript/ChangeLog b/dev-ruby/bitescript/ChangeLog index 97a3523a749b..fd81552c4c65 100644 --- a/dev-ruby/bitescript/ChangeLog +++ b/dev-ruby/bitescript/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/bitescript # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v 1.6 2011/07/11 18:07:04 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v 1.7 2011/07/11 18:08:53 graaff Exp $ + +*bitescript-0.0.9 (11 Jul 2011) + + 11 Jul 2011; Hans de Graaff <graaff@gentoo.org> +bitescript-0.0.9.ebuild: + Version bump. 11 Jul 2011; Hans de Graaff <graaff@gentoo.org> -bitescript-0.0.7.ebuild: Remove old version. diff --git a/dev-ruby/bitescript/bitescript-0.0.9.ebuild b/dev-ruby/bitescript/bitescript-0.0.9.ebuild new file mode 100644 index 000000000000..8cc5ae31b811 --- /dev/null +++ b/dev-ruby/bitescript/bitescript-0.0.9.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.9.ebuild,v 1.1 2011/07/11 18:08:53 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 +} |