diff options
-rw-r--r-- | dev-ruby/bitescript/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/bitescript/bitescript-0.0.5.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/bitescript/bitescript-0.0.6.ebuild | 28 |
3 files changed, 6 insertions, 58 deletions
diff --git a/dev-ruby/bitescript/ChangeLog b/dev-ruby/bitescript/ChangeLog index 98ded1240f80..351e5b3330f6 100644 --- a/dev-ruby/bitescript/ChangeLog +++ b/dev-ruby/bitescript/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/bitescript -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v 1.3 2010/12/28 09:44:20 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v 1.4 2011/03/08 06:44:15 graaff Exp $ + + 08 Mar 2011; Hans de Graaff <graaff@gentoo.org> -bitescript-0.0.5.ebuild, + -bitescript-0.0.6.ebuild: + Remove old versions. *bitescript-0.0.7 (11 Dec 2010) diff --git a/dev-ruby/bitescript/bitescript-0.0.5.ebuild b/dev-ruby/bitescript/bitescript-0.0.5.ebuild deleted file mode 100644 index 8d53441f4f7d..000000000000 --- a/dev-ruby/bitescript/bitescript-0.0.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.5.ebuild,v 1.1 2010/02/15 23:38:10 flameeyes Exp $ - -EAPI=2 - -USE_RUBY="jruby" - -RUBY_FAKGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOC_DIR="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 -} diff --git a/dev-ruby/bitescript/bitescript-0.0.6.ebuild b/dev-ruby/bitescript/bitescript-0.0.6.ebuild deleted file mode 100644 index d1bb9090e7cc..000000000000 --- a/dev-ruby/bitescript/bitescript-0.0.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.6.ebuild,v 1.1 2010/06/13 06:18:09 graaff Exp $ - -EAPI=2 - -USE_RUBY="jruby" - -RUBY_FAKGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOC_DIR="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 -} |