summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-25 00:59:20 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-25 00:59:20 +0000
commit2cc4d55a5acc3827eb58d591dbc02cfaaba1b1b9 (patch)
treedf219cf14278aab00a2b3b7b697ad1f218aa4355 /dev-ruby
parentEAPI bump. (diff)
downloadgentoo-2-2cc4d55a5acc3827eb58d591dbc02cfaaba1b1b9.tar.gz
gentoo-2-2cc4d55a5acc3827eb58d591dbc02cfaaba1b1b9.tar.bz2
gentoo-2-2cc4d55a5acc3827eb58d591dbc02cfaaba1b1b9.zip
EAPI bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/bitescript/ChangeLog8
-rw-r--r--dev-ruby/bitescript/bitescript-0.0.9.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-ruby/bitescript/ChangeLog b/dev-ruby/bitescript/ChangeLog
index b667c53637eb..88b4adf2bbf9 100644
--- a/dev-ruby/bitescript/ChangeLog
+++ b/dev-ruby/bitescript/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/bitescript
-# 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v 1.9 2014/04/25 00:59:20 mrueg Exp $
+
+ 25 Apr 2014; Manuel Rüger <mrueg@gentoo.org> bitescript-0.0.9.ebuild:
+ EAPI bump.
14 Jan 2012; Hans de Graaff <graaff@gentoo.org> -bitescript-0.0.8.ebuild:
Remove old version.
@@ -39,4 +42,3 @@
Initial import of bitescript ebuild for JRuby. Far from perfect, as we
still try to use the script with Ruby 1.8, but it's working if you're
using 'jruby -S'.
-
diff --git a/dev-ruby/bitescript/bitescript-0.0.9.ebuild b/dev-ruby/bitescript/bitescript-0.0.9.ebuild
index 8cc5ae31b811..c98089d5ec29 100644
--- a/dev-ruby/bitescript/bitescript-0.0.9.ebuild
+++ b/dev-ruby/bitescript/bitescript-0.0.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.9.ebuild,v 1.2 2014/04/25 00:59:20 mrueg Exp $
-EAPI=2
+EAPI=5
USE_RUBY="jruby"
@@ -23,5 +23,5 @@ all_ruby_install() {
all_fakegem_install
docinto examples
- dodoc examples/* || die
+ dodoc examples/*
}