commit:     d46846ceca28b9dee6cc07efd7958df35f786005
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 19:57:46 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 21:13:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46846ce

app-text/glark: cleanup

Package-Manager: portage-2.2.28

 app-text/glark/glark-1.10.5.ebuild | 39 --------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/app-text/glark/glark-1.10.5.ebuild 
b/app-text/glark/glark-1.10.5.ebuild
deleted file mode 100644
index 2f60129..0000000
--- a/app-text/glark/glark-1.10.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="File searcher similar to grep but with fancy output"
-HOMEPAGE="https://github.com/jpace/glark";
-
-SRC_URI="https://github.com/jpace/glark/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86"
-IUSE="zip"
-
-ruby_add_rdepend "
-       >=dev-ruby/logue-1.0.0
-       >=dev-ruby/ragol-1.0.0
-       >=dev-ruby/rainbow-2.0.0:2
-       >=dev-ruby/riel-1.2.0
-       zip? ( dev-ruby/rubyzip:1 )"
-
-ruby_add_bdepend "test? ( dev-ruby/rubyzip:1 )"
-
-all_ruby_prepare() {
-       rm -rf doc/ || die
-
-       # Fix broken links to test data.
-       sed -i -e 's:/proj/org/incava/glark/::g' $(find test -type f) || die
-}

Reply via email to