diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-01-18 20:33:42 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-01-18 20:33:42 +0000 |
commit | 5dcf1d8bf7b383def3740b6e0daf554e2df37172 (patch) | |
tree | a64633fc918c85f19aba8e97447763089b7dc581 /dev-ruby/highline | |
parent | Cleanup old. (diff) | |
download | gentoo-2-5dcf1d8bf7b383def3740b6e0daf554e2df37172.tar.gz gentoo-2-5dcf1d8bf7b383def3740b6e0daf554e2df37172.tar.bz2 gentoo-2-5dcf1d8bf7b383def3740b6e0daf554e2df37172.zip |
Cleanup old.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/highline')
-rw-r--r-- | dev-ruby/highline/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/highline/highline-1.6.13.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/dev-ruby/highline/ChangeLog b/dev-ruby/highline/ChangeLog index 4c5421b25c8c..1392041eefe3 100644 --- a/dev-ruby/highline/ChangeLog +++ b/dev-ruby/highline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/highline # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.87 2014/01/18 19:50:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.88 2014/01/18 20:33:42 mrueg Exp $ + + 18 Jan 2014; Manuel Rüger <mrueg@gentoo.org> -highline-1.6.13.ebuild: + Cleanup old. 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> highline-1.6.19.ebuild: Stable for alpha, wrt bug #485788 diff --git a/dev-ruby/highline/highline-1.6.13.ebuild b/dev-ruby/highline/highline-1.6.13.ebuild deleted file mode 100644 index 0656fe14a43b..000000000000 --- a/dev-ruby/highline/highline-1.6.13.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.13.ebuild,v 1.10 2012/12/30 20:46:07 ago Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 jruby ree18" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc TODO" -RUBY_FAKEGEM_DOCDIR="doc/html" - -inherit ruby-fakegem - -DESCRIPTION="Highline is a high-level command-line IO library for ruby." -HOMEPAGE="http://highline.rubyforge.org/" - -IUSE="" -LICENSE="|| ( GPL-2 Ruby )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" - -all_ruby_prepare() { - # fix up gemspec file not to call git - sed -i -e '/git ls-files/d' highline.gemspec || die -} - -each_ruby_test() { - case ${RUBY} in - *jruby) - ewarn "Skipping tests since they hang indefinitely." - ;; - *) - ${RUBY} -S rake test || die - ;; - esac -} |