summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-11 16:55:27 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-11 16:55:27 +0000
commita334aa840262679c2ff19b1a2aee8eeebbd0e7de (patch)
tree427283a32c406096e61d3c8a5f36b130c2d60601 /dev-ruby
parentCleanup old. (diff)
downloadgentoo-2-a334aa840262679c2ff19b1a2aee8eeebbd0e7de.tar.gz
gentoo-2-a334aa840262679c2ff19b1a2aee8eeebbd0e7de.tar.bz2
gentoo-2-a334aa840262679c2ff19b1a2aee8eeebbd0e7de.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/coderay/ChangeLog5
-rw-r--r--dev-ruby/coderay/coderay-1.1.0.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog
index 286a2d98f121..ef34c1aeb170 100644
--- a/dev-ruby/coderay/ChangeLog
+++ b/dev-ruby/coderay/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/coderay
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.77 2013/10/06 17:08:12 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.78 2013/11/11 16:55:27 mrueg Exp $
+
+ 11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -coderay-1.1.0.ebuild:
+ Cleanup old.
*coderay-1.1.0-r1 (06 Oct 2013)
diff --git a/dev-ruby/coderay/coderay-1.1.0.ebuild b/dev-ruby/coderay/coderay-1.1.0.ebuild
deleted file mode 100644
index c31bf77dc14b..000000000000
--- a/dev-ruby/coderay/coderay-1.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0.ebuild,v 1.1 2013/09/02 06:01:17 mrueg Exp $
-
-EAPI=5
-
-USE_RUBY="ruby18 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.markdown"
-
-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
-}