commit:     bb6dbc481126bfaef121e4f0c7e09b9ff6176b81
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 06:56:19 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 07:29:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6dbc48

www-apps/nanoc: cleanup

Package-Manager: portage-2.2.20.1

 www-apps/nanoc/nanoc-3.7.5-r1.ebuild | 58 ------------------------------------
 1 file changed, 58 deletions(-)

diff --git a/www-apps/nanoc/nanoc-3.7.5-r1.ebuild 
b/www-apps/nanoc/nanoc-3.7.5-r1.ebuild
deleted file mode 100644
index 542351d..0000000
--- a/www-apps/nanoc/nanoc-3.7.5-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog NEWS.md README.md"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_TASK_TEST="test:all"
-
-inherit ruby-fakegem
-
-DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
-HOMEPAGE="http://nanoc.ws/";
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="${IUSE} minimal"
-
-DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
-
-ruby_add_rdepend "!minimal? (
-       dev-ruby/mime-types
-       dev-ruby/rack
-)
-       >=dev-ruby/cri-2.3:0"
-
-ruby_add_bdepend "test? (
-       >=dev-ruby/mocha-0.13
-       dev-ruby/minitest
-       =dev-ruby/rdoc-4*
-       dev-ruby/systemu
-       dev-ruby/vcr
-       dev-ruby/yard
-)
-doc? (
-       dev-ruby/kramdown
-       dev-ruby/rdiscount
-       dev-ruby/yard
-)"
-
-all_ruby_prepare() {
-       use doc || use test || (rm tasks/doc.rake || die)
-       use test || (rm tasks/test.rake || die)
-
-       # Avoid dependency on coveralls.
-       sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
-
-       # Avoid non-optional tests for w3c_validators which we don't have
-       # packaged and which require network access.
-       rm test/extra/checking/checks/test_{css,html}.rb || die
-
-       # Skip a test that produces slightly different javascript.
-       sed -i -e '/test_filter_with_options/,/^  end/ s:^:#:' 
test/filters/test_uglify_js.rb || die
-}

Reply via email to