summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-27 13:15:15 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-27 13:15:15 +0000
commit329fca27637dd0867194983523c3454fa3774b43 (patch)
treedc2f551d22522b0ed9dd4063568c86d6d0c41116 /dev-ruby/tilt/tilt-1.3.3.ebuild
parentTransfer stable keywords to newer revision, drop really old one (diff)
downloadgentoo-2-329fca27637dd0867194983523c3454fa3774b43.tar.gz
gentoo-2-329fca27637dd0867194983523c3454fa3774b43.tar.bz2
gentoo-2-329fca27637dd0867194983523c3454fa3774b43.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/tilt/tilt-1.3.3.ebuild')
-rw-r--r--dev-ruby/tilt/tilt-1.3.3.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/tilt/tilt-1.3.3.ebuild b/dev-ruby/tilt/tilt-1.3.3.ebuild
deleted file mode 100644
index 57c9a6e0d511..000000000000
--- a/dev-ruby/tilt/tilt-1.3.3.ebuild
+++ /dev/null
@@ -1,42 +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/tilt/tilt-1.3.3.ebuild,v 1.9 2014/08/05 16:00:38 mrueg Exp $
-
-EAPI=2
-
-# jruby fails tests
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible"
-HOMEPAGE="http://github.com/rtomayko/tilt"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES=( "${P}-yajl-test.patch" )
-
-ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
-ruby_add_rdepend ">=dev-ruby/builder-2.0.0"
-
-# Tests fail when markaby is not new enough, but it's optional.
-DEPEND="${DEPEND} !!<dev-ruby/markaby-0.6.9-r1"
-RDEPEND="${RDEPEND}"
-
-all_ruby_prepare() {
- # Remove rdoc template tests since these are no longer compatible
- # with newer versions.
- rm test/tilt_rdoctemplate_test.rb || die
-
- # Avoid test broken due to hash unordering in ruby 1.8. Fixed upstream.
- sed -i -e '/template can end with any statement/,/ end/ s:^:#:' test/tilt_yajltemplate_test.rb || die
-
- # Disable tests failing on whitespace differences and already fixed upstream.
- sed -i -e '/"disabling coffee-script wrapper"/,/ end/ s:^:#:' test/tilt_coffeescripttemplate_test.rb || die
-}