diff options
author | 2012-01-24 15:44:07 +0000 | |
---|---|---|
committer | 2012-01-24 15:44:07 +0000 | |
commit | a4f474b613fd83654cbfe08c4f416487182d6c44 (patch) | |
tree | 4d0ec145ec441f9de38fddb7d7ddd10e84816118 /dev-ruby/highline | |
parent | x86 stable per bug 342977 (diff) | |
download | gentoo-2-a4f474b613fd83654cbfe08c4f416487182d6c44.tar.gz gentoo-2-a4f474b613fd83654cbfe08c4f416487182d6c44.tar.bz2 gentoo-2-a4f474b613fd83654cbfe08c4f416487182d6c44.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/highline')
-rw-r--r-- | dev-ruby/highline/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/highline/highline-1.6.11.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ruby/highline/ChangeLog b/dev-ruby/highline/ChangeLog index 6d69fd18fefd..a895da23ca51 100644 --- a/dev-ruby/highline/ChangeLog +++ b/dev-ruby/highline/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/highline -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.55 2011/12/18 13:23:14 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.56 2012/01/24 15:44:07 flameeyes Exp $ + +*highline-1.6.11 (24 Jan 2012) + + 24 Jan 2012; Diego E. Pettenò <flameeyes@gentoo.org> +highline-1.6.11.ebuild: + Version bump. *highline-1.6.8 (18 Dec 2011) diff --git a/dev-ruby/highline/highline-1.6.11.ebuild b/dev-ruby/highline/highline-1.6.11.ebuild new file mode 100644 index 000000000000..7db83d5c4555 --- /dev/null +++ b/dev-ruby/highline/highline-1.6.11.ebuild @@ -0,0 +1,25 @@ +# 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.11.ebuild,v 1.1 2012/01/24 15:44:07 flameeyes Exp $ + +EAPI=2 + +USE_RUBY="ruby18 ruby19 jruby ree18" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README TODO" +RUBY_FAKEGEM_DOCDIR="doc/html" + +inherit ruby-fakegem + +DESCRIPTION="Highline is a high-level command-line IO library for ruby." +HOMEPAGE="http://rubyforge.org/projects/highline/" + +IUSE="" +LICENSE="|| ( GPL-2 Ruby )" +SLOT="0" +KEYWORDS="~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 +} |