summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-01-22 09:42:43 +0100
committerHans de Graaff <graaff@gentoo.org>2022-01-23 09:07:48 +0100
commit4db96f10634c361e109576a660e4d788528c29ed (patch)
tree83506fe192bc0882c4d624e2e266798593ec986c /dev-ruby
parentdev-ruby/mime-types: cleanup (diff)
downloadgentoo-4db96f10634c361e109576a660e4d788528c29ed.tar.gz
gentoo-4db96f10634c361e109576a660e4d788528c29ed.tar.bz2
gentoo-4db96f10634c361e109576a660e4d788528c29ed.zip
dev-ruby/xml-simple: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/xml-simple/Manifest1
-rw-r--r--dev-ruby/xml-simple/xml-simple-1.1.5.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/xml-simple/Manifest b/dev-ruby/xml-simple/Manifest
index fe766a96746e..e6ffdd811e50 100644
--- a/dev-ruby/xml-simple/Manifest
+++ b/dev-ruby/xml-simple/Manifest
@@ -1,2 +1 @@
-DIST xml-simple-1.1.5.tar.gz 126288 BLAKE2B 0fb7f8cebee23e422d2941de790426e494bce51af90cda8a3b7f3b27129f6272aa277a80fce004aca2658d5ae5f62b7aa9f251b53839d14e6d5b7f5a33b819af SHA512 df81a05a0c32141cb5a0328fb782292438ec3ad6037c150e2ff4fee07b65ba9a739987f25f28c196ff8565af53c62120c3a729820a94dd3da0551fe43948f9a3
DIST xml-simple-1.1.9.tar.gz 119573 BLAKE2B fd23d75f45265093f7d7a6a1a96a5872bc12d918f775a88339f82bd3a5f710c3db23390769b3d88832b145aee04863734061b27210f129dc23b62ce8c6b02824 SHA512 3bc53558adb65b0d9c4c1e7f2980b5d3cd2fa7f2b0ec1969c1631bd95960be504eacc459830ce83f08d11c080250346e6059c8c463faf372c1e61bbc1fc86804
diff --git a/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild
deleted file mode 100644
index c5cdea10afcb..000000000000
--- a/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild
+++ /dev/null
@@ -1,26 +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"
-
-# Gem only contains lib code, and github repository has no tags.
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-SRC_URI="https://github.com/maik/xml-simple/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="Easy API to maintain XML. A Ruby port of Grant McLean's Perl module XML::Simple"
-HOMEPAGE="https://github.com/maik/xml-simple"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~x86"
-IUSE=""
-
-each_ruby_test() {
- cd test || die
- for i in *.rb; do
- ${RUBY} -I../lib ${i} || die
- done
-}