summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-05-26 18:34:53 +0000
committerMichał Górny <mgorny@gentoo.org>2015-05-26 18:34:53 +0000
commit5a0492720c239be8992fc748cad178da3d8e64a7 (patch)
tree2560cdc9af253ee3a52d9b162b46e2e5e25d5136 /dev-ruby/haml/haml-3.1.8-r2.ebuild
parentRemove lastrited package. (diff)
downloadgentoo-2-5a0492720c239be8992fc748cad178da3d8e64a7.tar.gz
gentoo-2-5a0492720c239be8992fc748cad178da3d8e64a7.tar.bz2
gentoo-2-5a0492720c239be8992fc748cad178da3d8e64a7.zip
Remove lastrited slot :0
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-ruby/haml/haml-3.1.8-r2.ebuild')
-rw-r--r--dev-ruby/haml/haml-3.1.8-r2.ebuild65
1 files changed, 0 insertions, 65 deletions
diff --git a/dev-ruby/haml/haml-3.1.8-r2.ebuild b/dev-ruby/haml/haml-3.1.8-r2.ebuild
deleted file mode 100644
index 7e76b4a9e49e..000000000000
--- a/dev-ruby/haml/haml-3.1.8-r2.ebuild
+++ /dev/null
@@ -1,65 +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/haml/haml-3.1.8-r2.ebuild,v 1.5 2014/08/15 14:01:04 blueness Exp $
-
-EAPI=5
-
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
-
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb rails VERSION VERSION_NAME"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="HAML - a ruby web page templating engine"
-HOMEPAGE="http://haml-lang.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# TODO: haml has some emacs modes that it could be installing, in case
-IUSE=""
-
-#RESTRICT="test"
-
-ruby_add_rdepend "dev-ruby/sass"
-
-# It could use merb during testing as well, but it's not mandatory
-# ruby_add_bdepend "
-# test? (
-# dev-ruby/minitest
-# dev-ruby/hpricot
-# dev-ruby/erubis
-# dev-ruby/rails
-# dev-ruby/ruby_parser
-# >=dev-ruby/sass-3.2.0
-# )"
-ruby_add_bdepend "doc? (
- dev-ruby/yard
- dev-ruby/maruku
- dev-ruby/sass
- )"
-
-all_ruby_prepare() {
- # unbundle sass; remove dependency over fssm and add one over sass
- # itself.
- rm -r vendor/ || die
-
- pushd .. &>/dev/null
- epatch "${FILESDIR}"/${PN}-3.1.6-sass.patch
- sed -i \
- -e '/vendor\//d' \
- metadata || die
- popd &>/dev/null
-
- # Use newer sass and update specs to make a consistent combination.
- sed -i -e 's/fuchsia/magenta/' test/haml/results/filters.xhtml || die
-}