commit:     e5298ef97a650a0a81f0999a4df14128cf0a14ff
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 07:08:53 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 08:16:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5298ef9

dev-ruby/niceogiri: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/niceogiri/niceogiri-1.1.2.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild 
b/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild
deleted file mode 100644
index 3fa1c20d0cbf..000000000000
--- a/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Some wrappers around and helpers for XML manipulation using 
Nokogiri"
-HOMEPAGE="https://github.com/benlangfeld/Niceogiri";
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/nokogiri"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
-       sed -i -e '/guard-rspec/d' ${PN}.gemspec || die
-       sed -i -e '/[Bb]undler/d' Rakefile || die
-}

Reply via email to