diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-04-19 18:19:53 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-04-19 18:19:53 +0000 |
commit | bf9666955c87368c66f54186b394167904091662 (patch) | |
tree | f32df599f428aaeb388709c3e7ae4bdda234b64b /dev-ruby/coderay | |
parent | Cleanup. (diff) | |
download | gentoo-2-bf9666955c87368c66f54186b394167904091662.tar.gz gentoo-2-bf9666955c87368c66f54186b394167904091662.tar.bz2 gentoo-2-bf9666955c87368c66f54186b394167904091662.zip |
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-1.0.9.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index db93ca1ffc36..9b7628024eb9 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.93 2015/02/21 09:32:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.94 2015/04/19 18:19:53 graaff Exp $ + + 19 Apr 2015; Hans de Graaff <graaff@gentoo.org> -coderay-1.0.9.ebuild: + Cleanup. 21 Feb 2015; Hans de Graaff <graaff@gentoo.org> coderay-1.1.0-r2.ebuild: Remove jruby. Add ruby22. diff --git a/dev-ruby/coderay/coderay-1.0.9.ebuild b/dev-ruby/coderay/coderay-1.0.9.ebuild deleted file mode 100644 index a1cade9a3d57..000000000000 --- a/dev-ruby/coderay/coderay-1.0.9.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.13 2014/08/05 16:00:34 mrueg Exp $ - -EAPI=4 - -USE_RUBY="ruby19 jruby" - -# The test target also contains test:exe but that requires -# shoulda-context which we do not have packaged yet. -RUBY_FAKEGEM_TASK_TEST="test:functional test:units" - -RUBY_FAKEGEM_TASK_DOC="doc" -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="Changes-pre-1.0.textile Changes.textile FOLDERS README_INDEX.rdoc README.textile" - -inherit ruby-fakegem - -DESCRIPTION="A Ruby library for syntax highlighting" -HOMEPAGE="http://coderay.rubychan.de/" -SRC_URI="https://github.com/rubychan/coderay/tarball/v${PV} -> ${P}.tgz" - -RUBY_S="rubychan-coderay-*" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Redcloth is optional but automagically tested, so we add this -# dependency to ensure that we get at least a version that works: bug -# 330621. We use this convoluted way because redcloth isn't available -# yet for jruby. -USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )" - -all_ruby_prepare() { - sed -i -e '/git ls-files/ s:^:#:' coderay.gemspec || die -} |