summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-07-19 07:54:32 +0200
committerHans de Graaff <graaff@gentoo.org>2016-07-19 07:54:32 +0200
commitc764bc454bf098c70ddd943cece93ef55e563359 (patch)
tree78b03c9317c262167a0a80289f3ac87d136e0583 /dev-ruby/sanitize/sanitize-2.0.6-r1.ebuild
parentdev-ruby/ruby-oci8: add untested 2.2.2 (diff)
downloadgentoo-c764bc454bf098c70ddd943cece93ef55e563359.tar.gz
gentoo-c764bc454bf098c70ddd943cece93ef55e563359.tar.bz2
gentoo-c764bc454bf098c70ddd943cece93ef55e563359.zip
dev-ruby/sanitize: cleanup
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/sanitize/sanitize-2.0.6-r1.ebuild')
-rw-r--r--dev-ruby/sanitize/sanitize-2.0.6-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/sanitize/sanitize-2.0.6-r1.ebuild b/dev-ruby/sanitize/sanitize-2.0.6-r1.ebuild
deleted file mode 100644
index cf56738a61fc..000000000000
--- a/dev-ruby/sanitize/sanitize-2.0.6-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rake"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sanitize is a whitelist-based HTML sanitizer"
-HOMEPAGE="https://github.com/rgrove/sanitize"
-SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE="test"
-
-ruby_add_rdepend "dev-ruby/nokogiri"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' Rakefile || die "sed failed"
-}