summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-01-15 07:41:12 +0100
committerHans de Graaff <graaff@gentoo.org>2022-01-15 07:41:12 +0100
commit41a77f10264d6d50b9bc87ca00e312cad0fb6e50 (patch)
tree602d5a2f56987a1ddbe99ef75a275b2a3d362f15
parentdev-ruby/daemon_controller: cleanup (diff)
downloadgentoo-41a77f10.tar.gz
gentoo-41a77f10.tar.bz2
gentoo-41a77f10.zip
dev-ruby/htmlentities: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/htmlentities/htmlentities-4.3.4.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/htmlentities/htmlentities-4.3.4.ebuild b/dev-ruby/htmlentities/htmlentities-4.3.4.ebuild
deleted file mode 100644
index 15d7cbebe9b7..000000000000
--- a/dev-ruby/htmlentities/htmlentities-4.3.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple library for encoding/decoding entities in (X)HTML documents"
-HOMEPAGE="https://github.com/threedaymonk/htmlentities"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -S testrb-2 test/*_test.rb || die "tests failed"
-}