summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-01-14 07:39:18 +0000
committerHans de Graaff <graaff@gentoo.org>2012-01-14 07:39:18 +0000
commitb7713285a94b7e4e78f59942e78dd2d448cc1e7f (patch)
tree916a052fdd9f6fbd90323e084cfbb39df30999cb /dev-ruby/bitescript
parentRemove old versions. (diff)
downloadgentoo-2-b7713285a94b7e4e78f59942e78dd2d448cc1e7f.tar.gz
gentoo-2-b7713285a94b7e4e78f59942e78dd2d448cc1e7f.tar.bz2
gentoo-2-b7713285a94b7e4e78f59942e78dd2d448cc1e7f.zip
Remove old version.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bitescript')
-rw-r--r--dev-ruby/bitescript/ChangeLog7
-rw-r--r--dev-ruby/bitescript/bitescript-0.0.8.ebuild27
2 files changed, 5 insertions, 29 deletions
diff --git a/dev-ruby/bitescript/ChangeLog b/dev-ruby/bitescript/ChangeLog
index fd81552c4c65..b667c53637eb 100644
--- a/dev-ruby/bitescript/ChangeLog
+++ b/dev-ruby/bitescript/ChangeLog
@@ -1,6 +1,9 @@
# 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.7 2011/07/11 18:08:53 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v 1.8 2012/01/14 07:39:18 graaff Exp $
+
+ 14 Jan 2012; Hans de Graaff <graaff@gentoo.org> -bitescript-0.0.8.ebuild:
+ Remove old version.
*bitescript-0.0.9 (11 Jul 2011)
diff --git a/dev-ruby/bitescript/bitescript-0.0.8.ebuild b/dev-ruby/bitescript/bitescript-0.0.8.ebuild
deleted file mode 100644
index c152bb1a8d45..000000000000
--- a/dev-ruby/bitescript/bitescript-0.0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}